Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Standards-compliant code for the Research Project Template — infrastructure or project src/, thin orchestrators, type hints, no mocks. USE WHEN implementing an algorithm, utility, analysis method, optimizer, new module in projects/*/src or infrastructure/, or user says add code following template architecture — even without docs/prompts. Not for end-to-end feature spanning manuscript + pipeline (use template-feature-addition).
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -23% | 0% |
infrastructure (generic, 60% cov) vs project (domain, 90% cov).docs/_generated/active_projects.md.infrastructure/ or projects/<n>/src/; scripts only orchestrate I/O and plotting.get_logger(__name__); custom exceptions extending TemplateError; Google docstrings.docs/rules/testing_standards.md).bashuv run python -m infrastructure.project.public_scope lint-paths | xargs uv run ruff check uv run python -m infrastructure.project.public_scope source-paths | xargs uv run mypy uv run pytest projects/<project>/tests/ --cov=projects/<project>/src --cov-fail-under=90 -q # or infra: uv run pytest tests/infra_tests/ --cov=infrastructure --cov-fail-under=60 -q
docs/rules/ — normative standardsdocs/core/architecture.md — two layers, thin orchestratorOther measured skills in the registry, with their headline benchmark lift.