원클릭으로
writing-skills
Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating, reviewing, or updating a BRIEF.md (the quality law for a surface), defining what "good"/shippable means, or setting up a verified autonomous loop.
Use when checking deployment health, investigating errors, reading logs, or working with Tiltfiles. Queries Tilt resource status, logs, and manages dev environments.
Use when starting tilt, debugging Tiltfile errors, or bootstrapping a dev environment. Starts Tilt in zmx, monitors bootstrap to healthy state, fixes Tiltfile bugs without hard-coding or fallbacks.
Use when creating commits, managing branches, opening PRs, or rewriting history. Not for non-git implementation tasks or repo-specific release policy decisions.
Use when syncing a feature branch onto the latest origin base branch via git rebase.
Fetch latest from origin, prune remote-tracking refs, delete stale local branches and worktrees, and fast-forward important branches. Use when tidying up a worktree-based repo layout.
| name | writing-skills |
| description | Use when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness |
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.