Agent Skill
2/7/2026

skill-analyzer

Reference patterns for parsing skill metadata. Use when extracting phases, examples, or features from SKILL.md files for demo generation

Y
yonatangross
59GitHub Stars
2Views
npx skills add yonatangross/orchestkit

SKILL.md

Nameskill-analyzer
DescriptionReference patterns for parsing skill metadata. Use when extracting phases, examples, or features from SKILL.md files for demo generation
<!-- markdownlint-disable MD033 MD041 --> <div align="center">

OrchestKit

Stop explaining your stack. Start shipping.

70 skills · 38 agents · 98 hooks

Claude Code License GitHub Stars

</div>
<p align="center"> <a href="https://orchestkit.vercel.app/"><strong>Explore the Docs →</strong></a><br> <sub>Skill browser, demo gallery, setup wizard</sub> </p>

Quick Start

/plugin marketplace add yonatangross/orchestkit
/plugin install ork

Then start your personalized onboarding:

/ork:setup

The setup wizard scans your codebase, detects your tech stack, recommends skills for your needs, configures MCP servers, and creates a readiness score — all in one command.


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:

WithoutWith 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

One unified plugin, everything included.

ComponentDetails
70 SkillsRAG patterns, FastAPI, React 19, testing, security, database design, ML integration — loaded on-demand, zero overhead
38 AgentsSpecialized personas (backend-architect, frontend-dev, security-auditor) — route tasks to the right expert
98 HooksPre-commit checks, git protection, quality gates, browser safety — ship with confidence

All available in a single /plugin install ork. Skills load on-demand. Hooks work automatically.

Browse everything in the Docs →


Key Commands

/ork:setup        # Personalized onboarding wizard
/ork:implement    # Full-stack implementation with parallel agents
/ork:verify       # Multi-agent validation
/ork:commit       # Conventional commit with pre-checks
/ork:explore      # Analyze unfamiliar codebase
/ork:remember     # Save to persistent memory
/ork:doctor       # Health check

Configuration

/ork:configure

Recommended MCP Servers

ServerPurposeRequired?
Context7Up-to-date library docsRecommended
MemoryKnowledge graph persistenceRecommended
Sequential ThinkingStructured reasoning for subagentsOptional
TavilyWeb search and extractionOptional

The setup wizard (/ork:setup) will recommend MCPs based on your stack.


Install

/plugin install ork

No tiering. No version confusion. Just one powerful plugin.


Release Channels

ChannelStabilityInstall
StableProduction-ready/plugin install ork
BetaMay have rough edgesSee below
AlphaExperimental, may breakSee below

To install beta or alpha:

# Beta channel
/plugin marketplace add yonatangross/orchestkit --ref beta --name orchestkit-beta
/plugin install ork@orchestkit-beta

# Alpha channel
/plugin marketplace add yonatangross/orchestkit --ref alpha --name orchestkit-alpha
/plugin install ork@orchestkit-alpha

Run /ork:doctor to check which channel you're on. Full docs.


FAQ

<details> <summary><strong>Plugin not found?</strong></summary>
/plugin list
/plugin uninstall ork && /plugin install ork
</details> <details> <summary><strong>Hooks not firing?</strong></summary>

Run /ork:doctor to diagnose.

</details> <details> <summary><strong>Claude Code version?</strong></summary>

Requires ≥2.1.59. Check with claude --version.

</details>

Development

npm run build      # Build plugins from src/
npm test           # Run all tests

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

See CONTRIBUTING.md for details.


What's New

v7.1.0 — Full agent-browser CLI Adoption

  • 64 browser commands documented across 12 categories — interaction, storage, capture, network, cookies, state management
  • 6 agents upgraded with complete browser automation references
  • Safety hook enhanced: native v0.15 action confirmation + network route validation
  • Setup wizard: configurable project settings with 5-step interactive wizard

v7.0.0 — Unified Plugin Architecture

  • Simplified: One plugin for everything. All 70 skills, 38 agents, 98 hooks in /plugin install ork.
  • Setup Wizard: Run /ork:setup for personalized onboarding — stack detection, skill recommendations, MCP configuration, readiness scoring.

Full Changelog →


<div align="center">

Docs · Issues · Discussions

MIT License · @yonatangross

</div>
Skills Info
Original Name:skill-analyzerAuthor:yonatangross