원클릭으로
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: