By 1989v
API debugging agent with full IO capture, log analysis, and codebase exploration
Use when generating a comprehensive debug answer for the user - synthesizes code analysis, IO log evidence, and docs references into actionable response
Use when tracing code paths related to an API issue - explores both source code and docs/ to find root cause, referencing business rules and architecture docs alongside implementation
Use when generating curl commands from natural language or API specs - parses user intent, finds matching API endpoints, collects parameters, and builds executable curl
Use when code analysis alone cannot explain an issue - analyzes IO log data patterns to find anomalies in request flows, response times, error patterns
Use when setting up IO capture in a target service - injects unified AOP interceptor with profile-based activation and @IOTraceable annotation
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 플러그인 모노레포.
| 플러그인 | Prefix | 설명 |
|---|---|---|
| hns | /hns: | AI 하네스 엔지니어링 — SDD 파이프라인, 5차원 리뷰, Lifecycle(GC/evolve/diet/audit), 문서 생성 |
| ai-debugger | /ai-debugger: | API 디버깅 에이전트 — IO 캡처, curl 생성, 로그 분석 |
| private-repo | /private-repo: | git submodule로 디렉토리별 public/private 가시성 제어 |
| content-analyzer | /content-analyzer: | URL 콘텐츠 분석 (YouTube, LinkedIn, web post, Git repo) |
# marketplace 등록 (최초 1회)
claude marketplace add https://github.com/1989v/ai.git --name ai-common
# 플러그인 설치
claude plugins install hns@ai-common
claude plugins install ai-debugger@ai-common
claude plugins install private-repo@ai-common
claude plugins install content-analyzer@ai-common
# 세션 내 리로드
/reload-plugins
대상 프로젝트의 .claude/settings.json:
{
"enabledPlugins": {
"hns@ai-common": true,
"ai-debugger@ai-common": true,
"private-repo@ai-common": true,
"content-analyzer@ai-common": true
}
}
AI 하네스 엔지니어링 완전체 플러그인. 19개 커맨드.
/hns:init 하네스 스캐폴딩 (auto-scan → doc-gen → hooks → routing)
/hns:new-feature 신규 기능 파이프라인 (shape → write → review → tasks)
/hns:shape-spec 요구사항 수집 + 스펙 폴더 초기화
/hns:write-spec spec.md 작성
/hns:spec-review 5차원 스펙 리뷰 (arch/domain/impl/test/usecase)
/hns:create-tasks spec → task group 분해
/hns:implement-tasks task group 실행 (Ralph Loop)
/hns:orchestrate-tasks 순차/병렬 오케스트레이션
/hns:interview-capture 구현 전 게이트 인터뷰
/hns:drift-check 구현-스펙 불일치 감지
/hns:verify 표준 → 린트 → 빌드 → 테스트
/hns:verify-crosscheck 6레이어 교차 일관성 검증
/hns:doc-gen CLAUDE.md + docs/ 생성
/hns:doc-validate docs ↔ 코드 일치 검증
/hns:doc-html docs/ → HTML 사이트 생성
/hns:harness-gc 가비지 컬렉션 (dead code, doc drift, stale rules)
/hns:harness-evolve 실패 패턴 → 규칙 인코딩
/hns:harness-diet 불필요한 규칙 제거 (Bitter Lesson)
/hns:harness-audit 외부 벤치마크 비교
새 플러그인/커맨드/스킬을 만들 때: docs/plugin-development-guide.md
핵심 규칙:
commands/*.md는 frontmatter에 name 필드를 넣지 않는다 (prefix가 안 붙음).claude-plugin/marketplace.json에 반드시 등록ai/
├── .claude-plugin/marketplace.json # marketplace 인덱스
├── plugins/
│ ├── hns/ # 하네스 엔지니어링 (19 commands, 12 skills, 10 agents)
│ ├── ai-debugger/ # API 디버깅 (2 commands, 6 skills, 1 agent)
│ ├── private-repo/ # Private repo 분리 (1 command, 1 skill)
│ └── content-analyzer/ # 콘텐츠 분석 (1 command, 3 skills, 1 agent)
├── docs/
│ ├── plugin-development-guide.md # 플러그인 개발 가이드
│ ├── specs/ # 설계 스펙
│ └── study/ # 학습 자료
└── README.md
npx claudepluginhub 1989v/ai --plugin ai-debuggerControl per-directory public/private visibility via git submodules. Extracts directories into separate GitHub repos with visibility choice, history preservation, and submodule setup.
Universal AI harness engineering: 6-layer architecture with SDD pipeline, 5-dimension review, lifecycle (GC/evolve/diet/audit), enforcement hooks, context routing, and doc generation
Analyze content from URLs (YouTube, LinkedIn, web posts, Git repos) and generate structured learning plans or analysis documents
Debug REST API failures using OpenAPI specs and HTTP logs. Analyzes errors, suggests fixes, and generates test commands.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Debug issues systematically with root cause analysis and execution tracing
Ask Claude Code to help you debug an issue
Systematic debugging and root cause analysis framework - four-phase investigation process ensuring understanding before fixes
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns