Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By incubyte
Auto-detects Azure DevOps or Jira MCP and routes issue read/write verbs through a vendor adapter with a diff-and-confirm gate, enabling investigation of bugs and incidents by searching chats, docs, Datadog, and the codebase to produce evidence-tagged reports.
npx claudepluginhub incubyte/ai-pluginsInvestigates a Bug or Incident on any supported tracker (Azure DevOps, Jira) by searching chat (Slack/Teams), the issue and related issues, docs (Confluence/Wiki), Datadog, and the codebase, then writes an evidence-tagged report in the bug-archetype template. Use when a Bug or Incident needs an investigation report before triage decisions are made. For Feature, User Story, Task, or Spike, use `requirements-investigator` (lives in the issue-triage plugin).
Rewrites or audits prose to eliminate AI writing patterns and produce natural human writing. Use when the user says "AI slop", "sounds generated", "too formal", "write like a human", "fix the writing", "rewrite this", "clean up the prose", or asks for writing style guidance. Also apply proactively when generating documentation, chat messages (Slack/Teams), postmortems, Confluence pages, wiki pages, tracker work-item or ticket text, or any long-form prose output.
Auto-detects the active issue-tracker MCP and exposes an abstract verb surface that works across Azure DevOps and Jira. Routes reads (getIssue, searchIssues, ...) and writes (addComment, transition, updateFields, ...) through the vendor adapter resolved at session start. Loads policy from .claude/tracker-policy.json with lazy-prompt fallback. Owns the diff-and-confirm gate that every write batch must pass.
Share bugs, ideas, or general feedback.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
End-to-end issue triage across all archetypes (Bug, Incident, Story, Feature, Task, Spike) on any supported tracker (Azure DevOps, Jira). Assigns the issue, transitions it to 'investigating', runs the matching investigation skill, refines title and description, posts an assessment comment, sets severity + due date or sprint + story points, links related work, applies the triaged label, and posts a Slack/Teams summary. All writes pass through a single diff-and-confirm gate — the diff is the dry-run. Tracker-agnostic via issuekit.
Comprehensive Jira integration with auto-detection of issue keys
GitHub issue triage, creation, and management
Smart task routing: classifies specs and routes to feature-dev or subagent-driven-dev
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Learn any technology by building real projects. Claude guides you step-by-step — you write every line of code yourself.
End-to-end product discovery flow that produces a structured PRD.
End-to-end incident postmortem generator. Paste an incident issue URL (Azure DevOps or Jira) and the agent gathers evidence from chat (Slack/Teams), the tracker (related issues, history), Datadog logs, and merged pull requests; reconstructs a chronological timeline with evidence tags; and writes a Google-SRE-style blameless postmortem (summary, impact, timeline, root cause, contributing factors, what went well/wrong, action items, lessons learned). Tracker-agnostic via issuekit. Bundles incident-timeline-builder and postmortem-writer skills.
End-to-end issue triage across all archetypes (Bug, Incident, Story, Feature, Task, Spike) on any supported tracker (Azure DevOps, Jira). Assigns the issue, transitions it to 'investigating', runs the matching investigation skill, refines title and description, posts an assessment comment, sets severity + due date or sprint + story points, links related work, applies the triaged label, and posts a Slack/Teams summary. All writes pass through a single diff-and-confirm gate — the diff is the dry-run. Tracker-agnostic via issuekit.
Bee — a spec-driven TDD workflow navigator for AI-assisted development. Guides developers through the right level of process: triage, spec, architecture, TDD planning, execution, verification, and review.
A collection of Claude Code plugins by Incubyte.
Spec-driven development that scales process to match the task. Triages by size and risk, then navigates you through the right workflow: triage, context gathering, spec, architecture, code, test, verify, review.
@bee inline annotationsEntry point: /bee:sdd
Learn any technology by building real projects. Claude guides you step-by-step — you write every line of code yourself.
Entry point: /learn:start
Builds a compounding wiki from raw documents. Drop articles into clippings/, ingest them into an Obsidian-compatible wiki with cross-references, then query your knowledge base with synthesized answers and citations.
[[wikilinks]] and YAML frontmatterEntry point: /second-brain:ingest
Take a raw product idea through ten guided phases and walk away with a structured PRD. Pushes back on vague metrics, refuses to write PRDs for ideas that should die.
discovery-state.mdEntry point: /discovery:start
Auto-detects the active issue-tracker MCP (Azure DevOps, Jira) and exposes an abstract verb surface (getIssue, addComment, transition, linkIssue, ...). Declared as a dependency by incident-postmortem and issue-triage; Claude Code auto-installs it when you install either verb-plugin. Ships no MCP, no agent, no slash command — it's a library.
.claude/tracker-policy.json; lazy-prompts for missing keys and offers to persist the answerEntry point: pulled in transitively by the verb-plugins; no direct user invocation.
Paste an incident URL (Azure DevOps or Jira) and the agent gathers evidence from chat (Slack/Teams), the tracker, Datadog logs, and merged pull requests; reconstructs a chronological timeline with evidence tags; pauses for review; then writes a Google-SRE-style blameless postmortem.
incident-timeline-builder, postmortem-writer/incident-postmortem:run <URL or ID>Auto-installs issuekit.
Entry point: /incident-postmortem:run <URL or ID>
Paste any issue URL (Azure DevOps or Jira; Bug, Incident, Story, Feature, Task, or Spike) and the agent triages it end-to-end: assigns to you, transitions to investigating, runs the matching investigation skill, refines title and description, posts an assessment comment, sets severity + due date or sprint + story points, links related work, applies the triaged label, and posts a summary to the configured chat channel.
issue-refiner, requirements-investigator (uses issuekit:issue-investigator for Bug/Incident)/issue-triage:run <URL or ID> — full workflow/issue-triage:investigate-and-refine <URL or ID> — lightweight subset (no severity, transitions, sprints, comments, labels, or escalation)Auto-installs issuekit.
Entry point: /issue-triage:run <URL or ID>
Add the marketplace once, then install the plugins you want:
/plugin marketplace add incubyte/ai-plugins
/plugin install bee@incubyte-plugins
/plugin install learn@incubyte-plugins
/plugin install discovery@incubyte-plugins
/plugin install incident-postmortem@incubyte-plugins
/plugin install issue-triage@incubyte-plugins