npx claudepluginhub october-academy/agent-plugins --plugin simplifyAnalyze code for complexity issues like nested ternaries, deep nesting, and over-abstraction.
Apply simplification to a specific code issue. Reads the file, generates the fix, and outputs the exact change needed.
Review variable, function, and type naming for clarity and consistency.
Check code for project standard violations and inconsistency patterns.
Analyze code readability issues including unnecessary comments, poor structure, and dense code.
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
Remove slop and over-engineering from code. Simplify and clean up.
Manual-only skill for minimizing total codebase size. Only activate when explicitly requested. Measures success by final code amount.
Refactor and simplify code for clarity and maintainability. Helps AI agents reduce code complexity, improve readability, and optimize code structure.
Reduce cyclomatic complexity and simplify functions
Professional coding assistant principles inspired by Uncle Bob
Share bugs, ideas, or general feedback.
Claude Code/Codex에서 함께 사용할 수 있는 플러그인/스킬 저장소입니다.
# 모든 스킬 설치
npx skills add october-academy/agent-plugins -a claude-code -a codex --skill '*' -y
# 특정 스킬만 설치 (예: cp)
npx skills add october-academy/agent-plugins -a claude-code -a codex --skill cp -y
# 마켓플레이스 추가 및 플러그인 설치
claude plugin marketplace add october-academy/agent-plugins
claude plugin marketplace update
claude plugin install <plugin-name>@agent-plugins
@october-plugins -> @agent-plugins)# 1) 새 마켓플레이스 등록
claude plugin marketplace add october-academy/agent-plugins
claude plugin marketplace update
# 2) 플러그인 재설치 (예: cp)
claude plugin install cp@agent-plugins
플러그인 스킬은 /플러그인명 또는 /플러그인명:스킬명으로 호출합니다.
/clarify:vague # 요구사항 명확화
/clarify:unknown # 전략 맹점 4분면 분석
/clarify:metamedium # 내용 vs 형식 의사결정
/simplify # 코드 단순화
/wrap # 세션 마무리
/feature-dev # 기능 개발 워크플로우
/git:push # git push (다중 명령어 플러그인)
단축형 조건: 플러그인에 스킬이 1개이고, 스킬 이름 = 플러그인 이름이면 단축형 사용 가능
clarify는 3개 스킬(vague,unknown,metamedium)이 있어/clarify:스킬명형식 사용
| 플러그인 | 설명 | 호출 방식 |
|---|---|---|
| clarify | 3가지 렌즈로 요구사항/전략/형식 의사결정 명확화 | /clarify:vague, /clarify:unknown, /clarify:metamedium |
| cp | 커밋 & 푸시 한 번에 | /cp |
| deploy | Railway, Cloudflare 통합 배포 | /deploy |
| feature-dev | 7단계 체계적 기능 개발 워크플로우 | /feature-dev |
| frontend-design | 고품질 프론트엔드 인터페이스 생성 | /frontend-design (자동) |
| git | Git 커밋, 푸시, PR 자동화 | /git:push, /git:push-pr |
| interview-spec | 요구사항 수집용 인터뷰 프롬프트 생성 | /interview-spec (자동) |
| linear | Linear 이슈 트래킹 통합 (MCP) | - |
| opsx | OpenSpec ship 워크플로우 (implement → verify → fix → archive) | /opsx:ship |
| perf | 성능 측정 (Lighthouse/Core Web Vitals) | /perf |
| simplify | 코드 단순화 및 정제 | /simplify |
| sync | 원격 저장소 동기화 (git pull) | /sync |
| typescript-lsp | TypeScript/JS 언어 서버 (MCP) | - |
| web-perf-ux | 웹 성능 및 UX 최적화 분석 | /web-perf-ux (자동) |
| wrap | 세션 마무리 및 문서화 | /wrap |
모호함을 다루는 3가지 스킬을 제공합니다.
/clarify:vague "로그인 기능 추가"
/clarify:unknown "Q2 성장 전략 점검"
/clarify:metamedium "열심히 하는데 성과가 안 나옴"
vague: 요구사항 명확화 (가설 옵션 질문, Before/After 요약)unknown: Known/Unknown 4분면 기반 전략 맹점 분석metamedium: 내용(content) vs 형식(form) 레버리지 판단커밋과 푸시를 한 번에 수행합니다.
/cp # 자동 커밋 메시지 생성
/cp "fix: 버그 수정" # 메시지 지정
.env 등)Railway, Cloudflare Pages/Workers 통합 배포.
/deploy # 전체 배포
/deploy railway # Railway만
/deploy cf # Cloudflare Workers만
7단계 기능 개발: Discovery → Codebase Exploration → Clarifying Questions → Architecture Design → Implementation → Quality Review → Summary
/feature-dev OAuth 인증 추가
에이전트: code-explorer, code-architect, code-reviewer
고품질 프론트엔드 UI 생성. 프론트엔드 작업 시 자동 적용.
Git 커밋/푸시/PR 자동화. Conventional Commits 형식.
/git:push # 자동 메시지, main에 push
/git:push "fix: bug" --branch hotfix # 특정 브랜치에 push
/git:push-pr # push 후 PR 생성
/git:push-pr "feat: new" --base dev # dev 기준 PR
Claude가 작업 전 요구사항을 수집하도록 인터뷰 프롬프트 생성.
트리거: "Help me write a prompt for...", "I'm not sure what I want yet"
Linear 이슈 트래킹 MCP 통합. 이슈 생성/관리, 상태 업데이트, 워크스페이스 검색.
OpenSpec 확장 — 팀 기반 ship 워크플로우. Claude Code(leader) + Codex(reviewer) dual verification.
/opsx:ship [change-name]
빠른 성능 측정. Lighthouse/Core Web Vitals 기반.
/perf # 메인 페이지 측정
/perf /about # 특정 경로
/perf --all # 주요 페이지 일괄 측정
web-perf-ux의 간소화 버전코드 단순화. 기능은 유지하고 구현만 개선.
/simplify # 최근 수정 코드
/simplify src/utils.ts # 특정 파일
원칙: 명확성 > 간결성, 중첩 삼항 금지, Opus 모델
원격 저장소 동기화 (git pull) 단축 명령어.
/sync # origin main에서 pull
/sync develop # 특정 브랜치
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim