Jkit - CTO-Led Agent Team Project Guide marketplace. Build real projects with VibeCTO and specialized agents.
npx claudepluginhub goodlookingprokim/jkit-project-guideCTO-Led Agent Team Project Guide - Build real projects with VibeCTO and 4 specialist agents (5 total).
Jkit은 CTO 주도 에이전트 팀과 함께 실제 프로젝트를 처음부터 만드는 Claude Code 프로젝트 가이드입니다. 이론을 먼저 배우는 대신, 팀과 함께 일하며 배웁니다.
| Agent | Role |
|---|---|
| VibeCTO (Lead) | 아이디어 발굴, 아키텍처 설계, 팀 조율 |
| TDD Coach | 테스트 우선 작성, Red-Green-Refactor |
| Arch Mentor | Clean Architecture 설계, 의존성 규칙 검증 |
| Frontend Buddy | Next.js + Tailwind CSS + shadcn/ui UI 구현 |
| SaaS Guide | Supabase, 결제, API, 배포 |
git clone --recursive https://github.com/goodlookingprokim/jkit-project-guide.git
cd jkit-project-guide
--recursive플래그는 bkit-claude-code submodule을 함께 받기 위해 필요합니다.
Claude Code에서 프로젝트 디렉토리를 열고 슬래시 커맨드를 사용합니다:
/jkit-start # VibeCTO와 아이디어 발견 대화 시작
/jkit-plan # 아이디어를 실행 가능한 프로젝트 계획으로 전환
/jkit-build # 기능 구현 시작 또는 계속
/jkit-test # TDD 워크플로우 (Red-Green-Refactor)
/jkit-review # 코드 리뷰 + 아키텍처 검증
/jkit-team # Agent Team 모드 활성화 (병렬 작업)
/jkit-status # 프로젝트 진행 상황 확인
/jkit-next # VibeCTO의 다음 작업 추천
/jkit # 메인 허브 (가이드 표시)
jkit-project-guide/
├── commands/ # 9 slash commands (plugin root)
├── agents/ # 5 specialist agents (plugin root)
├── hooks/ # Session initialization (SessionStart hook)
├── .claude-plugin/ # Plugin metadata (v1.1.0)
├── CLAUDE.md # Project context
├── bkit-claude-code/ # bkit submodule (One Family integration)
├── golden-rabbit-antigravity-v1/ # Knowledge base
└── axys/ # AXYS system
v1.1.0: commands/agents를
.claude/하위에서 플러그인 루트로 이동. hooks 시스템 추가. bkit "One Family" 연동 구현.
jkit과 bkit이 함께 설치되면 "One Family"로 동작합니다:
| Layer | Technology |
|---|---|
| Framework | Next.js (App Router) |
| Language | TypeScript |
| Styling | Tailwind CSS + shadcn/ui |
| Backend/DB | Supabase |
| Testing | Vitest / Jest |
| Deployment | Vercel |
의존성은 반드시 안쪽으로만 향합니다: Presentation → Application → Domain
병렬 실행을 위해 Agent Teams 기능을 활용합니다:
# 환경 변수 설정
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
/jkit-team start로 활성화하면 VibeCTO가 팀을 조율합니다.
.claude/commands/ → commands/, .claude/agents/ → agents/ (플러그인 루트로 이동)user-invocable: true, allowed-tools) 추가hooks/hooks.json + hooks/session-start.js 추가 (세션 초기화).claude/ 디렉토리 삭제: settings.json 권한 설정을 각 파일의 frontmatter로 흡수This project is for educational purposes. See individual components for their respective licenses.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations