npx claudepluginhub pactkit/claude-code-plugin --plugin pactkitThis skill uses the workspace's default tool permissions.
Diagnostic tool for project health — config drift, missing files, stale graphs, orphaned specs.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Diagnostic tool for project health — config drift, missing files, stale graphs, orphaned specs.
| Level | Meaning |
|---|---|
| INFO | Informational, no action required |
| WARN | Potential issue, should be addressed |
| ERROR | Critical mismatch, must be fixed |
Run pactkit doctor to perform automated diagnostics:
docs/specs/ vs board + archive.pactkit.yaml items vs deployed files.docs/architecture/graphs/*.mmd mtimes vs source files.visualize to check architecture graph generation.visualize --mode class for class diagram verification.docs/test_cases/ existence.pactkit.yaml exists (in .claude/pactkit.yaml or .opencode/pactkit.yaml) and is valid.tests/e2e/ is empty.Output a structured health report grouped by category:
| Category | Check Item | Severity | Description |
|---|---|---|---|
| Architecture | Graph Freshness | INFO/WARN | Stale if > 7 days |
| Specs | Orphaned Specs | INFO | Specs without board entries |
| Specs | Missing Specs | WARN | Board stories without specs |
| Config | Drift Detection | ERROR | pactkit.yaml vs deployed |
| Tests | Test Suite | INFO/WARN | Test runner status |
End with overall status: "Health: OK" (no WARN/ERROR) or "Health: NEEDS ATTENTION" (WARN/ERROR found).