Kmp Doctor — Git skill for Claude Code
Comprehensive project health doctor — heals docs sitemaps, git hooks, script permissions, and .agents/skills.lock.
How to install Kmp Doctor
Installs to ~/.claude/skills/ronjunevaldoz-kmp-agent-skills-kmp-doctor/SKILL.md
mkdir -p ~/.claude/skills/ronjunevaldoz-kmp-agent-skills-kmp-doctor && curl -fsSL https://raw.githubusercontent.com/ronjunevaldoz/kmp-agent-skills/HEAD/commands/kmp-doctor.md -o ~/.claude/skills/ronjunevaldoz-kmp-agent-skills-kmp-doctor/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Kmp Doctor does
name: kmp-doctor description: Comprehensive project health doctor — heals docs sitemaps, git hooks, script permissions, and .agents/skills.lock.
/kmp-doctor $ARGUMENTS
Run the project health doctor to audit and self-heal the repository:
python3 .agents/skills/kmp-project-docs-maintainer/scripts/heal_project.py || python3 skills/kmp-project-docs-maintainer/scripts/heal_project.py
What it Heals:
- Documentation: Generates high-density
docs/README.mdsitemap tabl
Alternatives in Git
- 使用 Git Worktrees — 创建孤立的 Git worktrees,带有智能目录选择与安全验证 115.1k ★
- Git Worktree Docs Issue: Dependency Installation — GitHub — Community feedback on official docs with full worktree lifecycle walkthrough 81.1k ★
- 40+ Claude Code Tips — Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt 5.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Sync Global
PHẢI dùng khi: vừa sửa agent/skill/template/script dùng chung (bất kỳ file dưới ~/.claude/agents, commands, sh
Claude Code Guide Skill
Comprehensive Claude Code skill covering all features: CLI, MCP, hooks, subagents, IDE integration, GitHub Act
Claude Branch Guard
Moved to karlkfi/claude-bouncer. Branch-aware git permissions for Claude Code — auto-approve safe git/gh comma
Flywheel Doctor
One-shot diagnostic of every flywheel dependency. Reports MCP connectivity, Agent Mail, br/bv/ntm/cm, node, gi
Kit Doctor
Onboarding preflight — check deps (Homebrew, git, gh, jq, perl, node, pnpm), authenticate gh + add scope:proje
Setup Gwt
Install the gwt (git worktree manager) script
Related Agents
Project Scaffolder
Creates the .claude/ scaffolding (skills, agents, hooks) for a new project. v1 supports only KMP projects. Inv
Claude Code Infra
Use PROACTIVELY and automatically — do not wait to be asked — to configure Claude Code itself: sub-agents, ski
API Infrastructure Generator
API & infrastructure patterns generator. Creates ADR (Action-Domain-Responder), API Versioning, Health Check,