Agent Skills
› EveryInc/compound-engineering-plugin
› agent-only-skill
agent-only-skill
GitHub这是一个仅限 Agent 内部调用的技能,不直接面向用户。其正文内容与上一版本完全一致,未包含任何功能变更或逻辑调整。
触发场景
Agent 内部需要执行通用辅助任务时
安装
npx skills add EveryInc/compound-engineering-plugin --skill agent-only-skill -g -y
SKILL.md
Frontmatter
{
"name": "agent-only-skill",
"description": "An agent-only skill not intended for direct user invocation",
"user-invocable": false
}
Agent-only skill body.
版本历史
- 15ab6f7 当前 2026-08-20 12:39


