Skip to content

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

License

Notifications You must be signed in to change notification settings

Th0rgal/awesome-amp-code

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 ACP - ACP adapter for Amp Code, enabling Amp to work in the Zed editor.
  • Tokscale - A CLI tool for tracking token usage from AmpCode and other coding agents (OpenCode, Claude Code, Codex, Gemini CLI, Cursor IDE, and Factory Droid)

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!


Credits

Originally created and maintained by Justin Dorfman.

About

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

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 10