Workflows that work

See how developers combine plugins to solve real problems. Curated recipes for common challenges.

Use case of the day

Onboard onto an Unfamiliar Repo

Get an unfamiliar repo running, decode its build, find where your first change goes, and trace a user action end to end.

~15 min1 pluginView workflow →
New

Harden an LLM Feature Before You Ship

Scaffold a real eval suite with a CI gate, make structured output reliable, and audit token cost for an LLM feature. Turns a promising prototype into something you can ship with confidence.

LH
llm-app-hardenerHarden an LLM Feature Before You Ship

Pin behavior with an eval suite

Eval suite, CI gate, and Baseline scores

Make structured output reliable

Schema validation, Retry on failure, and Native structured output

Cut token and cost waste

Cost report, Token savings, and Prompt fixes

New

Accessible, Localized UI for the EAA

Prepare a UI for the European Accessibility Act and a new market. Remediate accessibility and keyboard issues, then internationalize hardcoded strings into an ICU-correct translation catalog.

AR
a11y-i18n-remediatorAccessible, Localized UI for the EAA

Audit for WCAG 2.2 violations

WCAG 2.2 report, ARIA violations, and Contrast failures

Fix keyboard and focus

Keyboard reachability, Correct focus order, and Visible focus rings

Extract UI strings

Extracted strings, ICU MessageFormat, and Catalog keys

Validate the new locale

Missing keys, ICU issues, and Catalog health

New

Keep Your API and Spec in Sync

Turn a drifted API spec back into the source of truth. Reconcile the spec against your code, add validation and RFC 9457 errors to your handlers, then gate the release on a breaking-change verdict.

AK
api-contract-keeperKeep Your API and Spec in Sync

Reconcile the spec with the code

Drift report, Reconciled spec, and Undocumented routes

Harden the endpoints

Request validation, RFC 9457 errors, and Idempotency keys

Classify changes before release

Breaking-change list, Semver verdict, and Consumer impact

New

From Red CI to Resolved Incident

On-call in a box. Classify a CI failure and get the exact fix, review the workflow for the security and speed issues that caused it, and generate a blameless postmortem when the incident warrants one.

CM
ci-incident-medicCI & incidents

Triage the failure

Failure class, Offending step, and Corrected YAML

Harden the workflow

Security findings, Speed improvements, and Pinned & least-privilege config

Draft the postmortem

Blameless writeup, Contributing factors, and Action items

New

Zero-Downtime Schema Migration

The DBA-in-a-box workflow. Turn a locking migration into a zero-downtime expand-contract plan, right-size indexes, catch N+1s, and pin behavior with tests - no database connection needed.

SS
sql-safety-netDatabase safety
TG
test-generatorGenerate tests

Rewrite the migration safely

Lock analysis, Expand-contract plan, and Reversible steps

Add the right index

Index recommendation, Column order rationale, and CONCURRENTLY DDL

Hunt for N+1 queries

N+1 findings, File:line evidence, and Eager-load fixes

Lock in behavior with tests

Characterization tests, Behavior coverage, and Regression safety

New

Safe Ship Pipeline

The complete pre-flight for shipping. Rewrite unsafe migrations, validate manifests, prepare a semver-correct commit and PR, and triage CI failures without leaving your editor.

SS
sql-safety-netMigration safety
CM
ci-incident-medicDeploy & CI
RC
release-conductorPrepare release

Make the migration safe

Hazard table, Safe rewrite, and Rollback migration

Pre-flight the deploy

PASS/WARN/FAIL gate, Corrected manifests, and Probe & limit fixes

Prepare the commit and PR

Conventional commit, Semver recommendation, and PR description

Triage CI if it goes red

Root cause, Evidence, and Corrected workflow

For Learners

Learning a New Codebase

Turn any codebase into a personal classroom. Get interactive lessons, trace real workflows, and build reference docs tailored to your level.

CT
code-tutorInteractive learning
LA
legacy-analyzerTrace workflows
DG
doc-generatorBuild reference

Deep-dive into concepts

Pattern breakdown, Concept explanations, and Mental models

Practice with real code

Practice exercises, Solution guides, and Pattern drills

Trace real workflows

Flow diagrams, Step-by-step trace, and Data transformations

Build personal reference

Reference guide, Annotated examples, and Architecture overview

Best Practice

Code Quality Review

Comprehensive codebase health check covering security, performance, test coverage, and documentation freshness. Fix what matters most.

CA
code-auditorAudit code
TG
test-generatorFill test gaps
DG
doc-generatorUpdate docs

Run comprehensive audit

Security report, Quality analysis, and Performance findings

Generate audit report

HTML report, Composite score, and Remediation roadmap

Fill test coverage gaps

Coverage report, New test files, and Edge case tests

Sync documentation

Drift report, Updated docs, and README refresh

Operations

Data Migration Workflow

Reliably convert between JSON, CSV, XML, YAML and more, with schema validation and automated integrity tests at every step.

DC
data-converterConvert data
CA
code-auditorAudit quality
TG
test-generatorTest integrity

Validate source data

Validation report, Data quality score, and Issue catalog

Convert and transform

Converted data, Transform log, and Field mapping

Audit migration scripts

Script review, Edge case alerts, and Fix suggestions

Generate integrity tests

Record count checks, Field validation, and Referential integrity

Developer Essential

API Documentation Pipeline

Turn undocumented APIs into fully documented, schema-validated, and integration-tested endpoints. From code to OpenAPI spec in minutes.

DG
doc-generatorGenerate docs
DC
data-converterValidate schemas
TG
test-generatorTest endpoints

Generate OpenAPI docs

OpenAPI spec, Endpoint catalog, and Auth documentation

Generate API README

API quickstart, Usage examples, and Auth guide

Validate and generate schemas

TypeScript types, JSON schemas, and Validation rules

Create integration tests

Integration tests, Error case coverage, and CI-ready suite

High Impact

Legacy Modernization

Reverse-engineer undocumented systems, identify security and performance issues, then create comprehensive tests as a safety net before any refactoring begins.

LA
legacy-analyzerAnalyze legacy code
CA
code-auditorAudit issues
TG
test-generatorGenerate tests

Extract business logic

Business rules map, Validation catalog, and Workflow diagrams

Uncover hidden dependencies

Dependency map, Magic values list, and Coupling report

Audit for vulnerabilities

Security report, Performance issues, and Remediation plan

Generate safety-net tests

Characterization tests, Behavior coverage, and Regression safety

Quick Win

SEO Launch Checklist

Audit meta tags, validate structured data, and ensure your site is search-engine ready before launch. One plugin, maximum impact.

SO
seo-optimizerSEO optimization

Run a full SEO audit

Issue report, Priority ranking, and SEO score

Fix critical issues

Meta tags fixed, OG tags added, and Structured data

Generate final report

Launch report, Score comparison, and Deploy checklist

Team Favorite

Codebase Onboarding

Combine analysis, interactive teaching, and documentation to understand any codebase deeply. Get new team members productive in hours, not weeks.

LA
legacy-analyzerAnalyze code
CT
code-tutorLearn patterns
DG
doc-generatorGenerate docs

Map the codebase

Architecture map, Dependency graph, and Pattern catalog

Deep-dive into key areas

Module breakdown, Business logic docs, and Integration points

Interactive walkthroughs

Guided tours, Q&A sessions, and Pattern explanations

Generate team docs

Onboarding guide, Architecture docs, and Module reference

Most Popular

Full Testing Pipeline

Set up automated test generation, coverage analysis, and continuous quality checks. Goes from zero tests to comprehensive coverage in one session.

TG
test-generatorGenerate tests
CA
code-auditorQuality check
DG
doc-generatorDocument tests

Analyze your codebase

Coverage report, Gap analysis, and Priority ranking

Generate test suites

Unit tests, Integration tests, and Edge cases

Audit test quality

Quality score, Fix suggestions, and Pattern review

Document coverage

Testing guide, Coverage report, and CI/CD config