๐ŸŽฏ

security-scanning

๐ŸŽฏSkill

from yonatangross/skillforge-claude-plugin

VibeIndex|
What it does

Scans code repositories for potential security vulnerabilities, identifying risks like exposed credentials, outdated dependencies, and common coding patterns that could lead to security breaches.

๐Ÿ“ฆ

Part of

yonatangross/skillforge-claude-plugin(165 items)

security-scanning

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 orkl
Claude CodeAdd plugin in Claude Code
/plugin list
Install PluginInstall plugin from marketplace
/plugin uninstall ork && /plugin install ork

+ 1 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.

197 skills ยท 36 agents ยท 117 hooks ยท 2 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 | 197 | RAG patterns, FastAPI, React 19, testing, security |

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

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

| Plugins | 2 | orkl (universal) or ork (full specialized) |

[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

# Universal toolkit (works for any stack)

/plugin install orkl

# Full toolkit (adds Python, React, LLM/RAG specializations)

/plugin install ork

```

orkl (107 skills) โ€” All workflows, agents, hooks. Architecture, security, product, accessibility, video, memory.

ork (197 skills) โ€” Everything in lite + Python (FastAPI, SQLAlchemy), React (RSC, TanStack), LLM/RAG, LangGraph, MCP.

---

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

v6.0.0 โ€” Two-tier plugin architecture

  • Breaking: Simplified from 26 plugins to 2 (orkl and ork)
  • orkl (107 skills) โ€” Universal toolkit, all workflows work out of the box
  • ork (197 skills) โ€” Full specialized with Python, React, LLM/RAG patterns
  • All 36 agents and 117 hooks included in both plugins

[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...