skills/discover-skills/SKILL.md
Identify missing skills and recommend installations from AI Cortex or public skill catalogs. Core goal - provide top 1-3 skill matches with install commands for Agent capability gaps. Use when discovering capabilities or suggesting skills to fill gaps.
npx skillsauth add nesnilnehc/ai-cortex discover-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
帮助代理识别任务中缺少的技能并推荐具体的安装步骤。此技能会发现候选人并建议安装什么,但不会自动安装或注入技能。
首要目标:为代理提供前 1-3 项技能建议和准确的安装命令,以填补能力差距。
成功标准(必须满足所有要求):
skills/INDEX.md 和 manifest.json,或根据要求搜索外部目录验收测试:代理或用户是否可以使用提供的命令安装推荐的技能,而无需进行额外的研究?
本技能负责:
本技能不负责:
install-rules或手动安装)转交点:当安装命令提供建议时,将其交给用户进行安装决定或交给“install-rules”进行自动安装(需要用户确认)。
skills/INDEX.md 和 manifest.json 作为功能图。如果用户请求外部选项并且网络访问可用,请搜索公共目录(例如 SkillsMP)。不要做这些(其他技能可以处理它们):
install-rules或用户确认后手动安装何时停止并交接:
代理或用户是否可以使用提供的命令安装推荐的技能而无需额外研究?
如果否:建议不完整。验证安装命令是否正确并包含所有必要的参数。
如果是:发现已完成。等待用户决定安装。
skills/INDEX.md。npx skills add nesnilnehc/ai-cortex --skill generate-standard-readme。当该技能产生推荐时,它遵循以下合同:
|元素|要求|
| :--- | :--- |
|计数 |仅限前 1-3 场比赛;没有批量目录列表。 |
|每技能 |名称、基本原理(为什么匹配)、安装命令(例如“npx Skills add Owner/repo --skill name”)。 |
|来源 |优先选择本地 skills/INDEX.md 和 manifest.json;仅当用户请求并且网络可用时才外部。 |
|互动|未经用户明确确认,请勿运行安装命令。 |
development
Generate an LLM agent test suite (golden cases, mock-LLM unit tests, evaluator harness) from an agent implementation and its agent-test contract. Use when an agent has no tests, or a contract exists but the test code is missing.
development
After code changes, auto-detect the project's build system and local deployment method for a given directory, then build the project and restart its locally-deployed environment (Docker Compose / systemd / process manager). Never assumes — asks only when detection is ambiguous. Caches detected commands per project in .cortex/redeploy-local.yaml; re-invocations on the same project skip re-scanning until signal files change, the cache expires (30 days), or the skill version bumps.
tools
Publish a NATS message conforming to a cross-team contract, using NATS MCP tools. Authors the contract on first use if missing. Reads project-level cache (.cortex/nats.yaml) to avoid re-prompting basics across sessions.
tools
Drain pending NATS messages from a producer contract via NATS MCP tools (default batch / drain-style). Applies Tolerant Reader semantics and per-message ack/nak/term, returning aggregated stats. Reads project-level cache (.cortex/nats.yaml) to avoid re-prompting.