Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsGeneral › Orchestration Frameworks › Page 3

Orchestration Frameworks (Page 3 of 34)

2002 Claude Code skills in the Orchestration Frameworks sub-category of General.

2,002 skills · updated 2026-08-26 · showing 121–180 of 2,002 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Reclaim 5-15 hours per week by auditing your time and applying the 3 D's — Delete, Delegate, Delay — to every low-value activity.
Audit your product's path from first use to first delight ("wow moment"), then systematically optimize time, friction, and drop-off points.
Create and audit presentations (Beamer or Quarto RevealJS). Combines talk creation, visual audit, and compilation. Replaces /create-talk, /visual-audit, /compile-latex (for talks).
Develop formal theoretical models in economics or finance by dispatching the econ-finance-theorist agent.
Screens a dismissal — proposed or already done — against the unfair dismissal framework for England & Wales, and shows where it is exposed.
Search library/framework documentation via llms.txt (context7.com). Use for API docs, GitHub repository analysis, technical documentation lookup, latest library features.
View and modify VCP configuration. Add or remove ignore entries, toggle scopes, manage compliance frameworks, change severity threshold, and manage exclude patterns.
Initialize VCP configuration for this project. Creates global config (~/.vcp/config.json) if it doesn't exist, then creates project config (.vcp/config.json).
Verify implementation plans before execution using a 4-agent pipeline. Use when you have a written plan (from /bdk:create-plan or manual) and want to check if it will actually…
Benchmark an optimization (PR or branch) on a Device Farm device via the vlm-benchmark framework — baseline vs optimized, quality-regression-aware.
AI/ML medical device validation skill implementing FDA's GMLP principles
Allure test reporting framework for comprehensive test result visualization
This skill should be used for framework for artifact review — defines the standard interface, 2-pass loop, state tracking, and audit trail that all SB artifact reviewers implement
Value innovation and market space creation analysis using Blue Ocean frameworks
This skill should be used when the user asks to "create an OpenClaw skill", "make a claw skill", "build a skill for OpenClaw", "write a SKILL.md for openclaw", "add a ski — from…
Assess and measure organizational culture using validated frameworks
Design and implement data-flow analyses for compiler optimization
Build unified developer portals with Backstage or custom frameworks
Retrieve up-to-date library, framework, and project documentation using scripts + MCP tools (Context7, Context Hub) with intelligent fallback.
Usage: /gustav:help - Display Gustav framework overview and commands
This skill should be used when the user asks to "create an OpenClaw skill", "make a claw skill", "build a skill for OpenClaw", "write a SKILL.md for openclaw", "add a ski — from…
Analyze pivot decisions with evidence-based frameworks
Hardware abstraction and controller management using ros2_control framework
git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。
Update the drifted_from_default front matter field for localized content. Accepts an optional comma-separated locale list (e.g.
Generates Entity Framework Core configurations using Fluent API. Maps domain entities to database tables with proper relationships, constraints, and conventions.
Establish clarity before starting work. Use when beginning any significant task, when input is vague or stream-of-consciousness, or when requirements seem unclear.
Establish clarity before starting work. Use when beginning any significant task, when input is vague or stream-of-consciousness, or when requirements seem unclear.
Prioritize tasks and issues to determine what to work on and in what order. Use after identification, when planning work, or when unsure what to do next.
Prioritize tasks and issues to determine what to work on and in what order. Use after identification, when planning work, or when unsure what to do next.
Complete, populate and fill out 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) .
Canonical 3R Income Framework classification (Fellexandro Ruby). Use when ANY agent needs to: (1) Classify income types into R1/R2/R3 layers, (2) Validate 3R classification…
Execute tasks with velocity and quality. Use when ready to implement after clarity and prioritization are complete. This is the fourth system in the 5-system framework.
Execute tasks with velocity and quality. Use when ready to implement after clarity and prioritization are complete. This is the fourth system in the 5-system framework.
Use when you need programmatic JDBC in Quarkus — Agroal DataSource, parameterized SQL, transactions, batching, and Dev Services.
Use when you need data access with Quarkus Hibernate ORM Panache — including PanacheEntity / PanacheEntityBase, PanacheRepository, named queries, JPQL, native SQL, DTO pr — from…
Use when you need to add or review Flyway database migrations in a Quarkus application — quarkus-flyway extension, db/migration scripts, quarkus.flyway.* configuration, m — from…
Reset after failures, blockers, or when stuck. Use when execution hits a wall, something breaks, or we need to step back and reassess.
Reset after failures, blockers, or when stuck. Use when execution hits a wall, something breaks, or we need to step back and reassess.
Use when you need to design, review, or improve validation in Micronaut applications — including Bean Validation on @Controller methods, @Body @Valid, query/path paramete — from…
Use when you need data access with Micronaut Data — @MappedEntity, CrudRepository/PageableRepository, @Query with parameters, @Transactional services, projections, @Versi — from…
Use when you need to add or review Flyway database migrations in a Micronaut application — micronaut-flyway, db/migration scripts, flyway.datasources.* configuration, and — from…
Strategic multi-dimensional thinking framework for analysis and problem-solving. Use when tasks require: (1) Complex problem analysis, (2) Breaking through mental limitations, (3)…
Use when you need framework-agnostic WireMock guidance — stub design, JSON or programmatic mappings, precise request matching, response bodies and faults, classpath fixtu — from…
Create a new Agent Zero agent profile (subordinate). Covers where profiles live (user / plugin-distributed / project-scoped), the agent.yaml schema, the prompt inheritance &…
Create, extend, or modify Agent Zero plugins. Follows strict full-stack conventions (usr/plugins, plugin.yaml, Store Gating, AgentContext, plugin settings).
Toyota-style A3 problem solving with embedded priority hierarchy: Safety First, then Customer Value, then Shareholder Value.
Implement REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization. Use when building API endpoints for ABP applications.
ABP Framework domain layer patterns including entities, aggregates, repositories, domain services, and data seeding.
ABP Framework application layer patterns including AppServices, DTOs, Mapperly mapping, Unit of Work, and common patterns like Filter DTOs and ResponseModel.
ABP Framework v10.x (10.4/10.5) UI: MVC/Razor Pages (AbpPageModel), Blazor (AbpComponentBase), Angular, React (--modern), theming (LeptonX), menu contributor, dynamic proxy.
Detects leaky abstractions in PHP code. Identifies implementation details exposed in interfaces, concrete returns from abstract methods, framework leakage into domain, and…
Generates ADR Action classes for PHP 8.5. Creates single-responsibility HTTP endpoint handlers with PSR-7 support. Includes unit tests.
Generates DDD Aggregates for PHP 8.5. Creates consistency boundaries with root entity, domain events, and invariant protection. Includes unit tests.
Generates Builder pattern for PHP 8.5. Creates step-by-step object construction with fluent interface and validation. Includes unit tests.
Generates Bulkhead pattern for PHP 8.5. Creates resource isolation with semaphore-based concurrency limiting and thread pool isolation. Includes unit tests.
Generates Chain of Responsibility pattern for PHP 8.5. Creates handler chains for request processing with middleware-style composition. Includes unit tests.
Generates Circuit Breaker pattern for PHP 8.5. Creates resilience component protecting against cascading failures with state management, fallback support, and metrics.
Generates CQRS Commands and Handlers for PHP 8.5. Creates immutable command DTOs with handlers that modify state. Includes unit tests.
Generates DDD Domain Events for PHP 8.5. Creates immutable event records with metadata, past-tense naming. Includes unit tests.
All General skills →
More in GeneralAI Tooling (5,187) · Automation (5,144) · Integrations (4,714) · Business Ops (2,652) · Agents Skills Meta (1,993) · Design Creative (1,984) · Education Learning (1,498) · Legal Compliance (1,389) · Operations (1,326) · Knowledge Mgmt (1,318) · Finance Personal (1,299) · Hello World Templates (961) · Personal Productivity (839) · Communication (618) · Plugins Extensions (364) · Language Learning (211) · Workflow Pipelines (178) · Home Iot (98)