ワンクリックで
your-skill-name
One-line description of what this skill does
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
One-line description of what this skill does
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | YOUR_SKILL_NAME |
| description | One-line description of what this skill does |
| version | 1.0.0 |
| tags | ["tag1","tag2","tag3"] |
Provide a clear, concise description of what this skill does. Include the problem it solves and the value it provides.
Example:
This skill generates comprehensive test suites for TypeScript modules. It analyzes the module's exports, identifies edge cases, and produces tests using the project's existing test framework.
Describe the specific situations where this skill should be invoked. Be precise so that both agents and users know when this skill is appropriate.
Define the step-by-step process this skill follows. Each step should be discrete and verifiable.
Description of what happens in this step.
Description of what happens in this step.
Description of what happens in this step.
Define measurable quality criteria for the skill's output.
| Criterion | Requirement | How to Verify |
|---|---|---|
| Completeness | All required sections are present | Checklist review |
| Accuracy | Output is factually correct | Cross-reference with source |
| Format | Follows the defined output structure | Schema validation |
| Idempotency | Running twice produces same result | Re-run comparison |
List assets, references, and scripts that support this skill.
assets/)Files in the assets directory that this skill uses:
| File | Purpose |
|---|---|
template.txt | Output template |
config.json | Default configuration |
references/)Reference documents for context and examples:
| File | Purpose |
|---|---|
example-output.md | Example of expected output |
style-guide.md | Style guidelines to follow |
scripts/)Helper scripts that can be invoked during the workflow:
| Script | Purpose | Usage |
|---|---|---|
validate.sh | Validates skill output | bash scripts/validate.sh <output-file> |
setup.sh | Prepares the environment | bash scripts/setup.sh |