ssl
49Command
Set up SSL/TLS with automatic certificates using Traefik or Nginx reverse proxy.
Command
Set up SSL/TLS with automatic certificates using Traefik or Nginx reverse proxy.
Command
Diagnose Docker issues - container failures, networking problems, permission errors, and port conflicts.
Skill Claude CodeCodex
Generate Compose configs with services, networking, volumes, and health checks.
Skill Claude CodeCodex
Configure database containers with security, persistence, and health checks.
Skill Claude CodeCodex
Reference Docker and Compose documentation for configuration patterns and best practices.
Skill Claude CodeCodex
Initialize Docker environment with Dockerfile, compose config, and .dockerignore.
Skill Claude CodeCodex
Diagnose container failures, networking issues, permissions, and port conflicts.
Plugin Claude Code
Generate and maintain documentation from code with drift detection. Validates docs against source, auto-generates from code patterns, syncs outdated content, and provides reusable templates for consistent documentation.
Agent
Specialized documentation writer and reviewer with code-to-docs generation and drift detection.
Command
Detect and fix drift between documentation and source code.
Command
List, view, and apply documentation templates.
Skill Claude CodeCodex
Specialized documentation writer and reviewer with code-to-docs generation and drift detection.
Plugin Claude Code
Plugin marketplace listing 6 plugins: maestro, prd-builder, taskmanager, scribe, architect.
Instructions file
Claude Code instructions for mwguerra/plugins, covering claude.md, what this repo is, the suite — how the six plugins compose, plugin anatomy and commands.
Plugin Claude Code
The system-design layer between PRD and tasks: architecture is tradeoffs, not best-practices. Right-sizes the present with ZERO speculative complexity, places clean seams with explicit extraction triggers for likely futures, decides the irreversibles (data model, boundaries, contracts) early and defers the reversible.
Agent
Use this agent when a change needs a system-design decision — designing or building a system, defining module/service boundaries or a data model, settling interface/API contracts, reasoning about scale, or whenever a PRD is ready to be turned into an architecture. This agent should be triggered proactively when a user…
Agent
Independent, adversarial, refute-first challenger of a proposed or existing architecture. Dispatched by architect:design (method step 7), architect:review, and architect:refine to attack a design before it is written into docs/ — assuming it is flawed and demanding evidence. Evaluates six lenses: leaking/chatty…
Command
Design the system between the PRD and tasks — right-size the present, place clean seams with explicit extraction triggers, decide the irreversibles, adversarially challenge the design, and write a verifiable architecture + ADRs into docs/architecture/ and docs/adr/ per scribe's contract.
Command
Evolve an existing design — update docs/architecture/ and supersede/add ADRs for new requirements, a fired extraction trigger, or review findings, then re-run the design-adversary on the change.
Command
Adversarially challenge an existing design (docs/architecture/ + docs/adr/) — multi-vote, structured findings, read-only and advisory.
Skill Claude CodeCodex
Use whenever a change needs a system-design decision — architecture, system design, data model, module/service boundaries, interface/API contracts, scalability/scale, or an ADR. The canonical discipline for designing systems: architecture is tradeoffs, engineered, never over-engineered. Right-size the present, place…
Plugin Claude Code
Opinionated Laravel + Filament 5 + Pest engineering conventions, applied by default on Laravel projects. Encodes how to build correctly here: artisan-first file creation, Eloquent/migration/queue/scheduler patterns, and a strict Filament 5 UI standard (schemas organized with sections/fieldsets/tabs, clusters for multi.
Skill Claude CodeCodex
The house rules for building Filament v5 panels — schema layout (sections/fieldsets/tabs), clusters for multi-domain pages, navigation grouping, list-page stat widgets, grouped row actions with named delete confirmations, relation managers with create/delete, save-redirects, no create-another, field hints, inline…
Skill Claude CodeCodex
Opinionated CORE Laravel 13 + Pest 5 conventions, applied by default on any Laravel project — artisan-first file creation, Eloquent/migration/queue/ scheduler patterns, fail-closed multi-tenancy, parallel-safe tests, and a "verified before done" bar. Composes with (never duplicates) maestro's stack-agnostic…