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.md
source content

Documentation Index

Quick reference to all Mechanic documentation.

Core Documentation

DocumentPathSummary
AGENTS.md
AGENTS.md
Agent guidance, project structure, AFD standards
CLAUDE.md
CLAUDE.md
Quick reference for AI assistants
README.md
README.md
Project overview and getting started
CHANGELOG.md
CHANGELOG.md
Version 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.md
docs/addon-architecture.md
Core/Bridge/View layer pattern
addon-integration.md
docs/addon-integration.md
How to integrate with Mechanic
cli-reference.md
docs/cli-reference.md
Full CLI command reference

.claude System Documentation

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

Skill References

Each skill has its own

references/
folder with deep-dive content:

SkillKey References
s-debug
error-patterns.md
,
debugging-strategies.md
s-develop
event-patterns.md
,
frame-engineering.md
,
saved-variables.md
,
combat-lockdown.md
,
api-patterns.md
s-test
busted-patterns.md
,
wow-mocking.md
s-research
api-research.md
,
blizzard-ui.md
,
ace3-patterns.md
k-mechanic
cli-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 started
README.md
,
docs/addon-integration.md
Debugging issues
s-debug
skill,
docs/integration/troubleshooting.md
Writing tests
s-test
skill,
docs/integration/testing.md
Releasing addons
s-release
skill,
docs/integration/release.md
WoW API research
s-research
skill,
api.search
MCP tool
Architecture decisions
docs/addon-architecture.md