ワンクリックで
skill-discovery
Use before starting any task to find relevant skills
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use before starting any task to find relevant skills
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when processing conversations to extract reusable knowledge (entities, facts, processes)
Use after completing any task to extract reusable patterns
Use when you've identified a recurring pattern worth abstracting into a skill
Use when an existing skill needs updating based on new evidence
Advanced Python development guidance with focus on architecture, design patterns, code quality, type safety, and modern best practices. Use when designing Python systems, refactoring codebases, implementing complex features, reviewing architecture decisions, applying design patterns, or ensuring code follows best practices for maintainability, testability, and performance.
| name | skill-discovery |
| description | Use before starting any task to find relevant skills |
| trigger_pattern | Before any task execution or when encountering a new problem type |
| tags | ["meta","discovery","search"] |
| version | 1 |
| is_protected | true |
| q_value | 0.5 |
| q_update_count | 0 |
NO TASK EXECUTION WITHOUT SKILL SEARCH FIRST.
Before starting any task, you MUST search for relevant skills. Even a 1% chance that a skill might apply means you should search.
Decision Tree:
├── New task received?
│ └── YES → Search skills immediately
├── Encountering unfamiliar problem?
│ └── YES → Search skills
├── About to use a common pattern?
│ └── YES → Search for existing skill
├── Task similar to past experience?
│ └── YES → Search for induced skills
└── All else
└── Search anyway (it costs nothing)
Use SkillSearchTool with a descriptive query:
Evaluate results using these criteria:
Load matching skills with SkillLoadTool: