Agent skill
update-mcp-docs
Syncs `docs/mcp.md` with the actual tools exposed by `crates/regenerator2000-core/src/mcp/handler.rs`.
Install this agent skill to your Project
npx add-skill https://github.com/ricardoquesada/regenerator2000/tree/main/.agent/skills/update-mcp-docs
SKILL.md
Update MCP Docs Skill
This skill introspects the running MCP server and automatically updates the "Available Tools" section in docs/mcp.md.
Usage
Simply run:
.agent/skills/update-mcp-docs/scripts/run_update.sh
This will:
- Build and start the MCP server (if not already running).
- Query the
tools/listendpoint. - specific table of tools, arguments, and descriptions.
- Update
docs/mcp.md.
When to Use
Run this skill whenever you add, modify, or remove a tool in crates/regenerator2000-core/src/mcp/handler.rs to ensure documentation stays in sync.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
verify-mcp
Verifies the MCP server functionality by running the integration test suite.
r2000-analyze-basic
Analyzes a sequence of memory containing Commodore BASIC tokens, formats address/word data types, and constructs side comments representing the plain BASIC commands.
bump-version
Automates the process of bumping the version and updating the changelog.
code-review
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
add-mcp-tool
Streamlines the process of adding new tools to the MCP server.
r2000-analyze-blocks
Analyzes memory regions of a disassembled binary and converts them to the correct block types (code, bytes, words, text, tables, etc.) using MOS 6502 and the target platform's expertise.
Didn't find tool you were looking for?