agents
Installation
SKILL.md
When to use this skill
- You need to know what skills or conventions are available in a repo.
- You want to read .agents/ docs or AGENTS.md without leaving your editor.
- You are choosing a skill for a new task.
How to use
- Build agents:
cd mcp/agents && go test ./... && go build. - Add the binary to your MCP client config as
agents. - Call
repo_rootto confirm the jailed root, thenlist_skillsorsearch_docs. - Use
skill_for {task}orfuzzy_search {query}when the right skill is not obvious.
Examples
- "List all .agents skills and pick the best one for memory handling."
- "Search .agents/ and docs/ for the path-jailing convention."
- "Show the module ownership for context."