Commands, agents, and skills for DevOps workflows, incident response, and structured work item management
npx claudepluginhub corbinatorx/devops-ai-toolkit-claude-pluginClaude Code plugin for DevOps workflows: work item management, incident response, Agent Teams orchestration, and AI-assisted development
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
AI-powered DevOps workflows for Claude Code: work item management, incident response, structured development workflows, and automated quality validation.
Install at user scope to make the plugin available across all your projects:
# Add the marketplace (one-time)
/plugin marketplace add CorbinatorX/agentic-toolkit
# Install the plugin at user scope
/plugin install agentic-toolkit@agentic-toolkit --scope user
Add to your project's .claude/settings.json to share with team members:
{
"extraKnownMarketplaces": {
"agentic-toolkit": {
"source": {
"source": "github",
"repo": "CorbinatorX/agentic-toolkit"
}
}
},
"enabledPlugins": {
"agentic-toolkit@agentic-toolkit": true
}
}
The plugin reads configuration from each project's .claude/ directory, allowing different settings per repo while using the same globally-installed plugin.
Configuration files:
.claude/config.json - Project architecture, conventions, patterns.claude/techops-config.json - Work item provider settings, Teams integrationRun /configure in any project to set up the configuration interactively.
The plugin works best when you define your project architecture in .claude/config.json. This enables:
# Copy the example config
cp .claude/config.example.json .claude/config.json
# Customize for your project
# Edit .claude/config.json with your:
# - Project structure (components, layers)
# - Tech stack (frameworks, versions)
# - Conventions (naming, indentation)
# - Patterns (API, application, UI)
# - Testing setup (commands, coverage)
See .claude/README.md for detailed configuration guide.
/create-bug - Create Bug work items in Azure DevOps/create-incident - Create incident work items with Teams notification/create-tech-debt - Parse status files and create tech debt items/create-feature-request - Create feature request work items/create-post-mortem - Create incident post-mortems in Confluence/update-code-summary - Update code statistics and coverage reports/update-coverage - Run coverage analysis and update reports/triage-504 - Azure Front Door 504 gateway timeout troubleshooting/yarp-timeout-playbook - YARP reverse proxy timeout analysis/afd-waf-troubleshoot - WAF and Azure edge debugging/blueprint-tasks - Convert blueprints to task files/commit - Smart commit with conventional commit messages/create-pr - Create pull requests with auto-generated descriptions/resume-orchestration - Resume interrupted Tech Lead orchestration from checkpointSkills automatically trigger based on natural language:
# Orchestrate (full autonomous delivery)
"Orchestrate the full build of the payment service"
"Deliver the notification system end to end"
# Blueprint
"I want to design a new payment service"
# Pickup Bug
"Pick up bug 25123"
# Pickup Feature
"Pick up user story 25200"
# Implement Task
"Implement task phase1#2.1"
# Review Task
"Review task phase1#2.1"
Ensure your Azure DevOps MCP server is configured with:
{organization}ERMERM\\DevopsERM\\dops-backlogFor post-mortem creation:
Tech287244316Add Teams webhook URL to your repo's .claude/config.json or team configuration.
The plugin includes comprehensive documentation for common patterns: