Agent Skills · Amp · SKILL.md catalog · 159,000+ entries
For Sourcegraph's agentic coding tool

Skills for Amp

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
Browse the catalog → Amp home

What is Amp?

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.

How to install a skill on Amp

Compatibility notes

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:

Amp skills, answered

What is Amp?
Amp is Sourcegraph's agentic coding tool for the terminal and VS Code — it plans, edits across a codebase, and runs commands. See ampcode.com.
Does Amp support SKILL.md natively?
Amp doesn't have a dedicated SKILL.md loader. It reads AGENTS.md for project guidance, so you adapt a skill's body into that file. The instructions port directly; the frontmatter is ignored.
What is AGENTS.md?
AGENTS.md is an emerging cross-tool convention for a project-level agent instructions file, read by Amp and a growing set of other agents. It's a natural home for an adapted SKILL.md.