By gagandeepp
Jira connector module for the Sprint coding agent. Provides Jira Cloud authentication, active sprint fetching, ticket normalisation, and label classification.
Authenticates against Jira Cloud REST API v3 using JIRA_BASE_URL, JIRA_EMAIL, and JIRA_API_TOKEN environment variables. Validates board and project access. Fails immediately with a clear error listing all three required env vars if any are missing.
Converts Jira labels, components, and issue type into weighted domain routing signals for each InternalTicket. Reads labelMappings from .sprint-agent.json. Populates the domainSignals array on each ticket before domain-router runs.
Fetches all issues in the active sprint for the configured Jira board using paginated REST API calls. Handles boards with more than 50 issues via startAt iteration. Returns { noActiveSprint: true } when no active sprint is found.
Maps raw Jira issue objects to the internal InternalTicket format used by the sprint-coding-agent routing skills. Extracts id, title, description (ADF to plain text), type, labels, components, links, priority, and assignee.
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-jiraNode.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