← ClaudeAtlas

shaktra-doctorlisted

Diagnose Shaktra framework health. Validates plugin structure, project configuration, and design constraints. Read-only — never modifies files.
im-shashanks/claude-plugins · ★ 1 · AI & Automation · score 55
Install: claude install-skill im-shashanks/claude-plugins
# /shaktra:doctor — Framework Health Check Read-only diagnostic. Runs 10 checks across 3 categories. Never creates, modifies, or deletes any file. Use `${CLAUDE_PLUGIN_ROOT}` to locate the installed plugin directory for all plugin structure checks. --- ## Category 1: Plugin Structure Checks the installed plugin at `${CLAUDE_PLUGIN_ROOT}`. ### Check 1 — Agent Files Glob `${CLAUDE_PLUGIN_ROOT}/agents/*.md`. Verify all 15 agent files exist and each has valid YAML frontmatter (opening and closing `---` with at least `name` field). **Expected agents:** shaktra-adversary, shaktra-architect, shaktra-bug-diagnostician, shaktra-cba-analyzer, shaktra-cr-analyzer, shaktra-developer, shaktra-incident-analyst, shaktra-memory-curator, shaktra-memory-retriever, shaktra-product-manager, shaktra-scrummaster, shaktra-sw-engineer, shaktra-sw-quality, shaktra-test-agent, shaktra-tpm-quality PASS: All 15 files exist with valid frontmatter. FAIL: List missing files or files with invalid frontmatter. ### Check 2 — Skill Directories Glob `${CLAUDE_PLUGIN_ROOT}/skills/*/SKILL.md`. Verify all 20 skill directories exist and each SKILL.md has valid YAML frontmatter (opening and closing `---` with at least `name` and `description` fields). **Expected skills:** shaktra-adversarial-review, shaktra-analyze, shaktra-bugfix, shaktra-dev, shaktra-doctor, shaktra-general, shaktra-help, shaktra-incident, shaktra-init, shaktra-memory, shaktra-memory-stats, shaktra-pm, shaktra-quality, shaktra-referenc