skill
직업 분류
설명
업데이트
research-routing
소프트웨어 개발자
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.
2026-07-13
research
소프트웨어 개발자
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.
2026-07-13
code-quality-metrics
소프트웨어 개발자
Consider code quality metrics (complexity, maintainability, LOC) injected in context when making changes. Lower maintainability (<50) or high complexity (>15) warrant refactoring.
2026-07-12