Claude-skill-registry k-docs
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/k-docs" ~/.claude/skills/majiayu000-claude-skill-registry-k-docs && rm -rf "$T"
manifest:
skills/data/k-docs/SKILL.mdsource content
Documentation Index
Quick reference to all Mechanic documentation.
Core Documentation
| Document | Path | Summary |
|---|---|---|
| AGENTS.md | | Agent guidance, project structure, AFD standards |
| CLAUDE.md | | Quick reference for AI assistants |
| README.md | | Project overview and getting started |
| CHANGELOG.md | | Version history and release notes |
Integration Guides
Located in
docs/integration/:
| Document | Summary |
|---|---|
| mechaniclib.md | How to integrate addons with MechanicLib |
| testing.md | Sandbox, Busted, and in-game testing strategies |
| console.md | Structured logging via MechanicLib:Print |
| errors.md | BugGrabber integration and error tracking |
| performance.md | Profiling and performance baselines |
| release.md | Release workflow and changelog format |
| inspect.md | Frame inspector usage |
| troubleshooting.md | Common issues and solutions |
Architecture Documentation
| Document | Path | Summary |
|---|---|---|
| addon-architecture.md | | Core/Bridge/View layer pattern |
| addon-integration.md | | How to integrate with Mechanic |
| cli-reference.md | | Full CLI command reference |
.claude System Documentation
| Document | Path | Summary |
|---|---|---|
| AGENTS.md | | Command/skill taxonomy (c-/s-/k-) |
Skill References
Each skill has its own
references/ folder with deep-dive content:
| Skill | Key References |
|---|---|
| s-debug | , |
| s-develop | , , , , |
| s-test | , |
| s-research | , , |
| k-mechanic | , , , , |
MCP Tool Discovery
Use these MCP tools to explore available functionality:
env.status() # Environment and paths docs.generate() # Generate full CLI reference api.stats() # API database statistics fencore.catalog() # All FenCore functions
Quick Links by Topic
| Topic | Where to Look |
|---|---|
| Getting started | , |
| Debugging issues | skill, |
| Writing tests | skill, |
| Releasing addons | skill, |
| WoW API research | skill, MCP tool |
| Architecture decisions | |