ワンクリックで
using-skills
Use when starting any conversation or task, before clarifying, inspecting files, planning, editing, or answering.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when starting any conversation or task, before clarifying, inspecting files, planning, editing, or answering.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a request needs product/design exploration, unclear requirements, multiple viable approaches, UI/UX choices, or new behavior whose intent is not yet bounded.
Use when 2+ independent tasks, failures, research lanes, exploration lanes, or path-scoped investigations can run without shared state, shared files, or sequential dependency.
Use when executing a written implementation plan inline in the current session with checkpoints and verification.
Use when adding or changing a capability surface such as a public function, API, command, prompt, workflow, schema/helper, policy, or reusable instruction.
Use when implementation is complete, verification passes, and the remaining decision is how to integrate, merge, PR, clean up, or finish the branch.
Use when creating or revising docs, plans, records, PR text, handoffs, or other prose that should be sparse, direct, and low-context.
| name | using-skills |
| description | Use when starting any conversation or task, before clarifying, inspecting files, planning, editing, or answering. |
Check relevant skills before acting. The overhead is intentional: loading the
right rule is cheaper than repairing drift after an agent acted from memory.
purpose-first-tdd is the primary doctrine for changes: canonical 9-field PDD
contract plus failing proof before implementation.
Purpose: route work through reusable process instead of memory or habit. Consumer: main agents at turn start and before new task modes. Failure consequence: agents skip required workflows, duplicate stale practice, or answer before loading the policy that governs the task. Falsifier: the task is a self-contained one-liner with no repo, runtime, workflow, policy, or user-history dependency.
Before any response or action:
If unsure whether a skill applies, load it. If it does not fit after reading, say why briefly and continue. Do not skip a skill just to reduce ceremony.
Skill-loading overhead is allowed and expected. Prefer a small delay with the right governing rule over a fast answer that bypasses purpose, provenance, quality gates, or verification.
Skip skill loading only for hard self-contained tasks such as:
Any repo file, runtime, validator, prompt, plan, code, infra, or memory-dependent task is not self-contained.
Load skills once per phase, not per command. A "phase" is a coherent work mode that may span multiple turns:
systematic-debugging or existing-capability-first
once, carry it through all inspection turns.systematic-debugging once. If the loop is
compiler-directed (API rename, missing import), note the fast-path exemption
(see below) and batch fixes without reloading per turn.test-driven-development once, apply to all
code changes in the phase.verification-before-completion before any
completion claim.Reloading the same skill every turn wastes context. Instead, state which skills are active for the current phase and follow them.
User/repo instructions override skills. Skills override default habit.
When multiple skills apply:
existing-capability-first.purpose-first-tdd.quality-contracts.brainstorming, systematic-debugging,
test-driven-development, writing-plans.instruction-writing, human-writing, frontend,
image, API, skill writing.verification-before-completion,
review/finish skills.
6.5. Adversarial validation: when verification, finishing, or skill-writing
skills apply, also consider /redteam:* (adversarial review + decision
review + hack + verify). Redteam is read-only and cross-model.Stop and check skills when thinking:
Action is task. Task requires skill check.