- Unofficial Amp CLI Documentation - Comprehensive documentation for Amp CLI with examples and best practices.
- MyScratchpad VS Code Extension - VS Code extension for global and workspace-specific scratch files.
- Unofficial Amp Supervisor - TUI control panel for managing multiple Amp CLI instances in parallel.
- llm-rules MCP - Model Context Protocol server for accessing Cursor rules dynamically.
- amp.el - Emacs integration for Amp coding agent.
- Remote Code - Mobile coding platform that brings AI coding agents to your iPhone.
- Sourcegraph Amp AUR - Arch Linux AUR package for Sourcegraph Amp.
- PromptVault - A library for managing prompts and templates in Elixir. Watch stream.
- Unofficial Amp Owner's Manual - Comprehensive guide to getting the most out of Amp coding agent.
- Sourcegraph Chrome Extension - Chrome extension for code search and navigation.
- CircuitPython Deploy - CircuitPython deployment tool.
- File-Based Amp Prompting Workflows - Comprehensive collection of file-based sub-agent orchestration workflows for Amp with persistent document-based communication.
- Amp Code Review CI - Continuous integration tool for automated code reviews using Amp.
- CodeForge - Golang Development tool built with Amp.
- Quad Ops - A lightweight GitOps framework for podman containers managed by Quadlet.
- HTTPie Collection Viewer - Upload and explore your HTTPie collections with style.
- CleanShot MCP - Model Context Protocol server for CleanShot X screenshot and recording.
- SageMap - Interactive belief mapping tool that transforms journal entries into visual networks revealing contradictions and connections in your thoughts.
- Jazzberry AI - The AI Bug Finder.
- 0.email - Zero is an AI-native email client that manages your inbox.
- VT Chat - A minimal, privacy-first AI chat application with advanced AI capabilities.
- Sniff - Misalignment detection in Vibe Coding loops.
- 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 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 > processes.txt | amp -x 'identify processes consuming the most resources in processes.txt'
whois example.com | amp -x 'organize and condense this whois information'
curl -Is https://github.com > headers.txt && amp -x 'analyze the http headers in headers.txt and determine the tech stack'
npm list --json | amp -x 'identify outdated or vulnerable dependencies'
- Amp
- Amp CLI
- Amp for VS Code
- Raising an Agent Podcast
- Amp on X
- How to Build an Agent
- Amp 101 YouTube Playlist
Contributions of any kind welcome, just follow the guidelines!