bc
GitHubButterCut应用的入口技能,用于欢迎用户并引导其选择新剪辑、添加素材或执行其他任务,通过路由到对应子技能完成操作。
Trigger Scenarios
用户输入 buttercut 或 bc
用户询问如何开始或寻求帮助
Install
npx skills add barefootford/buttercut --skill bc -g -y
SKILL.md
Frontmatter
{
"name": "bc",
"description": "The ButterCut home menu — welcome the user back, then ask what they'd like to do (start a new cut, add footage to a library, a one-off task, or something else) and hand off to the right skill. Use as the front door when the user opens ButterCut, types \"buttercut\" or \"bc\", or asks \"where do I start\", \"what can you do\", or \"help me get started\"."
}
Skill: bc (alias for buttercut)
bc is the short name for the buttercut skill. The instructions live in one place — read and follow skills/buttercut/SKILL.md.
Version History
- 5d62523 Current 2026-08-20 12:43


