Shared standards and skills for AI coding agents — Claude Code, Codex CLI,
and anything else that reads AGENTS.md or the
SKILL.md format.
AGENTS.md— project-agnostic base guidelines. Copy it into a repository and prepend the project-specific sections (structure, commands, domain notes).skills/— cross-agent skills; each skill is a directory containing aSKILL.mdplus optional resources.
| Skill | Description |
|---|---|
| talk-like-scarletkc | Write, rewrite, polish, and translate text in ScarletKC's natural voice — tweets, comments, chat messages, technical opinions, GitHub text, and formal correspondence — instead of generic AI copy |
| ux-writing | Judgment rules for user-facing text and documentation — CLI output, diagnostics, error messages, docs structure, and keeping copy in sync with behavior |
Copy a skill directory into the agent's global skills directory:
- Claude Code:
~/.claude/skills/<name>/ - Codex CLI:
~/.codex/skills/<name>/