By gagandeepp
Core plugin for the Story coding agent. Accepts a single ticket ID from Jira or Azure DevOps Boards, routes to domain agents via multi-signal scoring, produces story-plan.md for user approval, then sequentially invokes each matched domain agent (DB → backend → frontend) with cross-domain context handoff, semantic memory retrieval, and a final cross-domain code review.
Fetches a single ticket by ID from Jira or Azure DevOps Boards, routes to domain agents via multi-signal scoring, produces story-plan.md for user approval, then sequentially invokes each domain agent (DB → backend → frontend) with cross-domain context handoff and a final cross-domain review.
Scaffolds .story-agent.json in the workspace root. Checks codebase availability (prompts for local path or GitHub URL, with optional repeated prompts to add more repos), prompts for board source (Jira or Azure DevOps Boards), reads board config from env vars, validates board MCP server and sprint-jira module availability, enforces the guardrails prerequisite, and checks domain agent installations.
Dispatches to the official Jira MCP server or Azure DevOps MCP server based on boardSource from resolved config. Validates ticket ID format before calling MCP. Maps ADO work item fields to the unified Jira-compatible raw object shape so ticket-normalizer and label-classifier require no changes. Receives storyBoardAvailable from resolved config — does not re-read .mcp.json.
Use when committing, pushing, and raising a PR — stages changed files, writes a Conventional Commits message, pushes to the remote branch, creates a GitHub PR via gh CLI, then posts the PR URL to configured Slack or Teams channels for review. Channel targets are configurable via .commit-push-pr.json or prompted interactively.
Resolves the Story agent configuration by reading .story-agent.json and applying a 5-level resolution order: per-invocation override > directory mapping > auto-detection > config defaults > plugin defaults. Enforces the guardrails prerequisite (fail-closed) and checks sprint-jira module availability before any implementation action begins.
Runs after each domain agent completes. Extracts a structured summary from the agent's output by scanning files modified during its run. The summary is injected into the next domain agent's context packet so downstream agents have concrete artifact references (table names, API endpoint URLs, component names) rather than relying on unstructured text.
Proactive inline guardrail that runs at two seams in the domain-agent execution loop: after db-coding-agent completes (before backend starts) and after backend-coding-agent completes (before frontend starts). Reads the actual artifact files produced by the completed agent, builds a verified inventory of tables/columns or endpoints/DTOs, enriches the next agent's context packet with the corrected inventory, and blocks progression when a critical dependency is missing.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A monorepo of Claude Code plugin families providing backend, frontend, database, DevOps, security, guardrails, sprint planning, testing, and story implementation coding agents for enterprise teams. Each agent follows idiomatic best practices, enforces team coding guidelines, bundles LSP integration, and publishes to an internal org-wide plugin marketplace with governance controls.
A polyglot backend agent that implements features, fixes bugs, and writes tests in C#, Go, Java, and Node.js. Routes based on language detection.
| Plugin | Role | Required |
|---|---|---|
@Vensure-Devops-QA/backend-coding-agent | Core: config, routing, detection, guidelines, shared skills | Always |
@Vensure-Devops-QA/backend-csharp | C# (ASP.NET Core, xUnit, OmniSharp LSP) | Per team |
@Vensure-Devops-QA/backend-golang | Go (Gin/Echo/Chi, testify, gopls LSP) | Per team |
@Vensure-Devops-QA/backend-java | Java (Spring Boot, JUnit 5, jdtls LSP) | Per team |
@Vensure-Devops-QA/backend-nodejs | Node.js (NestJS/Express/Fastify, Jest, TS LSP) | Per team |
claude plugin install @Vensure-Devops-QA/backend-coding-agent
claude plugin install @Vensure-Devops-QA/backend-csharp
claude plugin install @Vensure-Devops-QA/backend-nodejs
/backend-init
.backend-agent.json, directory mapping, and auto-detection| Command | Purpose |
|---|---|
/backend-init | Scaffold .backend-agent.json and check prerequisites |
/backend-review | On-demand language-aware code review |
A component-aware frontend agent that builds pages, components, and features in React + Next.js and Angular. Routes based on both framework detection and component type (page, component, hook, layout, utility). Uses Prismatic (the org's internal design system) as the default UI library for React and Angular.
| Plugin | Role | Required |
|---|---|---|
@Vensure-Devops-QA/frontend-coding-agent | Core: component routing, styling resolution, a11y, guidelines, shared skills | Always |
@Vensure-Devops-QA/frontend-react | React + Next.js (Vitest, RTL, TS LSP) | Per team |
@Vensure-Devops-QA/frontend-angular | Angular (@angular/language-service LSP) | Per team |
claude plugin install @Vensure-Devops-QA/frontend-coding-agent
claude plugin install @Vensure-Devops-QA/frontend-react
claude plugin install @Vensure-Devops-QA/frontend-angular
/frontend-init
.frontend-agent.json, directory mapping, and auto-detection| Library | React | Angular |
|---|---|---|
| Prismatic (org default) | @Vensure-Devops-QA/prismatic-react | @Vensure-Devops-QA/prismatic-angular |
| Material | Material UI (@mui/material) | Angular Material |
| Bootstrap | React-Bootstrap | ng-bootstrap |
| Tailwind | Tailwind CSS | Tailwind CSS |
| Command | Purpose |
|---|---|
/frontend-init | Scaffold .frontend-agent.json and check prerequisites |
/frontend-review | On-demand component-aware code review |
A polyglot database agent that writes schemas, stored procedures, indexes, migrations, seed data, and ORM/ODM models for SQL Server, PostgreSQL, MongoDB, and Azure Cosmos DB. Routes based on engine detection.
npx claudepluginhub gagandeepp/software-agent-teams --plugin story-coding-agentNode.js/TypeScript language module for the backend coding agent — NestJS/Express/Fastify, Jest, typescript-language-server LSP
C# language module for the backend coding agent — ASP.NET Core, xUnit, OmniSharp LSP
Snyk Code (SAST), Open Source (SCA), IaC, and Container remediation skills for the security-coding-agent
Core plugin for the frontend coding agent. Provides config resolution, component-first routing, accessibility review, guidelines ingestion, optional vector memory, and shared skills for React + Next.js, Angular, and Vue + Nuxt.
Go language module for the backend coding agent — Gin/Echo/Chi, testify, gopls LSP
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
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.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
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.