installlisted
Install: claude install-skill racecraft-lab/racecraft-plugins-public
# SpecKit Install
## Scope
Use this skill when the user wants to install, refresh, repair, or
verify the **Codex custom subagents** that ship with this plugin.
This skill exists only for the Codex runtime. It does **not** manage
Claude Code agents, Claude marketplace metadata, or Claude commands.
The bundled source of truth lives in the plugin at:
- `codex-agents/*.toml`
The default user-scope Codex destination is:
- `~/.codex/agents/`
If the user explicitly asks for a different Codex-compatible agent
directory, honor that override. Otherwise install to the default
user-scope path above.
## What This Skill Installs
This skill installs the bundled TOML subagent templates that the
Codex autopilot expects to exist as real custom subagents:
- `autopilot-fast-helper.toml`
- `phase-executor.toml`
- `clarify-executor.toml`
- `checklist-executor.toml`
- `analyze-executor.toml`
- `implement-executor.toml`
- `codebase-analyst.toml`
- `spec-context-analyst.toml`
- `domain-researcher.toml`
`autopilot-fast-helper.toml` is optional at runtime. The main
autopilot may use it for tiny advisory text-only prep work when
`gpt-5.3-codex-spark` is available, but autopilot must continue
without it if that model is unavailable in the current Codex
environment.
These files follow the official Codex subagent format: one standalone
TOML file per custom agent, with required `name`, `description`, and
`developer_instructions` fields plus Codex config such as `model`,
`model_reasoning_effort`,