๐ŸŽฏ

high-performance-inference

๐ŸŽฏSkill

from yonatangross/skillforge-claude-plugin

VibeIndex|
What it does

Optimizes machine learning model inference by implementing advanced performance techniques like batching, caching, and parallel processing for faster and more efficient model predictions.

๐Ÿ“ฆ

Part of

yonatangross/skillforge-claude-plugin(165 items)

high-performance-inference

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/skillforge-claude-plugin
4Installs
-
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-skillforge-claude-plugin๐ŸชMarketplace

The Complete AI Development Toolkit โ€” 159 skills, 34 agents, 20 commands, 141 hooks for full-stack development

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

Simplifies data visualization in React by providing reusable, customizable chart components and styling patterns for Recharts library

๐ŸŽฏ
asyncio-advanced๐ŸŽฏSkill

Provides advanced asyncio pattern implementations and best practices for complex asynchronous Python programming scenarios, demonstrating sophisticated concurrency techniques and error handling str...

๐ŸŽฏ
strawberry-graphql๐ŸŽฏSkill

Enables GraphQL query execution and schema introspection for Claude, allowing dynamic interaction with GraphQL APIs and data exploration.

๐ŸŽฏ
contextual-retrieval๐ŸŽฏSkill

Retrieves and surfaces contextually relevant information from a knowledge base or document collection based on semantic similarity and query intent.

๐ŸŽฏ
saga-patterns๐ŸŽฏSkill

Generates boilerplate code and provides implementation guidance for distributed transaction management using Saga pattern across microservices architectures.

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

Demonstrates advanced state management patterns and best practices using Zustand in React applications.

๐ŸŽฏ
zero-downtime-migration๐ŸŽฏSkill

Automates seamless database schema migrations without service interruption, ensuring continuous application availability during complex database updates.

๐ŸŽฏ
browser-content-capture๐ŸŽฏSkill

Captures and extracts textual content from web browser pages, enabling Claude to retrieve and analyze webpage information directly.

๐ŸŽฏ
domain-driven-design๐ŸŽฏSkill

Generates domain model diagrams, bounded context maps, and strategic design artifacts to help developers apply Domain-Driven Design principles systematically during software architecture and design...