Back to the catalog

proportione-plugins

Marketplace con 9 skills de QA y 8 guías de playbook para equipos que usan Claude Code en producción. Cubre revisión profunda de código, aud

Open source Repository Open in the app JSON README (API)

About

Marketplace con 9 skills de QA y 8 guías de playbook para equipos que usan Claude Code en producción. Cubre revisión profunda de código, auditoría OWASP (Semgrep), validación arquitectónica contra convenciones declaradas en CLAUDE.md, análisis de rendimiento (N+1, Web Vitals, dimensionado GCP), QA completa de WordPress, regresión visual con Playwright, validación IaC Terraform (Checkov), triaje automatizado de bugs y actualización de whitepapers QA. Cada plugin resuelve una fricción real detectada durante tres meses de uso interno en Proportione gestionando 13 sitios WordPress, 4 microservicios GCP y un monorepo científico.

Details

Kind
Plugins
Topic
Cloud & DevOps
Publisher
proportione
Origin
marketplace
Category
ferramentas
Last push
2026-04-23T11:06:12Z
Repository state
ativo
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
proportione/proportione-plugins/proportione-plugins

README

# Proportione Plugins — Claude Code Playbook

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Claude Code](https://img.shields.io/badge/Claude_Code-marketplace-D97706)](https://docs.claude.com/en/docs/claude-code/plugins)
[![Plugins](https://img.shields.io/badge/plugins-9-5F322F)](#plugins-9-qa-skills)
[![Guides](https://img.shields.io/badge/guides-8-3B431C)](#playbook-guides)
[![Last commit](https://img.shields.io/github/last-commit/Proportione/proportione-plugins)](https://github.com/Proportione/proportione-plugins/commits/main)

**One-liner install:**

```bash
claude plugin marketplace add Proportione/proportione-plugins
```

---

How a 1-3 person IT consultancy uses Claude Code to manage 13 WordPress sites, 4 GCP microservices, a scientific monorepo, and IaC infrastructure — with quality.

## What's here

This repo is both a **Claude Code plugin marketplace** (installable skills) and a **playbook** of everything we've learned using Claude Code in production since early 2026.

### Plugins (9 QA skills)

Install the marketplace, then pick what you need:

```bash
claude plugin marketplace add Proportione/proportione-plugins
claude plugin install deep-review@proportione-plugins
```

| Plugin | What it does |
|--------|-------------|
| `deep-review` | Deep code review for PRs, commits, or files — logic, naming, complexity, tests, security |
| `check-security` | OWASP-based security audit with Semgrep and manual analysis |
| `check-architecture` | Validate code against architectural conventions defined in CLAUDE.md |
| `check-performance` | Performance analysis: N+1 queries, bundle size, Web Vitals, Lighthouse, GCP sizing |
| `check-wordpress` | Full WordPress QA: accessibility, SEO, links, images, security, performance |
| `check-wp-visual` | Visual regression testing for WordPress sites using Playwright |
| `check-terraform` | IaC validation: terraform validate/plan + Checkov + Semgrep |
| `triage-bug` | Automated bug triage: error analysis, root cause, fix, and PR creation |
| `update-whitepaper` | Monthly QA whitepaper update with metrics collection and source research |

### Playbook (guides)

Hard-won lessons from running Claude Code in a real production environment:

| Guide | Topic |
|-------|-------|
| [CLAUDE.md as Contract](guides/claude-md-as-contract.md) | How we use CLAUDE.md as an architectural contract, not documentation |
| [MCP Servers](guides/mcp-servers.md) | Building MCP servers for ticketing, CRM, BI — and keeping auth working |
| [Playwright Tricks](guides/playwright-tricks.md) | Automating Google services, Synology DSM, Looker Studio, and more |
| [QA Framework](guides/qa-framework.md) | The five-layer QA model for AI-generated code |
| [Operational Rules](guides/operational-rules.md) | Governance rules for Claude Code in automation pipelines |
| [GCP Patterns](guides/gcp-patterns.md) | Cloud Run, Firestore, BigQuery patterns we use daily |
| [Sales & Marketing](guides/sales-marketing-with-claude.md) | CRM, prospecting, content, social media — all from the terminal |
| [Spec-Driven Ecosystem](guides/spec-driven-ecosystem.md) | GSD, Superpowers, SuperClaude, Alfred Dev — how spec tools complement QA |

## Our stack

- **WordPress** (13 sites): Elementor Pro + SiteGround
- **Backend**: Node.js 20 (Cloud Run), Python 3.14 (FastAPI), Terraform + Ansible
- **GCP**: Cloud Run, Firestore, BigQuery, Cloud Tasks, Vertex AI
- **QA tools**: Semgrep, Checkov, Lighthouse, Playwright, axe-core
- **IA stack**: Claude Code (architect) + Qwen 2.5 Coder 14B local (routine tasks)

## Why publish this

We wrote a [whitepaper](guides/qa-framework.md) arguing that AI-generated code needs AI-assisted QA. These are the tools we built to back that argument. If you run a small team writing code with Claude, these skills and patterns might save you time.

## Community

- [Discussions](https://github.com/Proportione/proportione-plugins/discussions) — questions, ideas, use cases
- [Issues](https://github.com/Proportione/proportione-plugins/issues) — bugs, feature requests
- [Contributing](CONTRIBUTING.md) — how to propose changes
- [Security policy](SECURITY.md) — how to report vulnerabilities
- [Code of conduct](CODE_OF_CONDUCT.md)

## License

[MIT](LICENSE)

---

Built by [Proportione](https://proportione.com) — strategy, technology, and people.

More