백엔드 API 정의를 분석하고 프론트엔드 코드(DTO/remotes/mutations/페이지)를 자동 생성한다.
FE 컨벤션 기반 아키텍처 설계 — Agent 위임 워크플로우
페이지/기능 단위 FE 스펙 문서 작성 — "스펙 작성", "spec", "페이지 스펙", "기능 정의", "UI 스펙" 요청에 사용
FE 컨벤션 기반 코드 리뷰 — Agent 위임 워크플로우
FE 컨벤션 기반 설계 전문가. 새 기능 구현, 폴더 구조 결정, API 계층 설계, 컴포넌트 분리 전략이 필요할 때 사용.
FE 컨벤션 기반 읽기 전용 코드 리뷰어. PR 리뷰, 코드 변경 검증, 컨벤션 준수 확인이 필요할 때 사용.
React 렌더링 병목, 훅 최적화, 모던 패턴 분석. 페이지 느림, 불필요한 리렌더링, Context 성능 문제가 있을 때 사용.
코드 중복, 복잡도, 추상화 기회 분석. 리팩토링 대상 식별, 코드 스멜 감지, 기술 부채 평가가 필요할 때 사용.
Modifies files
Hook triggers on file write and edit operations
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.
Claude Code 플러그인 모음. FE 개발 워크플로우 자동화 + 세션 관리.
| 플러그인 | 역할 |
|---|---|
| fe-workflow | FE 컨벤션 기반 설계 → 리뷰 |
| session-manager | 세션 context 관리 — 맥락 유지 + 지식 영속 저장 |
# 개발 중 (플러그인 동시 로드)
claude --plugin-dir ./fe-workflow --plugin-dir ./session-manager
# 마켓플레이스 등록 후
/plugin marketplace add /path/to/ai-ax
/plugin install fe-workflow@claude-plugins
/plugin install session-manager@claude-plugins
| 상황 | 흐름 |
|---|---|
| 단순 수정 (버그, 작은 변경) | 바로 구현 → 끝 |
| 새 기능 / 구조 고민 | /architecture → 구현 → /review (PR 전) |
| 복잡한 작업 (멀티 세션) | /save로 current.md 생성 → 위 흐름 반복 + 세션 이어가기 |
세션 시작 (자동: current.md 로드) ← session-manager
↓
/architecture 기능명 ← 설계 방향성/구조 결정이 필요할 때
↓
대화로 구현
↓
/review ← PR 올리기 전
↓
/note ← 기억할 내용 있으면 (아무 때나)
↓
/save ← 다음 세션에 이어갈 작업이면
| 커맨드 | 역할 |
|---|---|
/architecture | 컨벤션 기반 설계 → 구현 지시서 생성 |
/review | 컨벤션 기반 코드 리뷰 → 점수/피드백 |
| 커맨드 | 역할 |
|---|---|
/save | 세션 context를 .ai/current.md에 저장 |
/resume | .ai/current.md 수동 복원 |
/note | 세션 지식 영속 저장 (notes/patterns/obsidian) |
npx claudepluginhub kimseunggyu/ai-ax包含專門代理的功能開發工作流程,用於程式碼庫探索、架構設計和程式碼審查
Phase-based AI development framework with 16+ specialized agents, structured phases, and file-based handoffs. Works with greenfield and existing codebases.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.