Agent Skills#
EmbodiChain stores canonical in-repo agent skills under .agents/skills/.
Each skill directory contains a SKILL.md file with the source-of-truth
workflow for that task.
Tool-specific files are adapters only:
.claude/skills/<skill>/SKILL.mdpoints Claude Code project skills to the canonical skill..github/copilot/*.mdpoints GitHub Copilot guidance to the canonical skill.
Keep adapters thin. When a workflow changes, update the matching
.agents/skills/<skill>/SKILL.md first, then adjust adapters only when a tool
needs a different local entry hint.
Available Skills#
Skill |
Canonical path |
Purpose |
|---|---|---|
|
|
Scaffold simulation atomic actions. |
|
|
Scaffold |
|
|
Add observation, reward, event, action, dataset, or randomization functors. |
|
|
Write tests following project conventions. |
|
|
Run local CI-style checks before committing. |
|
|
Draft or create pull requests. |
|
|
Write benchmark scripts for EmbodiChain modules. |
Project context routing |
|
Resolve project context through |
Project Context Routing#
Requests such as reference project development docs or reference project context should use the project-dev-context skill. The routing flow is:
Read
agent_context/MAP.yaml.Resolve the topic by exact
id, thenaliases, thenkeywords.Load only the matched Markdown files under
agent_context/.Do not read
docs/source/unless the user explicitly asks for the Sphinx documentation.