Agent Skills
› EveryInc/compound-engineering-plugin
› agent-only-skill
agent-only-skill
GitHub这是一个仅供 Agent 内部使用的技能,不面向用户直接调用,用于支持系统后台逻辑或辅助流程。
Trigger Scenarios
Agent 内部协作
自动化工作流执行
Install
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.
Version History
- 15ab6f7 Current 2026-08-20 12:39


