Back to categories
Category

Agent Skills in category: Uncategorized

72270 skills match this category. Browse curated collections and explore related Agent Skills.

storybook-best-practice

Must follow when 创建或维护 Storybook Stories,确保组件文档命名、参数定义和装饰器配置符合项目 Storybook 编写规范。触发词:创建storybook、story规范、组件故事文档审查。

forge-town
forge-town
1

svg-icon-best-practice

Must follow when 管理或新增 React TypeScript 项目中的 SVG 图标组件,确保命名、封装方式和导出规范遵循项目标准规范。触发词:svg图标规范、图标组件管理、SVG图标规范审查。

forge-town
forge-town
1

use-store-not-props-best-practice

Must follow when 设计组件数据流——优先通过 Store 访问全局状态,不得通过 Props 层层传递;适用于代码审查和新功能设计阶段。触发词:用store替代props、组件传参规范。

forge-town
forge-town
1

zod-env-integration

Must follow when 配置类型安全的环境变量管理模块,基于 .env.example 使用 Zod 生成 env schema 和标准化管理工具。触发词:zod环境变量、env类型安全配置、环境变量schema。

forge-town
forge-town
1

codex-collab

>

miracloon
miracloon
0

governance-docs-codex-review

>

miracloon
miracloon
0

governance-docs-standard

>

miracloon
miracloon
0

plan-to-spec

将 Plan Mode 的讨论结论固化为可执行的 Markdown 施工图纸。当用户完成 Plan 讨论、准备进入开发阶段时使用。生成 overview.md(战略层)、taskXX_*.md(战术层)、summary.md(审计层)三类文档,实现上下文序列化,避免 Plan 与 Code 偏航。

miracloon
miracloon
0

cli-for-agents

>-

reinamaccredy
reinamaccredy
254

maestro-dev

Development workflow for maestroCLI itself. Encodes the hexagonal architecture pattern (port -> adapter -> use-case -> command -> MCP tool -> test) and project-specific conventions. Use when implementing new maestro features, adding CLI commands, extending the MCP server, creating new adapters, modifying ports, writing use-cases, or debugging maestro's own code. Also use when you need to understand how maestro's layers connect or where to put new code.

reinamaccredy
reinamaccredy
254

maestro-pipeline-test

Run a full end-to-end smoke test of all maestro CLI commands in a single session. Use this skill when testing the maestro pipeline, verifying tool installation, validating a maestro setup, or checking that all tool groups work (feature, plan, task, memory, meta, graph, handoff, search). Trigger on "test maestro", "smoke test", "pipeline test", "verify all tools", "run pipeline test", or whenever the user wants to confirm maestro is functioning correctly -- even if they just say "does it work?" in a maestro context.

reinamaccredy
reinamaccredy
254

maestro-skill-author

Create, update, or debug maestro built-in skills. Covers SKILL.md frontmatter, reference directory structure, step-file architecture, build-time embedding, naming conventions, alias management, and registry validation. Use when creating a new maestro built-in skill, modifying an existing SKILL.md, adding reference files, debugging skill loading failures, updating the skills registry, or working on the skills full port. Also use when frontmatter validation fails, skills don't appear in skill-list, or reference files fail to load.

reinamaccredy
reinamaccredy
254

maestro-v2-migration

Guide for working with maestroCLI's v2 architecture. Covers the context-to-memory rename, 4-state task model, plain file backend, pre-agent hooks, research phase, and memory promotion. Use when touching v2 code, encountering legacy patterns (e.g. 'context' instead of 'memory', old task states), adding new v2 features, or debugging v2 behavior. Also use when you see imports from adapters/fs/context, references to 'contextAdapter', or task states that don't match the 4-state model.

reinamaccredy
reinamaccredy
254

maestro:brainstorming

Use before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

reinamaccredy
reinamaccredy
254

maestro:plan-review-loop

Deep-review any plan (maestro, Codex, Claude Code plan mode, or plain markdown) using iterative subagent review loops with BMAD-inspired adversarial edge-case discovery. Spawns reviewer subagents that find issues using pre-mortem, inversion, and red-team techniques, auto-fixes them with structured fix strategies, and re-reviews until the plan passes with zero actionable issues. Use when the user says 'review the plan', 'deep review', 'check the plan thoroughly', 'review loop', 'validate before approving', or wants rigorous plan validation before execution. Also use proactively before plan-approve when the plan is complex or high-risk.

reinamaccredy
reinamaccredy
254

maestro:research

Structured research workflow for maestro features. Guides tool selection across three tiers (codebase exploration, Context7 for library docs, NotebookLM for deep analysis), defines research patterns, finding organization via memory_write, and completion criteria. Use during the research pipeline stage after feature_create and before plan_write. Also use when investigating a problem space, comparing technical approaches, gathering context on unfamiliar code, or needing to understand external library APIs before making architectural decisions.

reinamaccredy
reinamaccredy
254

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

reinamaccredy
reinamaccredy
254

mcp-for-agents

>-

reinamaccredy
reinamaccredy
254

prompt-leverage

Strengthen a raw user prompt into an execution-ready instruction set for Amp, Claude Code, Codex, or another AI agent. Use when the user wants to improve an existing prompt, build a reusable prompting framework, wrap the current request with better structure, add clearer tool rules, or create a hook that upgrades prompts before execution.

reinamaccredy
reinamaccredy
254

maestro:agents-md

Use when bootstrapping, updating, or reviewing AGENTS.md — teaches what makes effective agent memory, how to structure sections, signal vs noise filtering, and when to prune stale entries

reinamaccredy
reinamaccredy
254

maestro:debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

reinamaccredy
reinamaccredy
254

maestro:design

Deep discovery and specification for ambitious features. Full BMAD-inspired interview with classification, vision, journeys, domain analysis, and FR synthesis. Same output contract (spec.md + plan.md) as new-track but far richer. Use for multi-component systems, regulated domains, or unclear requirements.

reinamaccredy
reinamaccredy
254

maestro:dispatching

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

reinamaccredy
reinamaccredy
254

maestro:docker

Use when working with Docker containers — debugging container failures, writing Dockerfiles, docker-compose for integration tests, image optimization, or deploying containerized applications

reinamaccredy
reinamaccredy
254

maestro:implement

Execute track tasks following TDD workflow. Single-agent by default, --team for parallel Agent Teams, Sub Agent Parallels. Use when ready to implement a planned track.

reinamaccredy
reinamaccredy
254

maestro:new-track

Create a new feature/bug track with spec and implementation plan. Interactive interview generates requirements spec, then phased TDD plan. Use when starting work on a new feature, bug fix, or chore.

reinamaccredy
reinamaccredy
254

maestro:note

Capture decisions, constraints, and context to persistent notepad. Priority notes are injected into every session and implementation run.

reinamaccredy
reinamaccredy
254

maestro:parallel-exploration

Use when you need parallel, read-only exploration with task() (Scout fan-out)

reinamaccredy
reinamaccredy
254

maestro:prompt-leverage

Strengthen a raw user prompt into an execution-ready instruction set for Claude Code, Amp, Codex, or another AI agent. Use when the user wants to improve an existing prompt, build a reusable prompting framework, wrap the current request with better structure, add clearer tool rules, or create a hook that upgrades prompts before execution.

reinamaccredy
reinamaccredy
254

maestro:revert

Git-aware revert of track, phase, or individual task. Safely undoes implementation with plan state rollback.

reinamaccredy
reinamaccredy
254

maestro:review

Code review for a track against its spec and plan. Verifies implementation matches requirements, checks code quality and security.

reinamaccredy
reinamaccredy
254

maestro:setup

Scaffolds project context (product, tech stack, coding guidelines, product guidelines, workflow) and initializes track registry. Use for first-time project onboarding.

reinamaccredy
reinamaccredy
254

maestro:status

Interpret feature progress, detect problems, and recommend next actions based on maestro status output.

reinamaccredy
reinamaccredy
254

maestro:symphony-setup

Set up Symphony orchestration for any repository. Installs Codex skills, generates a customized WORKFLOW.md, configures Linear integration, and verifies the setup. Works with any tech stack.

reinamaccredy
reinamaccredy
254

linear

|

reinamaccredy
reinamaccredy
254

maestro:tdd

Use when implementing any feature or bugfix, before writing implementation code

reinamaccredy
reinamaccredy
254

maestro:verification

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

reinamaccredy
reinamaccredy
254

maestro:new-feature

Create a new feature/bug track with spec and implementation plan. Interactive interview generates requirements spec, then phased TDD plan. Use when starting work on a new feature, bug fix, or chore.

reinamaccredy
reinamaccredy
254

maestro:next-move

Strategic analysis of a project to identify the single highest-leverage, most innovative addition. Use when the user asks what to build next, what the most impactful improvement would be, what's missing, or any question about strategic direction and priorities. Also use when stuck choosing between competing features.

reinamaccredy
reinamaccredy
254

maestro:simplify

Review changed code for reuse, quality, and efficiency, then fix issues found. Use after implementing a task or feature -- catches duplication, hacky patterns, and wasted work before review.

reinamaccredy
reinamaccredy
254

maestro:visual

Create interactive HTML visualizations of maestro state and debug data

reinamaccredy
reinamaccredy
254

arxiv-paper-writer

>

renocrypt
renocrypt
25724

collaborating-with-claude

Use the Claude Code CLI to consult Claude and delegate coding tasks for prototyping, debugging, and code review. Supports multi-turn sessions via SESSION_ID. Optimized for low-token, file/line-based handoff.

renocrypt
renocrypt
25724

collaborating-with-gemini

Use the Gemini CLI to consult Gemini and delegate coding tasks for prototyping, debugging, and code review. Supports multi-turn sessions via SESSION_ID. Optimized for low-token, file/line-based handoff.

renocrypt
renocrypt
25724

latex-rhythm-refiner

>

renocrypt
renocrypt
25724

laravel-upgrade

Upgrade Laravel applications one major version at a time (9→10, 10→11, 11→12). Use when user wants to upgrade their Laravel framework version. Auto-detects current version from composer.json, identifies breaking changes, and applies necessary code fixes.

1weiho
1weiho
2

create-cli-tool

Craft or refactor a CLI interface and behavior using the CLI Guidelines. Use when defining a new CLI spec or reshaping an existing command surface arguments, flags, subcommands, help text, outputs, errors, exit codes, prompts, config/env precedence, and safe/dry-run behavior.

khoi
khoi
1

execplan

When writing complex features or significant refactors or user ask explicitly, use an ExecPlan from design to implementation.

khoi
khoi
1

manipulate-xcodeproj

Manipulate Xcode projects and asset catalogs using XcodeProjectCLI (xcp) only. Use when editing .xcodeproj/.pbxproj files, adding/moving/renaming/deleting groups or files, changing target membership, reading or setting build settings, or managing xcassets assets.

khoi
khoi
1

peekabo

Use when working with the Peekaboo CLI or MCP server to capture macOS screens, inspect UI elements, and automate GUI interactions (see/click/type/scroll/hotkey/window/menu/dock/space), or when troubleshooting Peekaboo permissions, snapshots, or focus issues.

khoi
khoi
1

Page 358 of 1446 · 72270 results