configure

configure is a skill for Claude Code, Codex from yonatangross/orchestkit. It costs 32 tokens per session (3,950 once invoked), scanned B, original, MIT.

An interactive setup wizard for configuring an OrchestKit installation, including connected servers, permissions, keyboard shortcuts, and groups of tools.

In plain words
What is it for?
Use it to choose complete, standard, lite, or hooks-only presets, enable selected skill categories, and configure servers or other settings.
Why use it?
It puts installation choices in one guided flow instead of requiring settings to be edited manually.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the ork plugin — 106 skills, 35 commands, 36 agents, 32 hooks shipped together

Install

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.

agentmods
npx agentmods add skills/yonatangross/orchestkit/configure
Any agent
npx skills add yonatangross/orchestkit --skill configure
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Made for: Claude Code, Codex.

Or install ork, the plugin that ships this one along with the rest of its 106 skills, 35 commands, 36 agents, 32 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for configure

README.md
[![agentmods](https://agentmods.dev/badge/skills/yonatangross/orchestkit/configure.svg)](https://agentmods.dev/skills/yonatangross/orchestkit/configure)
Your own site
<a href="https://agentmods.dev/skills/yonatangross/orchestkit/configure"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/configure.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,950 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.03950
Opus 5 $0.00016 $0.01975
Sonnet 5 $0.00006 $0.00790
Haiku 4.5 $0.00003 $0.00395

Measured 2d ago against content hash 771b2440e10a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

configure scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

For enterprise GitLab / GitHub Enterprise / Bitbucket installations with non-standard URL shapes, set `prUrlTemplate` in `~/.claude/settings.json` (or project-level) to override URL construction in `review-pr` / `create-
plugins/ork/skills/configure/SKILL.md · 272 lines

How it starts

The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OrchestKit Configuration

Interactive setup for customizing your OrchestKit installation.

Quick Start

/ork:configure
/ork:configure mcp memory

Argument Resolution

PRESET = "$ARGUMENTS[0]"   # Optional preset name or subcommand, e.g., "mcp"
TARGET = "$ARGUMENTS[1]"   # Optional target, e.g., "memory"
# If no arguments, run interactive wizard.
# $ARGUMENTS is the full string (CC 2.1.59 indexed access)

Step 1: Choose Preset

Use AskUserQuestion:

Preset Skills Agents Hooks Description
Complete 91 31 96 Everything
Standard 91 0 96 Skills, no agents
Lite 10 0 96 Essential only
Hooks-only 0 0 96 Just safety
Monorepo 91 31 96 Complete + monorepo detection

Step 2: Customize Skill Categories

Categories available:

  • AI/ML (28 skills)
  • Backend (16 skills)
  • Frontend (9 skills)
  • Testing (14 skills)
  • Security (7 skills)
  • DevOps (5 skills)
  • Planning (7 skills)
  • Workflow (5 skills)

Step 3: Customize Agents

Product Agents (2):

  • market-intelligence
  • product-strategist

Technical Agents (17):

  • backend-system-architect
  • frontend-ui-developer
  • database-engineer
  • llm-integrator
  • workflow-architect
  • data-pipeline-engineer
  • test-generator
  • code-quality-reviewer
  • security-auditor
  • security-layer-auditor
  • debug-investigator
  • system-design-reviewer
  • python-performance-engineer
  • frontend-performance-engineer
  • monitoring-engineer
  • event-driven-architect
  • infrastructure-architect

Operations Agents (6):

  • ci-cd-engineer
  • deployment-manager
  • git-operations-engineer
  • release-engineer
  • ai-safety-auditor
  • multimodal-specialist

Research Agents (4):

  • web-research-analyst
  • market-intelligence
  • design-system-architect
  • demo-producer

Step 4: Configure Hooks

Safety Hooks (Always On):

  • git-branch-protection
  • file-guard
  • redact-secrets

Toggleable Hooks:

  • Productivity (auto-approve, logging)
  • Quality Gates (coverage, patterns)
  • Team Coordination (locks, conflicts)
  • Notifications (desktop, sound)

Read the full file on GitHub · 272 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 2d ago First seen · 272 lines · 32 tokens per session scan B 771b2440e10a

Subscribe to this mod's changes

configure is a skill published in the GitHub repository yonatangross/orchestkit (228 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 3,950 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.