Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By incubyte
Generate Google-SRE-style blameless incident postmortems from a tracker URL. The agent gathers evidence from Slack, Datadog, and pull requests, builds a chronological timeline with evidence tags, and writes a markdown document with summary, impact, timeline, root cause, and action items.
npx claudepluginhub incubyte/ai-pluginsReconstructs a chronological event timeline for an incident from gathered evidence: chat thread snippets, tracker state changes and related-issue history, Datadog log entries, and merged pull requests. Each timeline entry carries a UTC timestamp, a one-sentence description, a source citation, and an evidence tag. Use when the incident-postmortem agent reaches Phase 2, or when a developer wants to manually reconstruct what happened during an incident from a known set of source materials.
Generates a full incident postmortem markdown document from a cached timeline (built by incident-timeline-builder) and the source materials gathered during investigation. Uses a Google-SRE-style blameless template by default. Produces the postmortem as plain markdown text for the caller to render or save; the skill itself never writes to disk or posts anywhere. Use when the incident-postmortem agent reaches Phase 4, or when a user has a structured timeline and wants the full document.
Uses power tools
Uses Bash, Write, or Edit tools
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.
DevsForge incident report generator with root cause analysis, timeline tracking, and post-mortem documentation
Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.
Engineering & tech skills: Code Review Checklist, Incident Postmortem, API Docs Writer, Architecture Decision Record, Debugging Log Analyser, PR Description Writer, System Design Interview, Changelog Generator, Test Strategy Doc, Runbook Writer, CI/CD Playbook, SLO & Error Budget, Developer Onboarding Doc, On-Call Runbook, Security Threat Model, Performance Budget, Database Schema Design, Database Migration Plan, Technical Debt Register, RFC Writer, Capacity Planning, Load Testing Plan, Disaster Recovery Plan, Feature Flag Guide, Dependency Audit, Service Catalog Entry, Monitoring Setup Guide, Local Dev Setup, API Versioning Strategy, Infra-as-Code Review, Engineering Weekly Report, Tech Radar, Sprint Velocity Analysis, Microservices Decomposition, Engineering Hiring Rubric. 35 structured skills for engineering teams, SREs, and technical PMs.
Project requirements registry via Google Spreadsheet with GitHub issues sync
Atlassian Jira and Confluence integration via Remote MCP Server for issue tracking, documentation, and project management
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 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.
Shared adapter layer for issue-tracker plugins. Auto-detects the active MCP (Azure DevOps, Jira), exposes an abstract verb surface (getIssue, addComment, transition, linkIssue, ...), converts markdown bodies to the target format (HTML for Azure DevOps, ADF/markdown for Jira), and reads policy from .claude/tracker-policy.json. No MCP bundled, no agent, no slash command. Required by incident-postmortem and issue-triage.
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