๐ŸŽฏ

prioritization-frameworks

๐ŸŽฏSkill

from yonatangross/orchestkit

VibeIndex|
What it does

Helps developers systematically prioritize tasks and projects using established prioritization methodologies like MoSCoW, Eisenhower Matrix, and Value vs Effort frameworks.

๐Ÿ“ฆ

Part of

yonatangross/orchestkit(168 items)

prioritization-frameworks

Installation

Add MarketplaceAdd marketplace to Claude Code
/plugin marketplace add yonatangross/orchestkit
Install PluginInstall plugin from marketplace
/plugin install ork
Install PluginInstall plugin from marketplace
/plugin install ork-rag # RAG & retrieval
Install PluginInstall plugin from marketplace
/plugin install ork-fastapi # FastAPI backend
Install PluginInstall plugin from marketplace
/plugin install ork-react # React frontend

+ 4 more commands

๐Ÿ“– Extracted from docs: yonatangross/orchestkit
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# OrchestKit

Stop explaining your stack. Start shipping.

196 skills ยท 35 agents ยท 120 hooks ยท 33 plugins

[![Claude Code](https://img.shields.io/badge/Claude_Code-โ‰ฅ2.1.27-7C3AED?style=for-the-badge&logo=anthropic)](https://claude.ai/claude-code)

[![License](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](./LICENSE)

[![GitHub Stars](https://img.shields.io/github/stars/yonatangross/orchestkit?style=for-the-badge&logo=github)](https://github.com/yonatangross/orchestkit)

---

OrchestKit Playgrounds Demo


๐ŸŽฎ Explore the Playgrounds โ†’

Interactive marketplace, demo gallery, setup wizard

---

Quick Start

```bash

/plugin marketplace add yonatangross/orchestkit

/plugin install ork

/ork:doctor

```

That's it. Skills auto-activate. Hooks protect automatically.

---

Why OrchestKit?

Every Claude Code session starts from zero. You explain your stack, patterns, preferencesโ€”again and again.

OrchestKit gives Claude persistent knowledge of production patterns that work automatically:

| Without | With OrchestKit |

|---------|-----------------|

| "Use FastAPI with async SQLAlchemy 2.0..." | "Create an API endpoint" โ†’ Done right |

| "Remember cursor pagination, not offset..." | Agents know your patterns |

| "Don't commit to main branch..." | Hooks block bad commits |

| "Run tests before committing..." | /ork:commit runs tests for you |

---

What You Get

| Component | Count | Examples |

|-----------|-------|----------|

| Skills | 196 | RAG patterns, FastAPI, React 19, testing, security |

| Agents | 35 | backend-architect, frontend-dev, security-auditor |

| Hooks | 120 | Pre-commit checks, git protection, quality gates |

| Plugins | 33 | Mix and match: ork-rag, ork-fastapi, ork-react |

[Browse everything in the Playgrounds โ†’](https://orchestkit.vercel.app/marketplace-explorer.html)

---

Key Commands

```bash

/ork:implement # Full-stack implementation with parallel agents

/ork:verify # 6 agents validate your feature

/ork:commit # Conventional commit with pre-checks

/ork:explore # Analyze unfamiliar codebase

/ork:remember # Save to persistent memory

/ork:doctor # Health check

```

---

Install Options

```bash

# Full toolkit (recommended)

/plugin install ork

# Or pick domains

/plugin install ork-rag # RAG & retrieval

/plugin install ork-fastapi # FastAPI backend

/plugin install ork-react # React frontend

/plugin install ork-testing # Testing patterns

```

[Setup Wizard โ†’](https://orchestkit.vercel.app/setup-wizard.html) helps you pick the right plugins.

---

Configuration

Optional MCP Servers

```bash

/ork:configure

```

| Server | Purpose |

|--------|---------|

| Context7 | Up-to-date library docs |

| Memory | Knowledge graph |

| Mem0 | Semantic search (needs API key) |

Environment

```bash

CLAUDE_PROJECT_DIR # Your project

MEM0_API_KEY # Optional: Mem0 cloud

```

---

FAQ

Plugin not found?

```bash

/plugin list

/plugin uninstall ork && /plugin install ork

```

Hooks not firing?

Run /ork:doctor to diagnose.

Claude Code version?

Requires โ‰ฅ2.1.27. Check with claude --version.

---

Development

```bash

npm run build # Build plugins from src/

npm test # Run all tests

```

Edit src/ and manifests/, never plugins/ (generated).

See [CONTRIBUTING.md](./CONTRIBUTING.md) for details.

---

What's New

v5.6.0 โ€” Memory system improvements, graph visualization, queue recovery

  • 120 TypeScript hooks (92 global + 28 agent-scoped)
  • Interactive [Playgrounds](https://orchestkit.vercel.app/)
  • Fire-and-forget hook dispatchers

[Full Changelog โ†’](./CHANGELOG.md)

---

[Playgrounds](https://orchestkit.vercel.app/) ยท [Issues](https://github.com/yonatangross/orchestkit/issues) ยท [Discussions](https://github.com/yonatangross/orchestkit/discussions)

MIT License ยท [@yonatangross](https://github.com/yonatangross)

More from this repository10

๐Ÿช
yonatangross-orchestkit๐ŸชMarketplace

The Complete AI Development Toolkit - 179 skills, 35 agents, 150 hooks for full-stack development

๐ŸŽฏ
recharts-patterns๐ŸŽฏSkill

Generates reusable chart configuration patterns and best practices for Recharts, a React charting library, ensuring consistent and optimized data visualization implementations.

๐ŸŽฏ
heygen-avatars๐ŸŽฏSkill

Generates AI-powered video avatars using Heygen's API, enabling quick creation of personalized digital characters for various multimedia applications.

๐ŸŽฏ
dashboard-patterns๐ŸŽฏSkill

Generates standardized dashboard design patterns and layout templates for web applications, ensuring consistent and responsive UI/UX across different dashboard interfaces.

๐ŸŽฏ
shadcn-patterns๐ŸŽฏSkill

Generates and configures shadcn/ui React component patterns and implementations with automatic best practices and design consistency.

๐ŸŽฏ
motion-animation-patterns๐ŸŽฏSkill

Generates and applies standardized motion and animation design patterns for creating smooth, consistent UI/UX interactions across different interface components.

๐ŸŽฏ
radix-primitives๐ŸŽฏSkill

Provides pre-configured, type-safe UI primitive components for rapidly building accessible React interfaces using Radix UI's design system.

๐ŸŽฏ
tanstack-query-advanced๐ŸŽฏSkill

Provides advanced configuration and best practices for implementing TanStack Query (React Query) in complex React applications, focusing on performance optimization, caching strategies, and error h...

๐ŸŽฏ
temporal-io๐ŸŽฏSkill

Orchestrates distributed workflow management and long-running process coordination using Temporal.io's workflow engine for reliable, scalable background task execution.

๐ŸŽฏ
zustand-patterns๐ŸŽฏSkill

Provides standardized state management patterns and best practices for using Zustand in React applications, ensuring consistent and efficient global state handling.