返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

adhering-standards

为所有插件组件提供2026通用代理运行时标准的系统权限。在审核或管理插件组件(技能、命令、代理)时必须使用。不要用于创建新组件、开发任务或日常维护。

person作者: jakexiaohubgithub

Toolkit Registry Standards

Quick Reference

| Component | Purpose | Entry Trigger | |:----------|:--------|:--------------| | Skills | Knowledge injection, reusable workflows | "Create a skill for X", "Audit skill Y" | | Commands | Orchestration shortcuts, multi-skill workflows | "Create a command for X", "Audit command Y" | | Agents | Persona binding, isolated context execution | "Create an agent for X", "Audit agent Y" |

Core Standards

Component Management

For detailed specifications, see: references/full-spec.md

Key Standards:

  • Skills: USE when patterns, allowed-tools, progressive disclosure
  • Commands: disable-model-invocation, argument-hint, orchestration focus
  • Agents: Persona binding, tool restrictions, no AskUser in workers

Validation Protocol

All components MUST pass validation before use. See references/validation.md for complete validation protocol.