Framework de DevOps com postura de execução segura — leitura livre, mutação sob confirmação por comando, destrutivo bloqueado. 19 skills cobrindo AWS, Kubernetes, Docker, Linux, Nginx, PostgreSQL, observabilidade, incidente, segurança, Proxmox, automação, performance, backup, Laravel, confiabilidade, FinOps, infraestrutura de IA e documentação contínua. 4 subagentes e guard script como segunda barreira.
Auditoria somente-leitura da plataforma — AWS, Kubernetes, segurança, custo e prontidão
Analisa custo AWS e identifica desperdício
Diagnostica um problema roteando para o domínio certo — somente leitura até propor
Gera runbook, inventário, ADR ou diagrama a partir da infraestrutura real
Conduz incidente em andamento — preserva evidência, investiga e propõe mitigação
Análise profunda de PostgreSQL — plano de execução, índice, bloat, lock, replicação e capacidade. Despachado quando o diagnóstico aponta o banco. Isolado porque ler pg_stat e planos consome muito contexto.
Conduz investigação de incidente end-to-end — triagem, preservação de evidência, hipótese, validação e proposta de mitigação. Despachado por /pwdev-devops:incidente. Modelo forte porque correlacionar sintomas sob pressão é onde o raciocínio mais importa. Propõe; nunca executa sozinho.
Auditoria somente-leitura da plataforma — AWS, Kubernetes, segurança, custo e prontidão. Despachado por /pwdev-devops:auditar. Isolado porque varrer a infra consome muito contexto. Não executa nenhuma mutação, por construção.
Gera e atualiza documentação técnica a partir da infraestrutura real — runbooks, inventário, ADRs e arquitetura, no Notion e no repositório. Despachado por /pwdev-devops:documentar. Coleta somente leitura.
Infraestrutura para IA — GPU, servidores MCP, gateway de LLM, pipeline de inferência, custo de token, cache semântico e observabilidade de modelo. Use quando o usuário disser "GPU", "MCP server", "LLM", "inferência", "modelo", "gateway de IA", "custo de token", "rate limit da API de IA", "self-host de modelo".
CI/CD e automação — GitHub Actions, Terraform, OpenTofu, Ansible, n8n. Use quando o usuário disser "pipeline", "CI/CD", "GitHub Actions", "workflow", "terraform", "ansible", "n8n", "automatizar", "deploy automático", "IaC".
Arquitetura e diagnóstico AWS — VPC, EC2, ECS, EKS, ALB, NLB, RDS, ElastiCache, S3, CloudFront, Route53, IAM, WAF, GuardDuty. Use quando o usuário disser "AWS", "VPC", "ALB", "RDS", "revisar a arquitetura", "Well-Architected", "subnet", "security group", "IAM", ou citar qualquer serviço AWS. Leitura livre; qualquer mudança passa pelo portão de confirmação.
Backup, restore, snapshot, PITR, retenção e plano de recuperação de desastre — S3, Glacier, RDS, PBS, pg_dump, WAL. Use quando o usuário disser "backup", "restore", "restaurar", "snapshot", "PITR", "desastre", "DR", "RTO", "RPO", "perdemos dado".
Cria e mantém o inventário da plataforma — contas AWS, clusters, ambientes, bancos, hosts e o mapeamento que distingue produção de staging. Use quando o usuário disser "configurar devops", "mapear a infra", "qual o ambiente", "cadastrar cluster", ou quando qualquer skill não encontrar .claude/pwdev-devops-context.md. Fundação: sem este arquivo, o plugin não sabe o que é produção — e trata tudo como produção.
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.
Read this in Português Brasileiro
Plugin marketplace for Claude Code.
Paulo Soares, CTO of PWDEV, a company focused on developing GovTech solutions, believes that artificial intelligence is fundamentally reshaping software development. More than a passing trend, this shift represents a new way to support professionals, extend capabilities, and bring greater consistency across the entire development lifecycle. Guided by this vision, PWDEV is making these solutions available to help teams work with more structure, quality, and predictability.
Our plugins turn Claude Code from a general-purpose coding assistant into a disciplined engineering partner through specialized agents, structured workflows, and domain-specific knowledge packs.
Core philosophy across all plugins:
Never execute without a plan. Never ship without verification.
All five plugins were rebuilt on the modern Claude Code plugin system. No slash command was renamed or removed — internals were restructured.
.planning/pwdev-audit.db, rows distinguished by the plugin column) is
now written by plugin hooks: real duration_ms/session_id,
config_changes finally populated. A secret-guard PreToolUse hook
blocks reads of .env/*.pem/*.key/id_rsa* in every plugin.references/ directory,
resolved via ${CLAUDE_PLUGIN_ROOT} (no more duplicated blocks or broken
relative paths)./audit — single-statement SELECT-only query guard; portable
POSIX shell throughout./pwdev-code:memory + versioned
.planning/memory/) feeding every spawn; lessons auto-captured from
rejected verifications and blocked reviews.verify → fix plans →
execute --fix (max 2 iterations); review gate blocks verify;
verify --strict runs 2 parallel verifiers (worst verdict wins)./pwdev-code:simplify — two-pass quality refactor (propose ≥80%
confidence → human approves by ID → apply + refactor commit).skill-user-stories + /pwdev-code:product stories (INVEST, Gherkin
ACs, definition of ready).references/pwdevia-method.md); /status now detects FAILED/CAVEATS.prd.json
structure finally defined; init no longer configures model profiles
(nothing here resolves a model).permissionMode,
mcpServers, non-official skills:) removed; skills passed as explicit
SKILL.md paths in spawn prompts; namespaced model overrides
(uiux-<agent>)./customize edits one line idempotently); single jq pass per render;
dynamic context/rate colors; formatted tokens (512k/1.2M); truncated
paths; safer install/uninstall.| Plugin | Description | Version | License |
|---|---|---|---|
| pwdev-code | Spec-driven development — 7 real subagents, curated memory, correction loops, 16 commands | 2.1.0 | Apache-2.0 |
| pwdev-uiux | UI/UX engineering — 6 real subagents, 5-phase workflow with gates, Figma, WCAG 2.1 AA | 2.0.0 | Apache-2.0 |
| pwdev-feat | Simplified feature development — PWDEVIA 7-question plans inline + real executor subagent | 2.0.0 | Apache-2.0 |
| pwdev-prd | Interview-driven PRD creation — 12-step inline interview, Markdown + canonical JSON | 2.0.0 | Apache-2.0 |
| pwdev-statusline | Rich terminal status line — dynamic colors, formatted tokens, fully configurable | 1.1.0 | Apache-2.0 |
npx claudepluginhub pwdev-solucoes/pwdev-claude-marketplace --plugin pwdev-devopsStack-agnostic UI/UX engineering framework for Claude Code — 6 real subagents + inline orchestrator/theme personas, 5-phase workflow with human gates, Figma integration, WCAG 2.1 AA, deterministic SQLite audit via hooks. Supports shadcn-vue, shadcn/ui, PrimeVue, Untitled UI, Tailwind Plus, and custom stacks.
Configure and manage Claude Code status line — installs a rich, configurable bash status bar (single-jq-pass, dynamic colors, formatted tokens, truncated paths) showing model, git branch, context usage, rate limits, and token counts.
PRD creation framework for Claude Code — 12-step interview-driven Product Requirements Documents, run inline (the interviewer talks to you; zero subagents by design), technology-agnostic, Markdown + canonical JSON export, deterministic SQLite audit via hooks.
Spec-driven development framework — hybrid orchestration with 7 real subagents (executor, simplifier, code-reviewer, QA, adversarial verifier, researcher, roadmap), curated project memory feeding every spawn, strict dual-verifier mode, 6 phases with correction loops, deterministic SQLite audit via hooks, and extensible skills that turn requirements into verified, traceable code.
Simplified AI-assisted feature development — PWDEVIA 7-question action plans created inline (interviewing you, max 2 rounds), executed by a real executor subagent with fresh context and IMPLEMENT/REPORT modes, deterministic SQLite audit via hooks. Fast, practical, no ceremony.
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
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.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Complete developer toolkit for Claude Code