discover-skills
技能(Skill):发现技能
目的 (Purpose)
帮助代理识别任务中缺少的技能并推荐具体的安装步骤。此技能会发现候选人并建议安装什么,但不会自动安装或注入技能。
核心目标(Core Objective)
首要目标:为代理提供前 1-3 项技能建议和准确的安装命令,以填补能力差距。
成功标准(必须满足所有要求):
- ✅ 执行发现:搜索本地
skills/INDEX.md和manifest.json,或根据要求搜索外部目录 - ✅ 确定的最佳匹配:根据名称、描述和标签选择与任务需求匹配的 1-3 个技能
- ✅ 建议解释:提供了为什么每项技能与当前任务相匹配的理由
- ✅ 提供的安装命令:包含每个推荐技能的确切安装命令
- ✅ 无自动安装:未经用户明确确认,不执行安装命令
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74