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

lfglabs-dev/awesome-amp-code

Awesome Amp Code

Awesome

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

Contents

Official Resources

Agent Files & Context

AGENTS.md files provide context and instructions to AI coding agents about your codebase. They help agents understand project structure, coding standards, and specific requirements.

Examples of AGENTS.md in open source projects:

MCP Servers

Model Context Protocol (MCP) enables AI agents to interact with external tools and services. These MCP servers extend Amp's capabilities:

  • llm-rules MCP - Access Cursor rules dynamically via MCP.
  • CleanShot MCP - MCP server for CleanShot X screenshot and recording integration.
  • MCP Advisor - Tool to help discover and configure MCP servers.
  • Ultimate MCP Client - Comprehensive MCP client for testing and debugging servers.
  • Use MCP - Official examples and utilities for MCP usage.

Projects & Tools

Documentation & Guides:

Development Tools:

  • Sandboxed.sh - Self-hosted cloud orchestrator for AI coding agents with isolated Linux environments.
  • Unofficial Amp Supervisor - TUI control panel for managing multiple Amp CLI instances in parallel.
  • Conductor - Run a bunch of Amps in parallel.
  • Amp Code Review CI - Continuous integration tool for automated code reviews using Amp.
  • Tokscale - CLI tool for tracking token usage from AmpCode and other coding agents.
  • Sniff - Misalignment detection in Vibe Coding loops.
  • CodeForge - Golang Development tool built with Amp.

Applications Built with Amp:

  • Jazzberry AI - The AI Bug Finder.
  • 0.email - AI-native email client that manages your inbox.
  • Remote Code - Mobile coding platform that brings AI coding agents to your iPhone.
  • SageMap - Interactive belief mapping tool for journal entries.
  • VT Chat - Privacy-first AI chat application.
  • HTTPie Collection Viewer - Upload and explore your HTTPie collections.
  • Quad Ops - Lightweight GitOps framework for podman containers.
  • PromptVault - Library for managing prompts and templates in Elixir.
  • CircuitPython Deploy - CircuitPython deployment tool.

Browser & Misc:

Editor & IDE Integrations

  • 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.el - Emacs integration for Amp coding agent.
  • Amp ACP - ACP adapter for Amp Code, enabling Amp to work in the Zed editor.
  • MyScratchpad VS Code Extension - VS Code extension for global and workspace-specific scratch files.
  • Amp Dash X - Raycast extension for organizing and executing Amp Code prompts.
  • VibeKanban - CLI tool for managing your Kanban boards.

CLI Usage

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

# Analyze processes
ps aux > processes.txt | amp -x 'identify processes consuming the most resources in processes.txt'

# Parse whois data
whois example.com | amp -x 'organize and condense this whois information'

# Analyze HTTP headers
curl -Is https://github.com > headers.txt && amp -x 'analyze the http headers in headers.txt and determine the tech stack'

# Check npm dependencies
npm list --json | amp -x 'identify outdated or vulnerable dependencies'

Security & Best Practices

When using AI coding agents, consider these security aspects:

Key recommendations:

  • Always review AI-generated code before committing
  • Never include API keys or secrets in prompts or AGENTS.md files
  • Consider running agents in isolated environments for sensitive projects
  • Vet MCP servers before installation

Community

  • 💬 Relens Community - Join the AI coding agents community to share tips, tricks, and workflows.

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 12