Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Convention discovery and rule generation from codebase analysis. Scans project structure, builds search indexes, identifies patterns, and generates enforceable rules.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -54% | 0% |
Four parallel index domains:
Convert conventions into enforceable rules:
json{ "id": "ts-no-any", "category": "coding-standards", "description": "Avoid 'any' type; use 'unknown' and narrow", "severity": "error", "autoFixable": false, "language": "typescript" }
| Category | Examples | |----------|---------| | core | task-and-workflow, testing, verification | | dev-practices | development-practices, context-management | | tools | research-tools, cli-tools | | coding-standards | Language-specific rules (conditional) |
artifacts/CONVENTIONS.md -- Discovered conventionsartifacts/SEARCH-INDEX.json -- Semantic search indexartifacts/RULES.md -- Generated project rulesOther measured skills in the registry, with their headline benchmark lift.