code-health
About
The `code-health` skill scans your codebase for dead code, outdated dependencies, and quality issues like code smells and tech debt. It's ideal for periodic hygiene checks, pre-release audits, or post-refactoring reviews. The skill delegates the analysis to the Centinela agent and outputs a detailed findings report.
Quick Install
Claude Code
Recommendednpx skills add davepoon/buildwithclaude -a claude-code/plugin add https://github.com/davepoon/buildwithclaudegit clone https://github.com/davepoon/buildwithclaude.git ~/.claude/skills/code-healthCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
release-check
OtherThe release-check skill executes a critical pre-release verification checklist, delegating tasks to the QA agent to validate documentation, tests, security, and quality gates. It is used as a final quality gate before production releases or version tagging. The skill produces a detailed assessment and a final READY FOR RELEASE or BLOCKED verdict.
security-audit
OtherThis skill performs a comprehensive security audit by delegating to the Centinela agent, covering OWASP Top 10, dependency vulnerabilities, secrets scanning, and smart contract checks. Use it before releases, after major code changes, or for periodic reviews to verify security posture. It systematically runs security checklists and issues a final verdict on the codebase.
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
polymarket
MetaThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
