ワンクリックで
example-skill
Briefly describe what this skill does and when it should be used.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Briefly describe what this skill does and when it should be used.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create concise, repository-specific AGENTS.md files with operational contract, precedence rules, and drift-control guidance.
Create project-context AGENTS.md files using phased discovery, required operational sections, and session-state modeling.
Create complete user-context instruction files using a structured discovery workflow and repository format rules.
Validate AGENTS.md files for structural completeness, operational contract coverage, neutrality, and repository alignment.
Validate project-context AGENTS.md files for required sections, session-state model completeness, role quality, and scoring compliance.
Validate user-context instruction files against schema, section completeness, quality checks, and scoring criteria.
| name | example-skill |
| description | Briefly describe what this skill does and when it should be used. |
| version | 1.0.0 |
| allowed-tools | ["Read"] |
| license | Optional license identifier |
| compatibility | Optional environment/runtime requirements. |
| metadata | {"owner":"Optional owner","domain":"Optional domain"} |
Describe the capability this skill provides and the problem it solves.
references/ for detailed docs loaded on demand.scripts/ for optional automation or checks.assets/ for reusable static artifacts.references/.name (required):description (required):license (optional): short license identifier.compatibility (optional):metadata (optional): map of string keys to string values.version (optional): semver string (e.g. "1.0.0"). Increment when skill behavior changes.allowed-tools (optional): YAML flow list of tool names this skill may invoke (e.g. [Read, Write, Edit]).