Launch the cc-praxis skill manager UI — browse, install, update, and uninstall skills
Remove marketplace skills and hooks with reverse dependency checking
Universal code review principles covering safety, concurrency, performance, testing philosophy
Universal dependency management principles for BOM patterns
Universal observability principles covering logging, tracing, and metrics
GitHub issue tracking with cross-cutting detection, commit split suggestions, and release-based changelog
GitHub Pages / Jekyll blog commits with content-specific conventions and validation
Immutable dated record of design state — where we are, how we got here, where we're going
Living project diary — captures decisions, pivots, and discoveries in the moment with honest diary voice, not polished retrospectives
Cross-project library of hard-won technical gotchas — bugs, silent failures, and workarounds stored in ~/claude/knowledge-garden/ for any future session to reuse
Generates a concise HANDOVER.md at session end — lazy references to design snapshots, project blog, and knowledge garden rather than loading them
Lightweight living log for undecided possibilities — capture, review, promote, and discard ideas
TypeScript development workflow — strict mode, async patterns, error handling, testing
TypeScript code review extending code-review-principles — type safety, async correctness
TypeScript/Node.js OWASP Top 10 security audit — injection, auth, SSRF, prototype pollution
npm/yarn/pnpm dependency management extending dependency-management-principles
Health checks for TypeScript/Node.js projects — extends project-health with TS-specific checks
Python development workflow — type hints, async patterns, safety, testing with pytest
Python code review extending code-review-principles — type safety, async correctness, safety
Python OWASP Top 10 security audit — injection, pickle deserialization, secrets, SSRF
pip/poetry/pipenv dependency management extending dependency-management-principles
Health checks for Python projects — extends project-health with Python-specific checks
Universal project health checks — correctness, consistency, and compliance across all project types
Improvement opportunities across docs and code — structure, deduplication, and bloat reduction
Health checks for Claude Code skill collection repositories — extends project-health with skills-specific checks
Health checks for Java/Maven/Gradle projects — extends project-health with Java-specific checks
Health checks for GitHub Pages/Jekyll blogs — extends project-health with blog-specific checks
Health checks for custom projects — extends project-health with sync-rules and project-currency checks