npx claudepluginhub m16khb/claude-integration --plugin documentation-generationClaude Code 생산성 향상을 위한 스마트 커맨드 및 에이전트 마켓플레이스입니다.
이 마켓플레이스는 단일 책임 원칙을 중심으로 설계되었습니다:
각 플러그인은 필요한 컴포넌트만 컨텍스트에 로드하여 토큰 효율성을 극대화합니다.
# 1. 마켓플레이스 추가
/plugin marketplace add m16khb/claude-integration
# 2. 전체 플러그인 설치
/plugin install claude-integration
# 또는 개별 플러그인 설치
/plugin install backend-development
/plugin install documentation-generation
/plugin install git-workflows
/plugin install context-management
/plugin install automation-tools
| 플러그인 | 카테고리 | 설명 |
|---|---|---|
backend-development | development | NestJS + Fastify 백엔드 개발 에이전트 |
documentation-generation | documentation | CLAUDE.md 및 agent-docs 문서 생성 |
git-workflows | development | Git Flow 기반 스마트 커밋 |
context-management | productivity | 대용량 파일 청킹 및 컨텍스트 관리 |
automation-tools | productivity | Agent, Skill, Command 자동 생성 |
| 커맨드 | 플러그인 | 설명 |
|---|---|---|
/git-commit | git-workflows | Git Flow 기반 스마트 커밋 |
/continue-context | context-management | 컨텍스트 분석 및 작업 추천 |
/inject-context | context-management | 대용량 파일 구조 인식 청킹 |
/factory | automation-tools | Agent, Skill, Command 생성기 |
/setup-statusline | automation-tools | YAML 기반 status line 구성 |
/claude-sync | automation-tools | CLAUDE.md 자동 동기화 |
| 에이전트 | 모델 | 설명 |
|---|---|---|
nestjs-fastify-expert | Opus | NestJS + Fastify 오케스트레이터 |
| 에이전트 | 모델 | 설명 |
|---|---|---|
typeorm-expert | Sonnet | TypeORM 엔티티, 마이그레이션, 트랜잭션 |
redis-cache-expert | Sonnet | Redis 캐싱, @nestjs/cache-manager |
bullmq-queue-expert | Sonnet | BullMQ 작업 큐 |
cqrs-expert | Sonnet | CQRS 패턴, Command/Query/Event/Saga |
microservices-expert | Sonnet | 마이크로서비스, RabbitMQ, gRPC |
suites-testing-expert | Sonnet | Suites(Automock), Jest, E2E |
document-builder | Sonnet | 계층적 CLAUDE.md 및 agent-docs 생성 |
claude-integration/
├── .claude-plugin/
│ └── marketplace.json # 플러그인 레지스트리
├── plugins/ # 5개 전문화된 플러그인
│ ├── backend-development/ # NestJS 생태계 에이전트
│ │ ├── agents/
│ │ ├── commands/
│ │ └── skills/
│ ├── documentation-generation/
│ ├── git-workflows/
│ ├── context-management/
│ └── automation-tools/
├── agent-docs/ # 상세 문서
│ ├── constitution.md # 프로젝트 헌법
│ ├── architecture.md # 아키텍처 설계 원칙
│ ├── references/ # 레퍼런스
│ │ ├── agents.md
│ │ ├── plugins.md
│ │ └── agent-skills.md
│ └── guides/
│ └── usage.md # 사용 가이드
├── CLAUDE.md # 프로젝트 루트 설정
└── README.md
플러그인 활성화 시 자동 로드:
| MCP 서버 | 설명 | 요구사항 |
|---|---|---|
playwright | 브라우저 자동화 | Node.js 18+ |
context7 | 최신 문서 주입 | Node.js 18+ |
sequential-thinking | 단계별 사고 | Node.js 18+ |
chrome-devtools | 크롬 개발자 도구 | Node.js 22+, Chrome |
# MCP 상태 확인
claude mcp list
// Orchestrator를 통해 자동 위임
Task(
subagent_type="nestjs-fastify-expert",
prompt="Redis 캐시 설정하고 BullMQ 큐도 추가해줘"
)
/git-commit push
/inject-context ./large-file.ts "리팩토링해줘"
이슈와 PR을 환영합니다!
MIT License
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.
Uses power tools
Uses Bash, Write, or Edit tools
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Convert documents between formats (Markdown, DOCX, PDF, HTML, LaTeX) using pandoc. Use for format conversion, document generation, and preparing markdown for Google Docs.