k-docs

Index of Mechanic documentation with summaries and links. Load this to understand what documentation exists and where to find detailed information on specific topics. Triggers: docs, documentation, reference, guide, help.

$ 安裝

git clone https://github.com/Falkicon/Mechanic /tmp/Mechanic && cp -r /tmp/Mechanic/.claude/skills/k-docs ~/.claude/skills/Mechanic

// tip: Run this command in your terminal to install the skill


name: k-docs description: > Index of Mechanic documentation with summaries and links. Load this to understand what documentation exists and where to find detailed information on specific topics. Triggers: docs, documentation, reference, guide, help.

Documentation Index

Quick reference to all Mechanic documentation.

Core Documentation

DocumentPathSummary
AGENTS.mdAGENTS.mdAgent guidance, project structure, AFD standards
CLAUDE.mdCLAUDE.mdQuick reference for AI assistants
README.mdREADME.mdProject overview and getting started
CHANGELOG.mdCHANGELOG.mdVersion history and release notes

Integration Guides

Located in docs/integration/:

DocumentSummary
mechaniclib.mdHow to integrate addons with MechanicLib
testing.mdSandbox, Busted, and in-game testing strategies
console.mdStructured logging via MechanicLib:Print
errors.mdBugGrabber integration and error tracking
performance.mdProfiling and performance baselines
release.mdRelease workflow and changelog format
inspect.mdFrame inspector usage
troubleshooting.mdCommon issues and solutions

Architecture Documentation

DocumentPathSummary
addon-architecture.mddocs/addon-architecture.mdCore/Bridge/View layer pattern
addon-integration.mddocs/addon-integration.mdHow to integrate with Mechanic
cli-reference.mddocs/cli-reference.mdFull CLI command reference

.claude System Documentation

DocumentPathSummary
AGENTS.md.claude/AGENTS.mdCommand/skill taxonomy (c-/s-/k-)

Skill References

Each skill has its own references/ folder with deep-dive content:

SkillKey References
s-debugerror-patterns.md, debugging-strategies.md
s-developevent-patterns.md, frame-engineering.md, saved-variables.md, combat-lockdown.md, api-patterns.md
s-testbusted-patterns.md, wow-mocking.md
s-researchapi-research.md, blizzard-ui.md, ace3-patterns.md
k-mechaniccli-commands.md, afd-commands.md, ingame-modules.md, mechaniclib.md, dashboard.md

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

TopicWhere to Look
Getting startedREADME.md, docs/addon-integration.md
Debugging issuess-debug skill, docs/integration/troubleshooting.md
Writing testss-test skill, docs/integration/testing.md
Releasing addonss-release skill, docs/integration/release.md
WoW API researchs-research skill, api.search MCP tool
Architecture decisionsdocs/addon-architecture.md