From thinking
Generate a health report of the current project's Claude Code setup — installed rules, enabled plugins, memory state, wisdom frame health, and learning coverage.
npx claudepluginhub hpsgd/turtlestack --plugin thinkingThis skill is limited to using the following tools:
Generate a health report for the current project's Claude Code setup. If $ARGUMENTS specifies an area, focus on that; otherwise report on everything.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Generate a health report for the current project's Claude Code setup. If $ARGUMENTS specifies an area, focus on that; otherwise report on everything.
Scan both global and project-level rules:
# Global rules (apply to all projects)
ls -la ~/.claude/rules/ 2>/dev/null
# Project-level rules (this project only)
ls -la .claude/rules/ 2>/dev/null
Check global (~/.claude/rules/) first — plugins installed globally write rules there. Then check project-level (.claude/rules/). For each rule file:
coding-standards--)learned-- prefix)Report: total count, breakdown by source (marketplace vs learned), global vs project-level, any stale copies.
Check .claude/settings.json and .claude/settings.local.json:
Report: enabled plugins, custom configuration.
Check for project documentation:
CLAUDE.md or .claude/CLAUDE.md — does it exist? How comprehensive?.claude/rules/ — any project-specific (non-marketplace) rules?Report: documentation coverage, gaps.
If the project has a memory directory, check:
Report: memory count by type, freshness.
If wisdom frames exist in memory:
Report: frame inventory, health status, crystallisation rate.
If learning/feedback memories exist:
Report: learning density, unresolved issues, pattern candidates.
## Project Health Report
### Summary
- Rules: X installed (Y from marketplace, Z project-specific)
- Plugins: X enabled
- Documentation: [good/gaps identified]
- Memory: X files (Y feedback, Z project decisions)
- Wisdom: X frames (Y growing, Z stable, W stale)
- Learnings: X captured (Y critical, Z important)
### Details
[per-section details as above]
### Recommendations
[specific actions to improve coverage]
See Rules below — health-check is diagnostic, not procedural, so anti-patterns are expressed as rules rather than a separate list.
/learning — the learning system this health check audits. Use to capture new learnings./wisdom — the wisdom frame system this health check audits. Use to record or query wisdom.