From composto
Initializes Composto proactive monitoring, Health-Aware IR, and watcher engine for automatic detection of security issues, code smells, and codebase health trends at session start.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composto:composto-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to Composto, a proactive codebase health tool. It provides:
You have access to Composto, a proactive codebase health tool. It provides:
composto-scan — Scan the codebase for issues (security, console.log, etc.)composto-trends — Analyze codebase health trends from git historycomposto-ir — Generate Health-Aware IR for any filecomposto-scan to check for existing issuescomposto-trends to find the areas that need it mostcomposto-ir instead of raw source — 60-75% fewer tokens, more informationWhen the user asks you to work on code, proactively:
npx claudepluginhub mertcanaltin/composto --plugin compostoPerforms full codebase health assessment for legacy projects. Analyzes complexity, dependencies, dead code, tech debt, and git hotspots. Produces health score and rescue plan.
Scans codebase health by identifying hotspots, risky files, and coupling patterns. Prescribes prioritized refactoring actions with ROI-based guidance. Invoke via /Vitals or rely on auto-activation when discussing code quality.
Analyzes git history to detect codebase hotspots (frequent changes/bug fixes), decay signals (accelerating churn), and inconsistencies (multiple authors/patterns). Use before refactoring or investigating recurring bugs.