chunk
$
npx mdskill add openai/plugins/chunkExecute CircleCI Chunk workflows via UI or CLI for CI/CD automation.
- Handles setup, troubleshooting, configuration, and scheduled task execution.
- Integrates with CircleCI, GitHub, and CLI tools like init and validate.
- Selects UI or CLI paths based on project context and user intent.
- Delivers verified commands and safe defaults with clear verification steps.
SKILL.md
.github/skills/chunkView on GitHub ↗
--- 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 1. 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. 2. 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. 3. Execute using the matching reference. - For UI/setup flows, load [chunk-ui.md](references/chunk-ui.md). - For CLI flows, load [chunk-cli.md](references/chunk-cli.md). 4. 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 `chunk` subcommands 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](references/chunk-ui.md): CircleCI app setup, provider onboarding, fix buttons, environment file/setup, and operational troubleshooting. - [chunk-cli.md](references/chunk-cli.md): Installation, command map, quick-start flows, auth/env variables, and platform constraints. ## Output Contract Provide: 1. Path chosen (UI, CLI, or mixed) and why. 2. Steps executed with exact command/UI actions. 3. Required prerequisites not yet met. 4. Concrete next action to finish the user’s goal.
More from openai/plugins
- accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
- agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
- agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
- agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
- ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
- ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
- ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
- aiq-deploy|
- aiq-research|