Atlassian Jira integration skills for Claude Code - triage issues, capture tasks from meeting notes, generate status reports, and manage backlogs
npx claudepluginhub baleen37/bstack --plugin jiraGenerate a daily standup report by fetching the current user's Jira issues. When Claude needs to: (1) Write a daily standup, (2) Summarize yesterday's work and today's plan, (3) Generate a 데일리 스크럼 or 일일 업무 보고, or (4) Prepare a daily status update. Queries Jira for recently updated issues and in-progress work, then formats output using the standard standup template.
Generate project status reports from Jira issues with optional Confluence publishing. When Claude needs to: (1) Create a status report for a project, (2) Summarize project progress or updates, (3) Generate weekly/daily reports from Jira, (4) Publish status summaries to Confluence (optional), or (5) Analyze project blockers and completion. Queries Jira issues, categorizes by status/priority, and creates formatted reports for delivery managers and executives.
Search Jira to find and explain internal concepts, processes, and technical details through issues and comments. When Claude needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search issue history, comments, or work logs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple Jira sources. Searches in parallel and provides cited answers.
Convert specifications into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a spec, requirements doc, or conversation, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles analyzing specifications from any source (markdown, free text, conversation context), creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When Claude needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket with proper context, or (5) Add information to an existing ticket. Searches Jira for similar issues, identifies duplicates, checks fix history, and helps create well-structured bug reports.
Analyze meeting notes to find action items and create Jira tasks for assigned work. When Claude needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes or Confluence pages, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team members. Identifies assignees, looks up account IDs, and creates tasks with proper context.
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.
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
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 16+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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