159,000+ SKILL.md files you can use with Amp — Sourcegraph's agentic coding tool for the terminal and VS Code. Put a skill's guidance in your AGENTS.md and Amp reads it as project context. Free to browse. Pro unlocks the multi-signal Quality Score.
cat <skill>/SKILL.md >> AGENTS.md
Amp is Sourcegraph's agentic coding tool — it runs in the terminal and as a VS Code extension, plans and edits across a codebase, and runs commands. Amp reads project guidance from an AGENTS.md file, the emerging cross-tool convention for agent instructions — which is where a SKILL.md's body lives.
SKILL.md body to AGENTS.md at your project root (create the file if it doesn't exist).AGENTS.md as standing context on its next run.
Amp reads AGENTS.md as markdown guidance, not SKILL.md frontmatter — so a skill's body ports directly while the YAML header is ignored. A few patterns to watch:
allowed-tools: and other agent-specific frontmatter keys are ignored — Amp uses its own tool set and runs commands natively.AGENTS.md is a single shared file, prefer short, high-value skills so you don't bloat every request's context.scripts/ work since Amp can run commands; keep the instructions about when and how to use them clear.AGENTS.md for project guidance, so you adapt a skill's body into that file. The instructions port directly; the frontmatter is ignored.