Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Add or extend generic infrastructure/ packages — Layer 1 modules with SKILL.md, AGENTS.md, tests in tests/infra_tests/, 60% coverage. USE WHEN new reusable package under infrastructure/, extending validation/rendering/llm, or skill manifest entry — even without infrastructure_module prompt.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -84% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -64% | 0% |
infrastructure/<package>/.__init__.py and __all__.__init__.py, core logic module(s), optional cli.py, AGENTS.md, README.md, SKILL.md with YAML frontmatter.TemplateError hierarchy.tests/infra_tests/<package>/; no mocks; ≥60% on infrastructure/.__init__.py must declare __all__ (MED5).uv run python -m infrastructure.skills write after adding SKILL.md.infrastructure/AGENTS.md module map if significant.bashuv run pytest tests/infra_tests/<area>/ -v --cov=infrastructure --cov-fail-under=60 uv run python -m infrastructure.skills check uv run python -m infrastructure.skills check --all-exports
projects/*/src/infrastructure/AGENTS.mddocs/rules/api_design.md — __all__ for re-exportersOther measured skills in the registry, with their headline benchmark lift.