Build a `BaseDynamicContextProvider` that injects a named, titled block into an agent's system prompt at every `run()` — current time, user identity, retrieved RAG docs, session…
Design and write a `BaseIOSchema` input/output pair for an Atomic Agents agent or tool — docstrings, field descriptions, validators, error variants.
Build a `BaseTool[InSchema, OutSchema]` subclass — input/output schemas, `BaseToolConfig`, `run()` (and optional `run_async()`), env-driven secrets, typed failure outputs.
Interactive wizard for creating any type of audit — code, process, infrastructure, ecosystem, or custom.
Creates a backend (adminhtml) controller action in Magento 2 with proper ACL, routing, authorization, and admin UI integration.
Create and maintain backlog plan entries in .agent/BACKLOG.md (plan queue + plan brief) so multiple candidate plans can be tracked while keeping exactly one active plan in…
Creates a Velero backup for specified namespaces or entire cluster with proper configuration and validation.
Step-by-step guide for creating Backend for Frontend layers that aggregate multiple bounded contexts.
Guides creation of BKN (Business Knowledge Network) definition files following v2.0.1 spec. Covers network, object_type, relation_type, action_type, concept_group.
Step-by-step guide for creating DDD Bounded Contexts with ubiquitous language, context maps, and cross-context communication.
Provision a new Horizon AIOS brain — creates the OS user account, the shared brains group and a per-brain group, the workspace folder, a login shell profile, and stores an…
Provision Meta campaigns and ad sets on AdManage.ai from a declarative config. Runs on-demand — creates entities PAUSED, writes the returned IDs back into state so schedule-ads…
Author, validate, and debug canvas extensions that the agent can open in the GitHub Copilot app's side panel.
Create a CHANGELOG.md following keepachangelog.com conventions with version history backfilled from GitHub releases or git tags.
Analyze git changes and create changesets for package releases. Use when preparing pull requests, creating PRs, when branch has commits ready for review, or when user mentions…
Define the main cast, supporting cast, and dramatic relationships for an initialized story project when character ideas are missing, scattered, or not yet usable for outlining and…
Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation…
Create ClickUp tasks with proper formatting, task types, custom fields, and assignment. Use when the user wants to create a task, bug, feature, or ticket in ClickUp, or when they…
Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.
Create a new collector bot package with automatic implementation and validation. Use when user wants to create a new collector from scratch.
Guide for creating custom Claude Code slash commands with proper structure, argument handling, frontmatter configuration, and best practices.
Creates atomic git commits and pushes to remote. Use when you want to commit changes and push without creating a PR (e.g., "commit and push my changes" or "push this up").
CareMatch용 React 컴포넌트 생성. 고령자 친화적 접근성 규칙이 적용된 shadcn/ui 기반 컴포넌트를 생성합니다. 사용법 - "컴포넌트 생성해줘", "JobCard 컴포넌트 만들어줘
Shadow DOM 팝업을 가진 컴포넌트를 생성합니다. 컴포넌트가 직접 데이터를 fetch하고 팝업으로 표시합니다. 3D 씬, 독립 위젯 등에 사용합니다.
Create a controller for handling HTTP requests. Use when creating a controller to connect routes to services. Triggers on "create controller", "controller for", "HTTP handler".
Add or refine a CakePHP controller action that orchestrates HTTP flow without owning persistence logic.
Используй когда пользователь хочет создать новый технический курс или серию уроков. Генерирует plan.md и структуру уроков по конвенциям репозитория tech-tutorials (русский язык,…
Generate comprehensive coverage report with requirement traceability mapping. Shows coverage per REQ-*, gaps, trends, and recommendations.
Create Claude skills for Rust crates and binaries. Use when the user wants to create a skill for a Rust crate, document a Rust library for Claude, make a skill from cargo docs, or…
Create API-first CRUD endpoints with validation. Use when implementing create, read, update, delete operations for any resource.
Create a CakePHP controller wired to FriendsOfCake CRUD actions with thin execute flow.
Create or extend a FriendsOfCake CRUD listener for action-lifecycle customization.
Creates VS Code custom agent files (.agent.md) for specialized AI personas with tools, instructions, and handoffs.
在 Dota 自定义平衡中新增或替换英雄天赋(尤其是把通用天赋改为技能联动天赋)时使用。处理范围包括 game/scripts/npc/npc_abilities_override.txt 的天赋定义与技能挂接、game/scripts/npc/npc_heroes_custom.txt 的 Ability10-17 与 Bot.Build 档位联动、以及…
Create a custom web dashboard (React + Vite + Express) inside your sandbox to visualize the agent's Turso database.
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database. — from TryGhost/Ghost
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database.
Creates Alembic database migrations safely. Use when schema changes are needed, adding tables, columns, indexes, or modifying database structure.
How to create a new deck with slides from scratch. Read this before creating any deck. Contains exact HTML templates for every slide layout — no codebase exploration needed.
Guide you through creating a Red Hat Showroom demo module using the Know/Show structure for presenter-led demonstrations.
Use to generate development task documents for the Dev agent. Creates specifications describing WHAT needs fixing based on validated issues and investigations.
Create discount codes for promotions, launches, beta readers, or giveaways. Supports percentage/fixed discounts, usage limits, expiry dates, and product restrictions.
Create project documentation following PostPilot's documentation conventions. Use when: creating new docs, writing feature docs, adding README files, documenting a subsystem.
Create complete documentation sites for projects. Use when asked to: "create docs", "add documentation", "setup docs site", "generate docs", "document my project", "write docs",…
Creates a domain event handler following the vertical slice pattern. Places the handler in the feature folder it serves. Names the handler by its effect.
Create a draft pull request for the current session. Use when the user wants to open a draft PR with the session's changes.
Generates the complete DTO set: CreateRequest, UpdateRequest, Response, SearchRequest, UsageResponse, OptionResponse. Phase 1, Step 1.3 — AFTER repository, BEFORE mapper.
Create RFQ-ready 2D DXF (and optional SVG preview) files from a strict, validated JSON spec derived from a natural-language design prompt.
Generate the HTTP controller (inbound adapter) for ONE entity in an existing Elysia/Bun project — a thin idiomatic Elysia instance with TypeBox DTOs, cursor pagination, request…
Create or iterate on an Example Mapping specification from various inputs (GitHub issue, Miro screenshots). Produces a structured EM spec for use with the qa-review skill.
Create a calendar event with or without guests. Handles School and Bath time overlaps.
Create a calendar event and invite guests. Handles School and Bath time overlaps.
Add a CakePHP event listener for cross-cutting side effects without burying them in unrelated layers.
Create new publish/subscribe examples for ROS2 message types. Use when the user wants to add a new example, create pub/sub for a new message type, or add…
Creates a new Starlark MCP extension with tools, handlers, and proper structure. Use when the user wants to add a new extension to the starlark-mcp server.
Create publication-quality figures, charts, and diagrams. Multi-backend: Graphviz, Mermaid, NetworkX/D3, matplotlib, plotly, seaborn. 50+ visualization types for any domain.
Create or refine an idiomatic CakePHP custom finder for reusable query semantics on a Table.
Investigates a root cause and files a minimal fix PR for a reported bug or observability finding.
Create FIXME's in the codebase for each of the issues in the given input file.
Set up hybrid client/server validated forms with Zod and React Hook Form. Use when creating forms with validation.