Skill Claude CodeCodex
并行 agent / 子 agent / 分发任务 / delegate / fan out → execute a clear plan with AI agents. Use for decomposing independent slices, isolating contexts, staging review, and verifying agent output; not for a single linear local edit.
Skill Claude CodeCodex
并行 agent / 子 agent / 分发任务 / delegate / fan out → execute a clear plan with AI agents. Use for decomposing independent slices, isolating contexts, staging review, and verifying agent output; not for a single linear local edit.
Skill Claude CodeCodex
A research workflow that examines a topic from several viewpoints before producing a structured research brief.
Skill Claude CodeCodex
Use when implementing, modifying, scaffolding, or testing Node.js backend and service code, including HTTP/RPC handlers, workers, jobs, standalone Node.js CLI/tooling, runtime configuration, TypeScript/JavaScript module setup, async cancellation, streams, graceful shutdown, and Node-specific test mechanics. Triggers…
Skill Claude CodeCodex
Use when designing, reviewing, debugging, or shipping observability — service logs, metrics, distributed tracing, log/trace correlation, dashboards, alerts, on-call routing(值班/排班 SOP、P0/P1 打断;发布值班/回滚除外), SLI/SLO, error budgets — for a backend product. Owns the cross-cutting evidence layer — what signals must exist…
Skill Claude CodeCodex
发布 / 灰度 / canary / rollback / rollout / 环境泳道 / promotion gate → design or review how a change moves from build to traffic and back safely, including rollout strategy, approval, rollback, secrets, config, and deploy control planes. Skip when the ask is the production release lifecycle — 上线范围确认 / 合并 main / 打 tag / 生产构建…
Skill Claude CodeCodex
服务互通 / service mesh / service discovery / mTLS / retry / timeout / circuit breaker / lane routing → design or debug how one request safely reaches another service across environments, mesh, clients, HTTP/RPC, and queues.
Skill Claude CodeCodex
An end-to-end workflow for product development and technical changes, covering requirements, specifications, planning, implementation, testing, refactoring, and release decisions.
Skill Claude CodeCodex
A guide for designing and checking user-facing interfaces, including layout, interactions, visual details, accessibility, and loading, empty, and error states.
Skill Claude CodeCodex
A guide for designing Python backend services and deciding how their parts should be separated. It covers FastAPI projects, Celery workers, microservices, message queues, data ownership, APIs, reliability and scaling.
Skill Claude CodeCodex
用 Python 写接口 / FastAPI / Django model / Celery 任务 / pytest → implement, modify, scaffold, test, and wire Python backend services, workers, packages, standalone CLI/tooling, migrations, Redis, queues, config, observability, and clients. Triggers also include "用 Python 写个命令行工具", "重构 Python 服务里的某文件/某类(局部)", "refactor a…
Skill Claude CodeCodex
A coordinator for releasing a confirmed set of changes to a production system, including the checks and handoffs around the release.
Skill Claude CodeCodex
提测文档 / 上线文档 / 发布文档 / test handoff / release doc / launch notes / 补上线范围 / 发布证据 → write, fill, or review test-handoff and release-document substance from Git/config/deploy/verification evidence without owning release orchestration, merge authorization, or production mutation.
Skill Claude CodeCodex
A workflow for documenting how a system works today, based on sources such as code, configuration, data, and existing processes. An as-is audit records current capabilities, exceptions, evidence freshness, gaps, and conflicts without deciding what should be changed.
Skill Claude CodeCodex
A writing process that assembles a product requirements document from requirements that have already been clarified and approved.
Skill Claude CodeCodex
A product-requirements clarification process that turns an unclear idea into agreed goals, users, success measures, user steps, and acceptance checks.
Skill Claude CodeCodex
A workflow for defining the boundaries of a planned change: what is included, excluded, affected, dependent, or postponed. It also breaks work into releases or slices and defines what each slice will and will not accept.
Skill Claude CodeCodex
A workflow for turning lessons from reviews, incidents, and team experience into reusable agent skills. It includes checks for leaked sensitive details, independent review, challenge review, and lifecycle handling.
Skill Claude CodeCodex
CLI/terminal/console/PTY/ANSI/keyboard/TUI design, implementation, review, debugging, testing, or shipping. Owns the command/subcommand/flag/help contract (owned here even when nothing is rendered), with defaults/output/exit/action/confirmation/progress/recovery, plus layout, input, accessibility, and real-terminal…
Skill Claude CodeCodex
Create and maintain structured test cases from requirements or code, including initializing or reusing the Feishu Bitable, canonical fields, import, update, status sync, and deprecation. Use for 写测试用例, 写测试用例文档, test-case documents, TC, source-to-TC generation, 初始化测试用例多维表格, 测试用例放飞书, and 导入/更新/同步/废弃测试用例. Skip executable…
Skill Claude CodeCodex
A workflow for deciding what testing a change needs and which test layer should prove it. It covers unit tests for small pieces, integration tests for connected parts, and end-to-end tests that check a complete user flow.
Skill Claude CodeCodex
A document-editing workflow for making settled material clearer, shorter, and easier to use. It covers polishing plans, specifications, task cards, runbooks, release notes, and other documents while preserving their decisions.
Skill Claude CodeCodex
Use when designing, implementing, reviewing, debugging, testing, or shipping React web client features, including component structure, routing, state ownership, API/data fetching, forms, browser behavior, accessibility, performance, build/deploy, and rendered browser verification. Product-agnostic; use…
Skill Claude CodeCodex
A Git workflow that gives each coding task its own worktree, which is a separate working directory connected to the same repository.