Core development skills: TDD, debugging, brainstorming, collaboration patterns, and proven techniques
npx claudepluginhub baleen37/bstack --plugin coreUse this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: <example>Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication system as outlined in step 3 of our plan" assistant: "Great work! Now let me use the code-reviewer agent to review the implementation against our plan and coding standards" <commentary>Since a major project step has been completed, use the code-reviewer agent to validate the work against the plan and identify any issues.</commentary></example> <example>Context: User has completed a significant feature implementation. user: "The API endpoints for the task management system are now complete - that covers step 2 from our architecture document" assistant: "Excellent! Let me have the code-reviewer agent examine this implementation to ensure it aligns with our plan and follows best practices" <commentary>A numbered step from the planning document has been completed, so the code-reviewer agent should review the work.</commentary></example>
Use this agent for web-only research tasks - gathering information from official documentation, learning new technologies, or finding current best practices online. Examples: <example> Context: User needs to understand a new library or framework. user: "I need to integrate Redis caching into our Node.js backend but I'm not sure about the current best practices" assistant: "Let me use the web-researcher agent to find the current Redis integration patterns and best practices for Node.js" <commentary> Web research is needed to find current best practices and documentation. </commentary> </example> <example> Context: User encounters a version-specific error. user: "I'm getting this error with React 19's new use() API - can't find it in the docs" assistant: "I'll have the web-researcher agent investigate the React 19 use() API documentation and find examples of proper usage" <commentary> Version-specific documentation requires web research. </commentary> </example> <example> Context: User wants to compare approaches. user: "Should we use Zustand or Redux for state management in this new project?" assistant: "Let me dispatch the web-researcher agent to compare current Zustand vs Redux recommendations and use cases" <commentary> Comparison research requires gathering information from multiple sources. </commentary> </example>
AI 코딩 어시스턴트 툴킷 — Claude Code, OpenCode, 그 외.
bstack은 플러그인 형태로 묶인 단일 통합 패키지입니다:
--no-verify 등 위험한 git 명령어 자동 차단# Add this repository as a marketplace
claude plugin marketplace add https://github.com/baleen37/bstack
# Install the plugin
claude plugin install bstack
bstack/
├── plugins/
│ ├── me/ # Core personal workflow plugin
│ │ ├── hooks/ # Session hooks (git guard, handoff, LSP checks)
│ │ └── skills/ # Personal skills (16 total)
│ ├── ralph/ # Ralph Loop plugin
│ │ ├── hooks/ # Ralph persistence hooks
│ │ └── skills/ # ralph, ralph-cancel
│ ├── autoresearch/ # Autonomous experiment loop plugin
│ │ ├── commands/
│ │ ├── hooks/
│ │ └── skills/ # autoresearch
│ ├── jira/ # Jira integration plugin
│ │ └── skills/ # 5 Jira workflow skills
│ ├── core/ # Shared agent definitions
│ ├── lsp-*/ # Individual LSP plugins (bash, go, lua, etc.)
├── scripts/ # Utility scripts (handoff, dispatch, version sync)
├── docs/ # Development and testing documentation
├── tests/ # BATS tests
├── schemas/ # JSON schemas
└── CLAUDE.md # Project instructions for Claude Code
me plugin (personal workflow)| Skill | Description |
|---|---|
handoff | 세션 종료 시 다음 세션을 위한 인계 문서 생성 |
pickup | 이전 세션의 인계 문서 로드 |
create-pr | 커밋, 푸시, PR 생성 통합 워크플로우 |
pr-pass | CI 실패, 머지 충돌 등 깨진 PR 수정 |
commit | Conventional Commits 형식으로 커밋 |
research | 코드베이스 탐색 및 버그 조사 |
e2e | 다수 컴포넌트에 걸친 E2E 검증 |
eval-harness | 두 변형을 정의된 기준으로 비교 평가 |
iterate | 반복 단일 변경 사이클로 점진적 개선 |
competitive-agents | 병렬 경쟁 에이전트로 설계 탐색 |
tmux-workers | tmux 분할 창에서 병렬 AI 에이전트 실행 |
claude-code-rules | .claude/rules/ 규칙 파일 생성/관리 |
remembering-conversations | 이전 대화 컨텍스트 검색 및 적용 |
review-claudemd | CLAUDE.md 개선사항 발굴 |
reddit-fetch | WebFetch 차단 시 Reddit 콘텐츠 가져오기 |
ralph plugin| Skill | Description |
|---|---|
ralph | PRD 기반 자동 반복 개발 루프 실행 |
ralph-cancel | 실행 중인 Ralph 루프 취소 |
autoresearch plugin| Skill | Description |
|---|---|
autoresearch | 최적화 목표를 위한 자율 실험 루프 실행 |
jira plugin| Skill | Description |
|---|---|
capture-tasks-from-meeting-notes | 회의록에서 Jira 태스크 자동 생성 |
generate-status-report | Jira 이슈 기반 프로젝트 상태 리포트 생성 |
search-company-knowledge | Jira에서 내부 개념/프로세스 검색 |
triage-issue | 버그 리포트 트리아지 및 중복 검색 |
spec-to-backlog | Confluence 스펙 문서를 Jira 백로그로 변환 |
# Run all BATS tests
bats tests/
# Run pre-commit hooks manually
pre-commit run --all-files
이 프로젝트는 semantic-release와 Conventional Commits를 사용하여 자동으로 버전을 관리합니다.
# Interactive commit (recommended)
bun run commit
# Or write manually
git commit -m "type(scope): description"
Types:
feat: New feature (minor version bump)fix: Bug fix (patch version bump)docs, style, refactor, test, build, ci, chore, perf: Patch version bumpplugin.json and marketplace.json are updatedpre-commit run --all-files
Validations:
Note: Pre-commit failures cannot be bypassed with
--no-verify(enforced by git-guard).
bun run commit for interactive commit creationMIT License - see LICENSE file.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
AI-powered development tools for code review, research, design, and workflow automation.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer