CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

OrchestKit Docs MCP

yonatangross/orchestkit
1852 toolsHTTPregistry active
Summary

Gives Claude read-only access to OrchestKit's documentation through full-text search and raw Markdown retrieval. You can query across 111 skills, 37 agents, and 210 hooks without leaving your editor, which beats context-switching to the docs site when you're authoring workflow commands or debugging hook behavior. The server runs at orchestkit.yonyon.ai/api/mcp with no authentication required. Useful if you're building on top of OrchestKit's Claude Code plugin patterns and need to reference skill frontmatter, agent definitions, or hook examples inline. It's a documentation bridge, not a management interface, so you can't modify anything through it.

Install to Claude Code

verified
claude mcp add --transport http orchestkit https://orchestkit.yonyon.ai/api/mcp

Run in your terminal. Add --scope user to make it available in every project.

Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →

Tools

Verified live against the running server on Jun 10, 2026.

verified live2 tools
orchestkit_docs_searchSearch the OrchestKit documentation. Use this first to find the right page for a question. Input: a query string. Returns a ranked list of pages with titles and URLs.1 params

Search the OrchestKit documentation. Use this first to find the right page for a question. Input: a query string. Returns a ranked list of pages with titles and URLs.

Parameters* required
query*string
What to search for.
orchestkit_docs_getFetch one OrchestKit documentation page as Markdown. Use after orchestkit_docs_search to read a page in full. Input: the page path (e.g. '/docs/getting-started/installation'). Returns the page Markdown.1 params

Fetch one OrchestKit documentation page as Markdown. Use after orchestkit_docs_search to read a page in full. Input: the page path (e.g. '/docs/getting-started/installation'). Returns the page Markdown.

Parameters* required
path*string
Page path, e.g. /docs/getting-started/installation
OrchestKit - Stop explaining your stack. Start shipping.

114 skills · 36 agents · 219 hooks

Claude Code License GitHub Stars Community Ask DeepWiki


Explore the Docs → · OrchestKit Users Group →
Skill browser, demo gallery, setup wizard


Contents

  • Quick Start
  • Why OrchestKit?
  • What You Get
  • Key Commands
  • Configuration
  • Install
  • Release Channels
  • FAQ
  • Development
  • What's New
  • Community

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
114 SkillsRAG patterns, FastAPI, React 19, testing, security, database design, ML integration — loaded on-demand, zero overhead
36 AgentsSpecialized personas (backend-architect, frontend-dev, security-auditor) — route tasks to the right expert
219 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:expect       # Diff-aware AI browser testing
/ork:review-pr    # PR review 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.

Customizing skills

Skills install as files on your disk, but don't hand-edit the installed copy — it gets overwritten on update and silently diverges from the canonical playbook. The supported ways to extend (user-level skills, project skills, upstream PRs, or disabling a bundled skill) are in docs/extending-skills.md.


Install

/plugin install ork

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

Not on Claude Code? Pull the skills into any agent (Cursor, Codex, OpenCode, …) via skills.sh:

npx skills add yonatangross/orchestkit

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

Plugin not found?
/plugin list
/plugin uninstall ork && /plugin install ork
Hooks not firing?

Run /ork:doctor to diagnose.

Claude Code version?

Requires ≥2.1.220 (supported floor; Opus 5 as the default Opus, xhigh effort, dynamic workflows, sandbox.network.strictAllowlist, native binary, hardened Bash(rm:*)/Bash(find:*) rules). Check with claude --version.

Raising this floor is a breaking change and ships as a major release. See STABILITY.md for the full contract, and shared/cc-support.json for the authoritative window.


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

v9.1.1 · 2026-07-26

  • sync README and changelog data to v9.1.0 (#3167)

v9.1.0 · 2026-07-26

  • retro-hardening mechanisms 5+6 (invocability check, byte-budget guard) (#3161)
  • viz: re-anchor visual-style rule + quickviz on-ramp (#3164)
  • viz: stop throttling explicit visual asks (#3166)

v9.0.2 · 2026-07-26

  • ci: remove the Claude PR Review workflow and its labeler (#3159)

v9.0.1 · 2026-07-26

  • bound rotated analytics archives, unstale the CC floor (#3156)
  • build: default-deny frontmatter gate, pass all 10 fields (#3158)
  • readme: refresh What's New for 9.0.0 and isolate the RTL table cell (#3153)
  • cc-watch: snapshot upstream CHANGELOG (2.1.220) (#3155)

v9.0.0 · 2026-07-25

  • cc: the Claude Code support floor is now 2.1.220. Claude Code 2.1.206 through 2.1.219 are no longer supported; hooks and skills may no-op or error on them, and that is not treated as a bug. Upgrade Claude Code before updating OrchestKit.
  • cc: adopt Opus 5, strict-renew the support floor to 2.1.220 (#3141)
  • verify: add the Reachability Proof axis (REACHED vs UNREACHED) (#3149)
  • docs: pin playground links to the commit SHA, not the branch (#3148)
  • hooks: bound hook-timing.jsonl, the one analytics file with no cap (#3151)
  • …and 1 more (see CHANGELOG.md)

v8.85.0 · 2026-07-25

  • agent activation routing (M170) (#3133)
  • 3 defects found by /ork:assess on the M170 diff (#3136)
  • build: stop dropping argument-hint from generated commands (#3146)
  • hooks: make network-egress-guard DENY tier quote-aware (#3124)
  • hooks: redirect pipe-to-interpreter deny instead of dead-ending (#3121)
  • …and 8 more (see CHANGELOG.md)

v8.84.10 · 2026-07-23

  • ci: drop the What's New freshness gate blocking the PR queue (#3118)
  • deps: bump the npm-minor-patch group across 1 directory with 4 updates (#3111)
  • deps: bump the remotion group across 1 directory with 21 updates (#3110)
  • bump the github-actions group across 1 directory with 6 updates (#3112)

v8.84.9 · 2026-07-23

  • ci: scope What's New --check to PRs, refresh for 8.84.8 (#3113)
  • review: allow the release bot to trigger a review (#3114)
  • review: skip auto-label on Dependabot PRs (no secret access) (#3116)

See CHANGELOG.md for the full release history.


Community

Join the Code with Yonatan community for AI dev tips, OrchestKit support, and connecting with other builders:

GroupLink
Community (all channels)Join on WhatsApp
AI Dev (EN)English Group
יש לך AI?Hebrew Group
OrchestKit UsersSupport & Showcase

Docs · Issues · Discussions · Community

MIT License · @yonatangross

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Categories
Documents & KnowledgeSearch & Web Crawling
Registryactive
TransportHTTP
Resources1
Tools verifiedJun 10, 2026
UpdatedJun 9, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185