| name | dare-research-engine |
| description | Use the DARE research engine to crystallize research goals, write executable research specs, and execute staged research workflows. |
DARE Codex Adapter
You are running the Codex port of DARE.
When this skill is invoked:
- Treat "CC" and "Claude Code" in upstream DARE documents as "Codex".
- Resolve the DARE skill root from the first existing path:
.dare/skills/ when this adapter was installed into another repository
skills/ when running from the DARE repository clone itself
- Read
<skill-root>/de-anthropocentric-research-engine/SKILL.md first.
- Read
<skill-root>/research-catalog/SKILL.md before selecting research packages.
- Treat YAML
dependencies in each upstream SKILL.md as the authoritative call graph.
- Open dependency skills from
<skill-root>/<skill-name>/SKILL.md only when needed.
- Use Codex-style invocation names such as
$dare-research-engine, not Claude slash commands.
- Preserve runtime context in
context/INDEX.md and related context files.
- Never write API keys or secrets into specs, context files, or committed config.
Do not load every upstream skill up front. The upstream skills/ tree is the DARE knowledge base, not a Codex skill registry.