Common skills shared across Claude Code, Codex, and Antigravity, plus per-agent extras. sync.sh deploys to each tool's config path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1010 B
1010 B
Codex & Antigravity — Agent-Specific Skills
Skill Discovery
- Skills in
~/.agents/skills/[name]/SKILL.mdare auto-discovered. - Each skill directory can include optional
scripts/,references/, andassets/subdirectories. - Skills can be scoped: user (
~/.agents/skills), repo (.agents/skills), or system (/etc/codex/skills).
SKILL.md Format
- Always include YAML frontmatter with
nameanddescriptionfields. descriptionshould clearly state when and how the skill applies.- Example:
--- name: my-skills description: Personal coding conventions and preferences ---
Task Execution
- Prefer running tasks in isolated environments when available.
- Use
agents/openai.yamlto configure agent-specific behavior per skill directory. - Leverage built-in Codex skills before writing custom ones.
Project Awareness
- Read
.agents/skillsat repo root for project-specific overrides. - Project-level skills take precedence over user-level skills.