yonatangross

61 mods across 1 repository, 224 stars between them.

orchestkit

01

yonatangross/orchestkit

Plugin Claude Code

The Complete AI Development Toolkit - 106 skills, 36 agents, 35 commands, 175 hooks for full-stack development.

224 yesterday A tokens not measured original MIT

yonatangross/orchestkit

Instructions file CodexOpenCode

Instructions for yonatangross/orchestkit, covering agents.md, the one rule that prevents most broken prs, build and verify, adding a component and working conventions.

224 yesterday A 934 tokens original MIT

yonatangross/orchestkit

Instructions file

Instructions for yonatangross/orchestkit, covering claude.md, language, tone, visuals and project overview.

224 yesterday A 1,165 tokens original MIT

ork-assess

04

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…

224 yesterday A 68 tokens original MIT

ork-brainstorm

05

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…

224 yesterday A 58 tokens original MIT

ork-explore

06

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.

224 yesterday A 63 tokens original MIT

ork-implement

07

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.

224 yesterday A 58 tokens original MIT

ork-review-pr

08

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.

224 yesterday A 64 tokens original MIT

ork-verify

09

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.

224 yesterday A 65 tokens original MIT

ork

10

yonatangross/orchestkit

Plugin Claude Code

The Complete AI Development Toolkit — 106 skills, 36 agents, 175 hooks for full-stack development.

224 yesterday A tokens not measured original MIT

assess

11

yonatangross/orchestkit

Command

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…

224 yesterday A 72 tokens original MIT

audit-activation

12

yonatangross/orchestkit

Command

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…

224 yesterday A 77 tokens original MIT

auto

13

yonatangross/orchestkit

Command

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…

224 yesterday A 99 tokens original MIT

brainstorm

14

yonatangross/orchestkit

Command

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…

224 yesterday A 87 tokens original MIT

ci-debug

15

yonatangross/orchestkit

Command

Diagnose a failing CI run against an 11-pattern playbook. Classifies the failure, cites the relevant memory entry, proposes the exact fix command — but NEVER applies without explicit user approval. Use when a specific PR check or GitHub Actions run failed and you want a diagnosis instead of speculation. Don't use for…

224 yesterday A 92 tokens original MIT

ci-sentinel

16

yonatangross/orchestkit

Command

Daily autonomous classifier for failing PRs across your repos. Runs /ci-debug headless against every open PR with red required checks, posts the verdict as a collapsed PR comment, and appends to a per-repo .sentinel/ledger.jsonl. v1 is propose-don't-apply — NEVER auto-pushes a fix. Use when you're tired of /status…

224 yesterday A 94 tokens original MIT

commit

17

yonatangross/orchestkit

Command

Creates commits with Conventional Commits format (feat/fix/docs/refactor/test/chore), automatic scope detection, co-author attribution, and pre-commit hook compliance. Validates staged changes, generates descriptive messages focusing on the 'why', and prevents secrets or generated-only files from being committed.…

224 yesterday A 91 tokens original MIT

component-search

18

yonatangross/orchestkit

Command

Search 21st.dev component registry for production-ready React components. Finds components by natural language description, filters by framework and style system, returns ranked results with install instructions. Use when looking for UI components, finding alternatives to existing components, or sourcing design system…

224 yesterday A 57 tokens original MIT

cover

19

yonatangross/orchestkit

Command

Generate tests that do not exist yet. Analyzes coverage gaps, then writes and runs new test files across three tiers (unit, integration via testcontainers, Playwright E2E), one test-generator agent per tier, healing failures for up to 3 iterations. Use when code has no tests or when raising coverage after…

224 yesterday B 95 tokens original MIT

create-pr

20

yonatangross/orchestkit

Command

Creates GitHub pull requests with pre-flight validation, conventional title formatting, and structured summary generation. Runs parallel checks (tests, lint, type-check, security) before opening. Supports feature, bugfix, refactor, and hotfix PR types with milestone assignment via gh CLI. Invoke only if the operator…

224 yesterday A 89 tokens original MIT

yonatangross/orchestkit

Command

Extract design DNA from app screenshots, live URLs, or screen recordings using Google Stitch — color palettes, typography, spacing tokens, component patterns, and motion specs as design-tokens.json or Tailwind config. Use when the user points to a screenshot, URL, or video and asks to extract or audit the design…

224 yesterday A 84 tokens original MIT

design-import

22

yonatangross/orchestkit

Command

Scaffolds React components from a Claude Design handoff bundle and stops at files on disk: no stories, no tests, no pull request. Use when handed a claude.ai/design URL or a local bundle file; when that same scaffold should carry on through test generation, browser verification and an opened PR, run /ork:design-ship…

224 yesterday A 74 tokens original MIT

design-ship

23

yonatangross/orchestkit

Command

One-shot pipeline turning a claude.ai/design link into a pull request: scaffold via /ork:design-import, stories and specs via /ork:cover, browser verification via /ork:expect, then open the PR. Use when a design link should come back as a PR with no intermediate steps; if all you need is the components written to…

224 yesterday A 84 tokens original MIT

design-stylecards

24

yonatangross/orchestkit

Command

Declarative catalog of named aesthetic recipes — exact shadow stacks, glass surfaces, gradient treatments, and type scales as copy-paste values with Use-When and Avoid rules. Use when the user asks for polished elevation, glassmorphism, a border gradient, a mesh background, or any 'make it look like X' request where…

224 yesterday A 86 tokens original MIT