ワンクリックで
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.