Installation commands from the site for Codex and "Other" harnesses:
curl -o ~/.codex/AGENTS.md https://sosumi.ai/SKILL.md
curl -o AGENTS.md https://sosumi.ai/SKILL.md
Right now they rewrite the AGENTS.md file with the sosumi skill contents. Instead, SKILL.md should live in a skills/sosumi/ folder, not replace AGENTS.md similarly to how you do with Claude Code. Both for Codex and other agents you'd want this installation:
mkdir -p ~/.agents/skills/sosumi
curl -o ~/.agents/skills/sosumi/SKILL.md https://sosumi.ai/SKILL.md
This doesn't rewrite anything and .agents is an open format supported by Codex and all other harnesses (except Claude Code)
Installation commands from the site for Codex and "Other" harnesses:
Right now they rewrite the AGENTS.md file with the sosumi skill contents. Instead, SKILL.md should live in a
skills/sosumi/folder, not replace AGENTS.md similarly to how you do with Claude Code. Both for Codex and other agents you'd want this installation:This doesn't rewrite anything and
.agentsis an open format supported by Codex and all other harnesses (except Claude Code)