Agent Skills
› fanfan-de/anybox
› chunk
chunk
GitHub指导AI使用Chunk工具进行CI/CD工作,涵盖UI和CLI路径选择。支持配置、故障排查、任务调度及chunk-cli命令执行。强调安全默认值、隐私保护及依赖验证,提供清晰的步骤指引与后续行动建议。
Trigger Scenarios
设置或初始化Chunk环境
使用Chunk排查或修复失败的构建
配置Chunk环境变量或模型提供商
计划或主动运行Chunk任务
执行chunk-cli命令如init, auth, sandbox等
Install
npx skills add fanfan-de/anybox --skill chunk -g -y
SKILL.md
Frontmatter
{
"name": "chunk",
"description": "Use CircleCI Chunk for AI-assisted CI\/CD work through either the Chunk web UI or the chunk-cli. Trigger this skill when users ask to set up Chunk, troubleshoot or fix failing builds with Chunk, configure Chunk environments, schedule\/proactively run Chunk tasks, or use chunk-cli commands such as init, validate, build-prompt, auth, sandbox, task, and skill install."
}
Chunk
Overview
Use this skill to choose the best Chunk workflow (UI or CLI), then execute it with clear prechecks and safe defaults. Keep responses action-oriented and grounded in verified commands and setup requirements.
Workflow
- Classify the request path.
- Use UI path for org setup, model-provider onboarding, fix buttons, or environment selection in the CircleCI app.
- Use CLI path for terminal-based project setup, validation hooks, prompt/context generation, sandbox operations, or scripted task execution.
- Use mixed path when users want UI setup plus CLI execution in the same flow.
- Gather minimum context.
- Confirm repository/project, branch, and whether GitHub integration is in place.
- Confirm whether the user is using CircleCI-managed model provider or bring-your-own keys.
- For CLI operations, confirm local OS compatibility and required tokens/auth.
- Execute using the matching reference.
- For UI/setup flows, load chunk-ui.md.
- For CLI flows, load chunk-cli.md.
- Close with verification.
- State what was configured or run, what remains blocked, and the next safest command or UI action.
Guardrails
- Treat Chunk features as beta unless the user confirms otherwise.
- Never expose or log secret values (API keys, tokens, bearer credentials).
- Do not invent
chunksubcommands or flags; stick to documented command families. - If sandbox features are requested, call out private preview status and any access gate.
- If a task depends on org-level prerequisites (GitHub App install, org toggles, contexts), verify those first.
Reference Map
- chunk-ui.md: CircleCI app setup, provider onboarding, fix buttons, environment file/setup, and operational troubleshooting.
- chunk-cli.md: Installation, command map, quick-start flows, auth/env variables, and platform constraints.
Output Contract
Provide:
- Path chosen (UI, CLI, or mixed) and why.
- Steps executed with exact command/UI actions.
- Required prerequisites not yet met.
- Concrete next action to finish the user’s goal.
Version History
- 08dc189 Current 2026-07-05 18:56


