Back to list
yonatangross

configure

by yonatangross

The Complete AI Development Toolkit for Claude Code — 159 skills, 34 agents, 20 commands, 144 hooks. Production-ready patterns for FastAPI, React 19, LangGraph, security, and testing.

29🍴 4📅 Jan 23, 2026

SKILL.md


name: configure description: Interactive OrchestKit configuration wizard. Use when you need to configure OrchestKit settings, MCP servers, or plugin options. context: inherit version: 1.0.0 author: OrchestKit tags: [configuration, setup, wizard, customization] user-invocable: true

OrchestKit Configuration

Interactive setup for customizing your OrchestKit installation.

Quick Start

/configure

Step 1: Choose Preset

Use AskUserQuestion:

PresetSkillsAgentsHooksDescription
Complete782092Everything
Standard78092Skills, no agents
Lite10092Essential only
Hooks-only0092Just safety

Step 2: Customize Skill Categories

Categories available:

  • AI/ML (26 skills)
  • Backend (15 skills)
  • Frontend (8 skills)
  • Testing (13 skills)
  • Security (7 skills)
  • DevOps (4 skills)
  • Planning (6 skills)

Step 3: Customize Agents

Product Agents (6):

  • market-intelligence
  • product-strategist
  • requirements-translator
  • ux-researcher
  • prioritization-analyst
  • business-case-builder

Technical Agents (14):

  • 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
  • metrics-architect
  • rapid-ui-designer
  • system-design-reviewer

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)

Step 5: Configure MCPs (Optional)

All MCPs disabled by default. Enable selectively:

MCPPurpose
context7Library documentation
sequential-thinkingComplex reasoning
memoryCross-session persistence
playwrightBrowser automation

Step 6: CC 2.1.7 Settings (New)

Configure CC 2.1.7-specific features:

Turn Duration Display

Enable turn duration in statusline? [y/N]: y

Adds to settings.json:

{
  "statusline": {
    "showTurnDuration": true
  }
}

MCP Auto-Deferral Threshold

MCP deferral threshold (default 10%): 10

Adds to config.json:

{
  "cc217": {
    "mcp_defer_threshold": 0.10,
    "use_effective_window": true
  }
}

Effective Context Window Mode

Use effective context window for calculations? [Y/n]: y

When enabled:

  • Statusline shows context_window.effective_percentage
  • Compression triggers use effective window
  • MCP deferral more accurate

Step 7: Preview & Save

Save to: ~/.claude/plugins/orchestkit/config.json

{
  "version": "1.0.0",
  "preset": "complete",
  "skills": { "ai_ml": true, "backend": true, ... },
  "agents": { "product": true, "technical": true },
  "hooks": { "safety": true, "productivity": true, ... },
  "mcps": { "context7": false, ... }
}
  • doctor: Diagnose configuration issues

References

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon