Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add yonatangross/orchestkitnpx agentmods add plugins/yonatangross/orchestkit/marketplacegit clone --depth 1 https://github.com/yonatangross/orchestkitGrade A, and why
orchestkit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "orchestkit",
"version": "10.0.0-alpha.65",
"description": "The Complete AI Development Toolkit - 106 skills, 36 agents, 35 commands, 175 hooks for full-stack development",
"owner": {
"name": "Yonatan Gross",
"email": "[email protected]"
},
"metadata": {
"description": "AI-assisted development plugin with built-in best practices, security patterns, quality gates, and multi-agent orchestration for Claude Code.",
"pluginRoot": "./plugins"
},
"plugins": [
{
"name": "ork",
"version": "9.8.0",
"description": "Complete AI development toolkit with 106 skills covering AI/LLM, backend, frontend, security, and testing patterns. Includes 36 specialized agents, 35 commands, and 175 lifecycle hooks.",
"author": {
"name": "Yonatan Gross",
"email": "[email protected]"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/yonatangross/orchestkit.git",
"path": "plugins/ork",
"ref": "v9.8.0"
}
},
{
"name": "ork-alpha",
"version": "10.0.0-alpha.65",
"description": "Prerelease channel for OrchestKit. Tracks main, so it carries alpha and beta builds ahead of the stable ork plugin. Install only if you want unreleased changes.",
"author": {
"name": "Yonatan Gross",
"email": "[email protected]"
},
"category": "development",
"source": {
"source": "git-subdir",
"url": "https://github.com/yonatangross/orchestkit.git",
"path": "plugins/ork",
"ref": "main"
}
}
]
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 49 lines scan A 78d28ee83665
orchestkit is a plugin published in the GitHub repository yonatangross/orchestkit (224 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
software-factory
Lanes, tickets, and a human merge.
software-factory
Lanes, tickets, and a human merge. Same skills as Cursor, Grok, and Codex.
agentrq-workspace
Workspace agent that executes tasks assigned by humans or supervisors, communicates progress via reply, and manages task lifecycle within a specific AgentRQ workspace.
agentrq
Human-in-the-loop task supervisor for AI agents.
cursor-delegate
Delegate coding tasks to cursor-agent over ACP, with structured results, plan mode, and clarification handling.
cursor-delegate-mcp
Marketplace hosting the Cursor Delegate plugin.