en un clic
ClaudeBoost
ClaudeBoost contient 3 skills collectées depuis MikahNiehaus, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
How a research agent decides what to search, where to search it, and how to turn a project's import graph into something useful. Covers depth vs breadth routing, the does-this-already-exist check, and per aspect coverage.
Send out the research agent on a question, with no code edit involved. Use when you want depth and breadth research on a decision, a design question, a "what's the best way to X", or "does this already exist" before committing to anything.
Consider code quality metrics (complexity, maintainability, LOC) injected in context when making changes. Lower maintainability (<50) or high complexity (>15) warrant refactoring.