By gagandeepp
Azure DevOps Boards connector module for the Sprint coding agent. Provides ADO PAT authentication, active iteration fetching, work item normalisation, and tag classification.
Authenticates against the Azure DevOps REST API v7.1 using ADO_ORG_URL and ADO_PAT environment variables (HTTP Basic Auth, empty username + PAT as password). Validates org, project, and optional team access. Fails immediately with a clear error listing both required env vars if either is missing.
Finds the active Azure DevOps iteration for the configured team using either an explicit iterationPath override or date-based detection (startDate ≤ today ≤ finishDate). Batch-fetches all work items in the iteration using the workitemsbatch API (200 IDs per request). Filters to configured workItemTypes. Returns { noActiveIteration: true } when no active iteration is found.
Converts Azure DevOps work item tags, area path segments, work item type, and description keywords into weighted domain routing signals for each InternalTicket. Reads labelMappings from .sprint-agent.json (same key as sprint-jira's label-classifier). Populates the domainSignals array on each ticket before domain-router runs.
Maps raw Azure DevOps work item objects to the internal InternalTicket format used by the sprint-coding-agent routing skills. Extracts id, title, description (HTML to plain text), type, labels (from tags), components (from area path segments), links, priority, and assignee. Populates domainSignals as an empty array for tag-classifier to fill.
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.
npx claudepluginhub gagandeepp/software-agent-teams --plugin sprint-adoNode.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
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.
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.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls