By sgaunet
Automate end-to-end software engineering workflows: orchestrate git feature flows from branching/linting/testing/committing to merge requests/issues; conduct code reviews, security audits, and debugging; generate architecture/docs/templates; integrate Stripe/PayPal payments; ensure license compliance.
Analyze codebase and create GitHub/GitLab issues per finding
Review PR for quality, security, and coverage
[From Agent #3: overall pattern description]
[From Agent #3: error pattern with examples]
[Standard flow based on Agent #4 git/CI analysis]
Senior-level code reviewer. Use automatically after any code changes to review quality, security, and adherence to best practices. Should be invoked proactively when files are modified.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Creates comprehensive technical documentation from codebases. Use for system documentation and architecture guides.
HTML-first frontend specialist using HTMX, Alpine.js, and Tailwind/Bootstrap for progressive enhancement. Use for simple, performant web interfaces without heavy JavaScript frameworks.
Software license compliance expert. Use when evaluating dependencies or building commercial products.
Push current branch, create MR/PR, wait for CI pipeline, merge, and clean up branch using auto-mr CLI
Detect repository hosting service (GitHub/GitLab) from git remote and extract owner/repo/project_path. Internal utility skill used by commands that need platform-aware routing.
Auto-detect project linter and run it. Internal utility skill used by feature-flow commands for the lint phase.
Auto-detect project test runner and run it. Internal utility skill used by feature-flow commands for the test phase.
External network access
Connects to servers outside your machine
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 curated collection of specialized Claude Code plugins designed to enhance your development workflow with intelligent agents, skills, and commands.
Official claude code marketplace: https://github.com/anthropics/claude-code
This marketplace provides three comprehensive plugin collections:
Each plugin includes proactive agents that automatically assist with their specialized domains, plus skills and commands to streamline common development tasks.
/plugin marketplace add sgaunet/claude-plugins
For local development, you can also link a local folder:
git clone git@github.com:sgaunet/claude-plugins.git
claude
within claude:
/plugin marketplace add ./claude-plugins
/plugin
These plugins use gh and glab CLIs for GitHub/GitLab operations:
Authenticate after installation:
gh auth login
glab auth login
Repository: sgaunet/pplx
Provides AI-powered web search and question-answering capabilities through Perplexity AI.
Installation:
# Install from source
git clone https://github.com/sgaunet/pplx.git
cd pplx
go install
# Or download pre-built binary from releases
Configuration:
# Add to Claude Code MCP configuration
claude mcp add perplexity-ai -- pplx mcp-stdio
# Set environment variable
export PPLX_API_KEY="your-perplexity-api-key"
Environment Variables:
PPLX_API_KEY - Your Perplexity AI API key (get from perplexity.ai)Agents:
aws-specialist - AWS cloud architecture, Well-Architected Framework, cost optimizationcicd-specialist - GitHub Actions, GitLab CI, Forgejo Actions expertdatabase-specialist - PostgreSQL, MySQL optimization and schema designdevops-specialist - Terraform, Ansible, CloudFormation, cloud automationpostgresql-specialist - PostgreSQL 16+ advanced features, query optimization, replicationCommands:
/analyze-db-performance - PostgreSQL performance analysis with query and index insightsSkills: None yet
Use Cases:
Agents:
code-review-enforcer - Code quality, security, best practicesdebugger - Error analysis and root cause investigationdocs-architect - Long-form technical documentation (uses Opus model)html-first-frontend - HTMX, Alpine.js, Tailwind developmentlicense-specialist - Open source license compliance for SaaSpayment-integrator - Stripe, PayPal, subscription billingsecurity-auditor - Security vulnerability detectionCommands:
/analyze-and-create-issue - Analyze codebase issues and create GitHub/GitLab issues/analyze-pr - Comprehensive PR review for quality, security, and coverage/audit-codebase - Security and performance audit/check-claude-md-tokens - Monitor and optimize CLAUDE.md token count/commit - Generate conventional commit messages/create-issue - Create GitHub or GitLab issue/feature-flow - Complete git workflow orchestration (branch, issue, commit)/gen-claude - Generate or enhance CLAUDE.md with project guidance/upd-project-description - Update GitHub/GitLab project metadataUse Cases:
Agents:
golang-pro - Go 1.25+ expert with generics, concurrency, performance optimizationMaster Go 1.25+ development with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Skills: golangci-lint, goreleaser, go-tool (Go 1.24+ tool dependencies), go-blackbox (black box test enforcement), go-structure (project layout), GitHub Actions, GitLab CI. MCP: context7
Infrastructure as Code (Terraform, Ansible, CloudFormation), CI/CD pipelines (GitHub Actions, GitLab CI), and database specialists (PostgreSQL, MySQL) for DevOps workflows.
npx claudepluginhub sgaunet/claude-plugins --plugin software-engineeringInfrastructure as Code (Terraform, Ansible, CloudFormation), CI/CD pipelines (GitHub Actions, GitLab CI), and database specialists (PostgreSQL, MySQL) for DevOps workflows.
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Mindful AI coding framework — discipline over cleverness. Skill + 21 slash commands + 8 specialist agents + 5 runtime hooks + 15 default checklists + Master Orchestrator + Gravity hub. Works on any model tier (Opus/Sonnet/Haiku). Integrates Claude Design for visual work.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Full-stack agents — frontend, backend, API, DevOps architects
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>