codex-overrides/skills/writing-skills/SKILL.md
Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness
npx skillsauth add 0xBigBoss/claude-code writing-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A skill should capture reusable judgment, not a story about one session.
Core principle: Write the minimum instructions that reliably change future agent behavior on the right class of tasks.
Choose the source of truth before editing:
In this dotfiles setup, those live under:
claude-code/.claude/skills/<skill-name>/claude-code/codex-overrides/skills/<skill-name>/Use a Codex override when the upstream shared skill exists but its workflow or wording does not cleanly fit Codex.
Create or update a skill when:
Do not create a skill for:
Each skill directory should stay small:
skill-name/
SKILL.md
supporting-file.md # only when needed
Prefer one concise SKILL.md. Add supporting files only for heavy reference material.
Frontmatter supports only:
namedescriptionDescription rules:
Use when...Validate the skill against realistic tasks:
Use subagents for testing only when they add signal. They are optional, not the point.
tools
Use when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages
data-ai
Use when there are multiple independent subtasks that can progress in parallel without overlapping ownership or blocking the next local step
testing
Canton validator node reference data. Use for participant IDs, database names, port availability, and architecture context.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".