CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

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
  • Learn
  • 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 →
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 →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For 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 →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For 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 →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Documents & KnowledgeSearch & Web Crawling
Registryactive
TransportHTTP
Resources1
Tools verifiedJun 10, 2026
UpdatedJun 9, 2026
View on GitHub

OrchestKit

Stop explaining your stack. Start shipping.

111 skills · 37 agents · 210 hooks

Claude Code License GitHub Stars Community


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
111 SkillsRAG patterns, FastAPI, React 19, testing, security, database design, ML integration — loaded on-demand, zero overhead
37 AgentsSpecialized personas (backend-architect, frontend-dev, security-auditor) — route tasks to the right expert
210 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.


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.148 (supported floor; Opus 4.8, xhigh effort, dynamic workflows, sandbox.network.deniedDomains, native binary, hardened Bash(rm:*)/Bash(find:*) rules). Check with claude --version.


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

v8.16.0 — CC 2.1.149 → 2.1.161 adoption catch-up

  • CC 2.1.160 + 2.1.161 adopted — shell/build-config write prompts, single-file grep satisfies read-before-edit, background-session SIGTERM-before-SIGKILL, dynamic-workflow trigger renamed workflow → ultracode, parallel-tool independent failure, claude mcp secret redaction, OTEL_RESOURCE_ATTRIBUTES metric labels, claude agents done/total, /mcp collapse-unused-connectors.
  • CC 2.1.157 adopted — .claude/skills plugin auto-load (no marketplace), claude plugin init, EnterWorktree mid-session switching, worktrees unlocked on finish, claude agents --agent, backspace-dismiss workflow trigger.
  • Skill tool-signature fixes — corrected SendMessage / PushNotification examples that had drifted from the live tool schemas across 5 skills, surfaced by a 61-skill adversarially-verified staleness audit.
  • Version matrix now 472 entries; supported floor held at 2.1.148 (frozen until 2026-08-23).

v7.63.0 — CC 2.1.116 Adoption + gh rate-limit enforcement

  • MIN_CC_VERSION bumped 2.1.113 → 2.1.116, 10 new matrix entries (333 total), including agent_hooks_main_thread (agent-scoped hooks fire in --agent main thread, not just subagent), sandbox_rm_dangerous_path_fix, reload_plugins_auto_deps, bash_gh_rate_limit_hint
  • New PostToolUse hook gh-rate-limit-tracker — detects primary/secondary/HTTP-403+rate-phrase signals in gh stdout, injects additionalContext telling the model to stop the loop and wait for reset
  • 5 new skill evals covering the 2.1.116 behavioral knowledge in github-operations, create-pr, review-pr, doctor, and agent-hook authoring
  • Hook count 180 → 181; 14 agent hooks audited for main-thread firing safety (all defensive blockers — net positive)

v7.38.0 — CC 2.1.101 Full Adoption + Frontmatter Audit

  • 26 skill frontmatter fixes — CC 2.1.101 enforces context:fork and agent: fields that were previously silently ignored; audited and corrected all 105 skills
  • 18 new CC features tracked — 253 total in version matrix (deny-overrides-ask, dynamic MCP in subagents, worktree file access, focus mode, /team-onboarding)
  • Wrong agent assignments fixed — performance→frontend-performance-engineer, devops→ci-cd-engineer
  • agent: removed from commit/create-pr — prevents CC from delegating to agent instead of running skill workflow

v7.37.0 — CC 2.1.98 Full Adoption

  • Monitor tool — real-time streaming from background builds/tests in implement, cover, verify, review-pr
  • Partial result synthesis — crashed background agents report progress; 4 workflow skills salvage partial work instead of re-spawning
  • Subprocess hardening — SCRIPT_CAPS=500 enforced, PID namespace sandbox, ENV_SCRUB active
  • 17 new CC features tracked — 235 total in version matrix
  • Anti-sycophancy protocol — bans performative agreement in review skills (from Superpowers analysis)
  • Verification gate — cross-cutting 5-step evidence rule across 7 workflow skills
  • Agent status protocol — DONE/DONE_WITH_CONCERNS/BLOCKED/NEEDS_CONTEXT across all 39 agents
  • Pressure-test framework — RED-GREEN behavioral scenarios for 5 discipline skills

v7.36.0 — CORS Hardening + Release-Please Fix

  • CORS restricted — Access-Control-Allow-Origin from * to same-origin on docs site
  • Release-please drift fix — x-release-please-version marker eliminates build drift on release PRs

v7.33.0 — CC 2.1.97 Full Utilization

  • 26 new CC features tracked — refreshInterval status line, workspace.git_worktree, TRACEPARENT OTEL, Stop/SubagentStop long-session fix, and 20 more

v7.30.0 — CC 2.1.94 Integration + Skill Hook Unlock

  • 20 dead skill frontmatter hooks activated — CC 2.1.94 fixed silent ignore; context loaders now fire across 15 workflow skills
  • Dynamic session titles — prompt bar shows {branch} · {effort} via hookSpecificOutput.sessionTitle
  • Effort default aligned — high default matches CC 2.1.94+ for API-key/Bedrock/Vertex/Team/Enterprise users
  • 105 skills, 39 agents, 1 hooks, 25 invocable commands

v7.27.0 — shadcn/ui v4 Style System + CC 2.1.90

  • shadcn/ui v4 styles — 6 styles across 7 design skills
  • CC 2.1.90 integration — format-on-save, offline resilience, /powerup onboarding

Full Changelog →


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

Related Documents & Knowledge MCP Servers

View all →
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
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
Better Notion Mcp

n24q02m/better-notion-mcp

Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.
31
Easy Notion

io.github.misterwigglesworth/easy-notion

Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.
30
Zotero Bridge

combjellyshen/zoterobridge

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.
10