CS 시리즈 CEO 오케스트레이터 — 공수 추정 후 CS-test/CS-plan/CS-codebase-review/cs-design/cs-smart-run 자율 배분. v5.5: Dynamic Resolve v2 — 파트너 타입(AGENT/SKILL/PROTOCOL) 자동 감지, 외부 플러그인 에이전트 직접 호출 지원.
CS 시리즈 CEO — 자연어 요청을 받아 공수 추정 후 최적 도메인 자율 배분. v5: 파트너십 프로토콜 추가 (/cs-ceo [요청] 또는 /cs-ceo with [partner]: [요청])
다른 스킬/에이전트와 협업해서 목표 달성 — /cs-partnership with [파트너들] [목표]. cs-ceo P-모드의 명시적 진입점. Goal Gate + Dynamic Resolve v2 내장. v5.5: AGENT/SKILL/PROTOCOL 타입 자동 감지.
목표 명확화 → CEO 오케스트레이터 — 목표를 먼저 확정한 뒤 공수 추정 후 최적 도메인 자율 배분. Goal Gate 내장. (/goal [목표])
CS 시리즈 CEO 오케스트레이터. 자연어 요청을 받아 공수 추정 후 CS-test/CS-plan/CS-codebase-review/cs-design/cs-smart-run 중 최적 조합을 자율 선택·배분한다. v5.1: Universal Partnership Protocol — "with [어떤스킬이든]:" 구문으로 시스템에 설치된 모든 스킬과 협업 가능. v5.2: External Knowledge Gate — 외부 지식이 필요하다고 판단되면 지체 없이 context7-auto-research를 자동 호출하여 학습 후 진행. v5.3: Goal Gate — 모든 요청 진입 직전 목표(WHAT)를 추출·확정. 불명확 시 1회 질문. v5.4: Personal Knowledge Gate (Phase -3.5) — context7 호출 전 CS_V7 개인 위키를 우선 조회. v5.5: Dynamic Resolve v2 — 파트너 타입(AGENT/SKILL/PROTOCOL) 자동 감지. AGENT 타입은 Task(subagent_type)로 직접 호출. 외부 플러그인 에이전트(oh-my-claudecode:executor 등) 지원. 설치된 스킬/에이전트를 자동 탐색하고, 타이밍(Pre/In/Post/Wraps)을 description 기반으로 자동 추론한다. Use when user types "/cs-ceo", "cs-ceo", "/goal", or "/cs-partnership".
목표 추출 + 명확화 게이트. CEO가 모든 요청 진입 직전에 호출. 요청에서 달성 목표를 추출하고, 불명확하면 사용자에게 1회 질문. 반환: {goal_statement, scope, success_criteria, was_clarified}
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
🇺🇸 English · 🇰🇷 한국어
TL;DR — One marketplace, eleven AI teammates. Install it once, and you can call a CEO, PM, Architect, Designer, QA Engineer, Code Reviewer, and DevOps engineer from inside Claude Code with simple slash commands like /cs-ceo or /CS-test.
⚡ Optional: Install uv for 70%+ token savings on code analysis —
brew install uvorcurl -LsSf https://astral.sh/uv/install.sh | sh. Works without it too (automatic fallback).
Claude Code is Anthropic's official AI coding CLI. It supports plugins — bundles of slash commands, agents, and skills you install on top of it.
CSnCompany_2-0 is a marketplace that bundles 11 plugins, each one a specialist on a virtual AI team:
You ──▶ /cs-ceo "build a dashboard"
│
▼
🧭 CEO decides which teammates to call
│
┌──────────┼──────────┬──────────┐
▼ ▼ ▼ ▼
🏗️ Plan 🎨 Design 🧪 Test 🚢 Ship
You don't need to remember which command does what — type /cs-ceo "your goal" and it dispatches the right teammates. Or call them directly when you know what you need.
| Member | Plugin | Slash Command | What it does |
|---|---|---|---|
| 🧭 CEO | cs-ceo | /cs-ceo "goal" | Estimates effort, picks teammates, dispatches them. Start here if unsure. |
| 💬 PM | cs-clarify | /cs-clarify | Asks Socratic questions, surfaces hidden assumptions, prevents over-engineering |
| 🏗️ Architect | CS-plan | /CS-plan "feature" | TDD + Clean Architecture plan: domain analysis, architecture, test strategy, checklist |
| 🎨 Designer | cs-design | /cs-design <url> | 5-agent design review: hierarchy, interaction, design system, a11y, anti-patterns |
| 🎨 Design Reference | cs-design-sample1 | /cs-design-sample1 | Crextio-style design guide for Tailwind/Next.js dashboards |
| 🧪 QA Engineer | CS-test | /CS-test <url> | 14-agent web test: security, SEO, perf, a11y, DB, PWA, touch, image |
| 🔍 Code Reviewer | CS-codebase-review | /CS-codebase-review ./src | 5-agent review: architecture, quality, security, perf, maintainability |
| 🚢 DevOps | cs-ship | /cs-ship | Pre-PR validation: spec compliance, coverage, commit messages |
| ⚡ Team Lead | cs-smart-run | /cs-smart-run "task" | Plan with Opus → execute with Sonnet agents in parallel |
| 📚 Knowledge Keeper | cs-experiencing | /cs-experiencing | Versioned learnings + /cs-end session-wrap (author-only push) |
| 🗣️ Language Coach | convo-maker | /convo-maker | Turns session Q&A into natural American English conversations |
Install Claude Code:
npm install -g @anthropic-ai/claude-code
Then launch it:
claude
Inside Claude Code, paste:
/plugin marketplace add intenet1001-commits/CSnCompany_2-0
Pick à la carte, or install everything:
/plugin install cs-ceo@CSnCompany_2-0
/plugin install cs-clarify@CSnCompany_2-0
/plugin install CS-plan@CSnCompany_2-0
/plugin install cs-design@CSnCompany_2-0
/plugin install cs-design-sample1@CSnCompany_2-0
/plugin install CS-test@CSnCompany_2-0
/plugin install CS-codebase-review@CSnCompany_2-0
/plugin install cs-ship@CSnCompany_2-0
/plugin install cs-smart-run@CSnCompany_2-0
/plugin install cs-experiencing@CSnCompany_2-0
/plugin install convo-maker@CSnCompany_2-0
That's it. Type / in Claude Code and you'll see the new commands.
Ask the CEO:
/cs-ceo "I want to build a user dashboard with auth"
The CEO estimates effort, decides which teammates to call (PM, Architect, Designer, etc.), and runs them in the right order. You just sit back and answer when they ask clarifying questions.
/cs-clarify "add Stripe payments" # PM: surface assumptions
↓
/CS-plan "Stripe checkout + webhook" # Architect: TDD plan
↓
… you implement code …
↓
/CS-test https://staging.example.com # QA: 14-agent web test
↓
/CS-codebase-review ./src # Reviewer: 5-agent code review
↓
/cs-ship # DevOps: pre-PR gate
/cs-design https://example.com # Visual + UX review
/CS-test https://example.com # Security/SEO/perf/a11y
/cs-ceo "audit my landing page and tell me what to fix first"
npx claudepluginhub intenet1001-commits/csncompany_2-0Transforms session Q&A into natural American English conversations for real-world language learning
Pre-PR validation gate — 4-agent team runs final checks before merging. Validates spec compliance, coverage, commit messages. Based on kimoring verify-implementation + gstack ship patterns.
CS Session Closing — 4-Agent parallel analysis → TIL save → plugin version-up → GitHub push
TDD + Clean Architecture 4-agent planning - domain analysis, architecture, test strategy, implementation checklist
CS 시리즈 CEO 오케스트레이터 — 공수 추정 후 CS-test/CS-plan/CS-codebase-review/cs-design/cs-smart-run 자율 배분. v5.4: Personal Knowledge Gate (Phase -3.5) — context7 호출 전 CS_V7 개인 위키 우선 조회. cs-end Phase 2.1과 지식 루프 완성.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.