yonatangross/orchestkit

The Complete AI Development Toolkit for Claude Code. 106 skills, 36 agents, 171 hooks. Install `ork` for stable (v9.x), or `ork-alpha` for the v10 line, which ships daily.

225Stars on the repository
182Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ork-assess

01

yonatangross/orchestkit

Skill Claude CodeCodex

Assess a code change, design, architecture, workflow, or competing options against explicit criteria and evidence. Use when a request asks to assess, rate, compare, identify trade-offs, evaluate readiness, or decide whether an approach is good enough. Do not use for a full pull-request review or to implement a chosen…

not rated 225 today A 68 tokens original MIT

ork-brainstorm

02

yonatangross/orchestkit

Skill Claude CodeCodex

Compare plausible implementation, architecture, product, or operational approaches before committing to one. Use when a request asks to brainstorm, think through options, choose an approach, evaluate trade-offs, or resolve significant uncertainty before implementation. Do not use for an already specified mechanical…

not rated 225 today A 58 tokens original MIT

ork-explore

03

yonatangross/orchestkit

Skill Claude CodeCodex

Map an unfamiliar codebase, feature, architecture, data flow, or operational path with file-backed evidence. Use when a request asks how a system works, where behavior lives, what changed, which dependencies matter, or for onboarding before a change. Do not use to implement or fix the code.

not rated 225 today A 63 tokens original MIT

ork-implement

04

yonatangross/orchestkit

Skill Claude CodeCodex

Make an approved, scoped change and prove the affected behavior. Use when a request asks to implement, build, add, or land a feature that already has an agreed approach. Do not use to explore, review, or verify existing work, or to choose between approaches.

not rated 225 today A 58 tokens original MIT

ork-review-pr

05

yonatangross/orchestkit

Skill Claude CodeCodex

Review a pull request or branch for correctness, regressions, security, operational risk, and missing evidence. Use when a request asks to review a PR, review a diff, find real bugs, assess merge risk, or provide evidence-backed review findings. Do not use for implementation or style-only cleanup.

not rated 225 today A 64 tokens original MIT

ork-verify

06

yonatangross/orchestkit

Skill Claude CodeCodex

Verify that existing work is ready to merge, release, or hand off using an explicit evidence contract. Use when a request asks to verify, validate, prove, check readiness, run the relevant tests, or distinguish a claimed result from an observed one. Do not use to write missing tests or fix failures.

not rated 225 today A 65 tokens original MIT

accessibility

07

yonatangross/orchestkit

Skill Claude CodeCodex

Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy, and user preference honoring. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus traps, accessible component libraries…

not rated 225 today A 65 tokens MIT

agent-orchestration

08

yonatangross/orchestkit

Skill Claude CodeCodex

Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.

not rated 225 today A 56 tokens MIT

ai-ui-generation

09

yonatangross/orchestkit

Skill Claude CodeCodex

AI-assisted UI generation patterns for json-render, v0.app, Google Stitch, Bolt Cloud, and Cursor workflows. Covers prompt engineering for component and full-stack app generation, review checklists for AI-generated code, design token injection, refactoring for design system conformance, and CI gates for quality…

not rated 225 today A 95 tokens MIT

analytics

10

yonatangross/orchestkit

Skill Claude CodeCodex

Queries local analytics across OrchestKit projects for agent usage, skill frequency, hook timing, team activity, session replay, cost estimation, and model delegation trends. Privacy-safe with hashed project IDs. Supports time-range filtering and comparative analysis. Use when reviewing performance, estimating costs…

not rated 225 today A 62 tokens MIT

yonatangross/orchestkit

Skill Claude CodeCodex

Animation and motion design patterns using Motion library (formerly Framer Motion) and View Transitions API. Use when implementing component animations, page transitions, micro-interactions, gesture-driven UIs, or ensuring motion accessibility with prefers-reduced-motion.

not rated 225 today A 52 tokens MIT

api-design

12

yonatangross/orchestkit

Skill Claude CodeCodex

API contract design for REST and GraphQL, covering resource shape, URL and header versioning with deprecation windows, RFC 9457 Problem Details error handling, and OpenAPI specs. Use when specifying the wire contract an endpoint exposes, choosing a versioning scheme, or standardizing error response bodies across…

not rated 225 today A 76 tokens MIT

yonatangross/orchestkit

Skill Claude CodeCodex

ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs, recording an architectural decision, or evaluating options.

not rated 225 today A 38 tokens MIT

yonatangross/orchestkit

Skill Claude CodeCodex

Architecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right…

not rated 225 today A 56 tokens MIT

assess

15

yonatangross/orchestkit

Skill Claude CodeCodex

Assesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use…

not rated 225 today A 72 tokens MIT

async-jobs

16

yonatangross/orchestkit

Skill Claude CodeCodex

Async job processing patterns for background tasks, Celery workflows, task scheduling, retry strategies, and distributed task execution. Use when implementing background job processing, task queues, or scheduled task systems.

not rated 225 today A 42 tokens MIT

audit-activation

17

yonatangross/orchestkit

Skill Claude CodeCodex

Audits OrchestKit sub-agent activation from real spawn telemetry — computes the generic-vs-specialist spawn split, flags dormant agents (never fired), and classifies each as fires/mis-triggered/niche. The agent-side analogue of audit-skills. Use when specialized agents feel under-used, before pruning the catalog, or…

not rated 225 today A 77 tokens MIT

audit-full

18

yonatangross/orchestkit

Skill Claude CodeCodex

Single-pass codebase analysis leveraging a 1M-token context window for comprehensive security scanning, architecture review, and dependency auditing. Loads entire codebases for cross-file pattern detection and generates structured audit reports with severity-ranked findings. Use when you need whole-project analysis…

not rated 225 today A 60 tokens MIT

auto

19

yonatangross/orchestkit

Skill Claude CodeCodex

Intent-classified router, the front door to OrchestKit and the DEFAULT entry point for any goal-shaped request. Classifies a plain-English goal and routes it to the right specialist skill. Routing is never overhead, so use it even when the target skill seems obvious; skip only when already executing inside another…

not rated 225 today A 99 tokens MIT

bare-eval

20

yonatangross/orchestkit

Skill Claude CodeCodex

Run isolated eval and grading calls using CC 2.1.81 --bare mode. Constructs claude -p --bare invocations for skill evaluation, trigger testing, and LLM grading without plugin/hook interference. Use when running eval pipelines, grading skill outputs, benchmarking prompt quality, or testing trigger accuracy in isolation.

not rated 225 today A 69 tokens MIT

brainstorm

21

yonatangross/orchestkit

Skill Claude CodeCodex

Design exploration using parallel agents through a 7-phase process: topic analysis, memory context, divergent ideation (10+ ideas), feasibility filtering, evaluation with devil's advocate scoring (0-10 across 7 dimensions), synthesis of top approaches, and trade-off comparison. Supports open exploration, constrained…

not rated 225 today A 87 tokens MIT

browser-tools

22

yonatangross/orchestkit

Skill Claude CodeCodex

Security wrapper over the upstream agent-browser skill, adding URL blocklisting, rate limiting, robots.txt enforcement, and scraping guardrails. Use when automating browser workflows that need safety limits.

not rated 225 today A 40 tokens MIT

business-case

23

yonatangross/orchestkit

Skill Claude CodeCodex

Business case analysis with ROI, NPV, IRR, payback period, and TCO calculations for investment decisions. Use when building financial justification, cost-benefit analysis, build-vs-buy comparisons, or sensitivity analysis.

not rated 225 today A 48 tokens MIT

chain-patterns

24

yonatangross/orchestkit

Skill Claude CodeCodex

Chain patterns for multi-phase pipelines: MCP detection, handoff files, checkpoint-resume, worktree agents, CronCreate monitoring. Use when building or debugging a pipeline skill.

not rated 225 today A 39 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: