AGENTS.md@docs/prompts/startup · git:20260630.e3f6fe8 · 2026-06-30 · sha256 5d08efacac65aa0c
AGENTS.md@docs/prompts/startup git:20260630.e3f6fe8A
Immutable. This exact content is served forever at /api/v1/blob/5d08efacac65aa0c.
# Startup skill ## Overview Agent skill `template-startup` — full installation and validation for a fresh clone of the Research Project Template. Installs dependencies, runs pre-commit hooks, executes the core pipeline against `template_code_project`, validates outputs, and reports a structured PASS / FAIL. ## Files | File | Role | | --- | --- | | [`SKILL.md`](SKILL.md) | Routable workflow (canonical) | | [`README.md`](README.md) | Human-facing overview | ## Verification ```bash # Confirm the skill produces a passing pipeline run: ./run.sh --pipeline --project templates/template_code_project --core-only uv run python scripts/04_validate_output.py --project templates/template_code_project ``` ## See also - [`../AGENTS.md`](../AGENTS.md) — prompts hub - [`SKILL.md`](SKILL.md) — full workflow - [`../../../START_HERE.md`](../../../START_HERE.md) — repo entry point - [`../../../docs/guides/startup-and-setup.md`](../../../docs/guides/startup-and-setup.md) — detailed guide