一键导入
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: