Skip to content

Latest commit

 

History

History
135 lines (97 loc) · 6.4 KB

File metadata and controls

135 lines (97 loc) · 6.4 KB

Awesome Amp Code

Awesome

An unofficial curated list of resources for Amp, an AI coding agent by Sourcegraph

Contents

AGENTS.md

Built with Amp

Amp Integrations

  • Amp Dash X - A Raycast extension for organizing and executing Amp Code prompts with the -x (execute) flag.
  • VibeKanban - CLI tool for managing your Kanban boards.
  • Conductor - Run a bunch of Amps in parallel.
  • amp.nvim - Official Neovim plugin for Amp coding agent.
  • nvim-amp - Neovim plugin providing syntax highlighting and support for Amp permission and agent files.

Amp CLI

Integration with Common CLI Tools

Amp CLI can be seamlessly integrated with other command-line tools to enhance your workflow. Use the -x flag for execute mode or pipe input directly:

ps aux
ps aux > processes.txt | amp -x 'identify processes consuming the most resources in processes.txt'
whois
whois example.com | amp -x 'organize and condense this whois information'
curl
curl -Is https://github.com > headers.txt && amp -x 'analyze the http headers in headers.txt and determine the tech stack'
npm
npm list --json | amp -x 'identify outdated or vulnerable dependencies'

Official Amp Links

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!