By gagandeepp
E2E testing module for the Playwright coding agent. Provides page object generation, framework-aware selectors, fixture management, and assertion patterns for end-to-end browser tests.
Framework-aware locator strategy for Playwright. Defines locator priority, per-framework selector tables for React, Angular, Vue, and plain HTML, anti-patterns to avoid, and DO/DON'T examples.
Generate E2E spec files from natural language descriptions, URLs, or user flow descriptions. Produces fully-typed .spec.ts files with test.describe/test blocks, framework-aware selectors, auth handling via storageState, and correct import paths.
Web-first Playwright assertions with built-in auto-waiting. Covers the full assertion API, soft assertions for non-critical checks, negation, custom failure messages, and anti-patterns to avoid.
Scaffold the E2E directory layout, establish file naming conventions, adapt to monorepo directoryMapping, and support both the page-object and co-located test patterns.
Run the E2E test suite via the Playwright coding agent core test-runner with E2E-specific flags. Captures traces and videos on first retry, parses the HTML report, extracts trace viewer URLs, and categorizes failures.
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 playwright-e2eNode.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
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
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.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
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.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer