TrevorEdris/fellowship-of-the-workflows

Repository to share AI-agent workflows

This repository also configures its own agents. See what fellowship-of-the-workflows tells them →

2Stars on the repository
136Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

brainstorm

25

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Structured design thinking for technical decisions. Captures constraints, surfaces assumptions, generates alternatives, analyzes trade-offs, and records decisions. Triggered by: brainstorm, design, explore options, what approach, how should we, which way.

not rated 2 2mo ago A 49 tokens

c4-architecture

26

TrevorEdris/fellowship-of-the-workflows

Skill Claude CodeCodex

Generate architecture documentation using C4 model Mermaid diagrams. Use when asked to create architecture diagrams, document system architecture, visualize software structure, create C4 diagrams, or generate context/container/component/deployment diagrams. Triggers include "architecture diagram", "C4 diagram"…

not rated 2 2mo ago A 82 tokens

chaos-review

27

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Adversarial code review that assumes the worst. Finds failure modes, race conditions, blast radius, and edge cases that optimistic reviewers miss. Use when you want brutal honesty about code resilience.

not rated 2 2mo ago A 42 tokens

cicd-pipeline

28

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Generate, optimize, and manage CI/CD pipelines for GitHub Actions and GitLab CI. Creates working pipeline configs tailored to your project's tech stack with built-in caching, secret handling, matrix testing, and deployment strategies. Triggered by: CI/CD, pipeline, GitHub Actions, GitLab CI, deploy, deployment…

not rated 2 2mo ago A 87 tokens

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Identifies the right software design pattern for a given coding task. Use this skill whenever the user is designing a class, module, system, or architecture and would benefit from a known pattern — or when they're about to misapply one. Triggers include: asking "what pattern should I use", "how should I structure…

not rated 2 2mo ago A 185 tokens

code-review

30

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Perform thorough code review on a PR using the Pragmatic Quality framework. Integrates with Jira to validate implementation matches ticket requirements. Use when reviewing pull requests or providing PR feedback.

not rated 2 2mo ago A 38 tokens

TrevorEdris/fellowship-of-the-workflows

Skill Claude CodeCodex

Design SQL and NoSQL database schemas. Covers normalization, indexing, migration patterns, constraints, and performance tuning. Triggered by: design a schema, create tables, database design, data model, normalize this, add indexes, migration strategy, ERD, entity relationship. Use when the user describes entities and…

not rated 2 2mo ago A 79 tokens

design-review

33

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Design review for front-end code changes using Playwright for live browser testing. Covers visual hierarchy, accessibility (WCAG AA+), responsive design, and interaction patterns. Use when reviewing UI/UX changes before merge.

not rated 2 2mo ago A 46 tokens

desloppify

34

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Identify and remove AI slop from code comments, documentation, and prose. Use when cleaning up AI-generated output, reviewing for AI tells, or improving signal-to-noise ratio in any text.

not rated 2 2mo ago A 44 tokens

e2e-testing

35

TrevorEdris/fellowship-of-the-workflows

Skill Claude CodeCodex

Scaffold E2E and integration tests using Playwright. Covers Page Object Model setup, test data management, configuration generation, coverage tracking, and CI/CD integration. Triggered by: set up Playwright, write E2E tests, integration test, end-to-end test, test this user flow, scaffold test suite, browser testing.…

not rated 2 2mo ago A 96 tokens

eval

36

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Run skill evaluations, generate golden test files, and promote learnings. Wraps the fotw eval CLI with interactive guidance.

not rated 2 2mo ago A 27 tokens

event-driven

37

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Design event-driven architectures using message brokers and event streams. Covers broker selection (Kafka, SQS, Pub/Sub, RabbitMQ, NATS), producer/consumer patterns, outbox pattern, exactly-once vs at-least-once semantics, event schema versioning, and consumer group design. Use when building pub/sub systems, event…

not rated 2 2mo ago A 82 tokens

git-workflow

38

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Interactive git workflow assistant. Generates conventional commits, PR descriptions, enforces branch naming, guides merge conflict resolution, manages worktrees, and handles branch completion. Triggered by: commit, PR, branch, merge conflict, worktree, finish branch, conventional commit, squash, rebase.

not rated 2 2mo ago A 62 tokens

incident-management

39

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Cross-platform incident management router. Detects the alerting/on-call platform in use (Grafana IRM, incident.io, Better Stack, Datadog, PagerDuty) and routes to the appropriate specialist skill. Handles platform-agnostic tasks — alert design, on-call setup, runbook authoring, and blameless postmortems — without…

not rated 2 2mo ago A 78 tokens

mermaid-diagrams

40

TrevorEdris/fellowship-of-the-workflows

Skill Claude CodeCodex

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes…

not rated 2 2mo ago A 143 tokens

observability

41

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Instrument, audit, and configure observability for services using OpenTelemetry or Datadog. Detects which backend the project uses and routes to the appropriate specialist agent. Modes: instrument, audit, dashboard, alert, slo.

not rated 2 2mo ago A 48 tokens

orchestrate

42

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Coordinate multiple subagents to complete a large task. Decomposes work, delegates to specialists, aggregates results, handles failures. Use for tasks spanning multiple domains or requiring parallel workstreams.

not rated 2 2mo ago A 41 tokens

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Analyze code for performance bottlenecks including N+1 queries, algorithmic complexity, memory leaks, caching gaps, bundle size issues, and database query optimization. Triggered by: slow query, performance issue, N+1, memory leak, optimize this, bundle size, cache miss, profiling, this is slow, latency. Produces a…

not rated 2 2mo ago A 90 tokens

plan-validator

44

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Validate implementation plans for completeness, specificity, and actionability. Catches vague language, missing sections, and untestable outcomes.

not rated 2 2mo ago A 29 tokens

prd-author

45

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Interactive PRD creation and iteration for non-technical users. Use this skill whenever the user wants to define product requirements, write a PRD, spec out a feature, describe what to build, or says "what should we build", "write requirements", "create a PRD", "define the product". Also use when updating an existing…

not rated 2 2mo ago A 106 tokens

prd-to-roadmap

46

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Translates an approved PRD into a unified ROADMAP.md with phased feature descriptions and implementation checklists. Use this skill whenever an engineer receives a PRD and needs to break it into phases, when the user asks "how do I turn this PRD into a plan", "create a roadmap from requirements", or "decompose this…

not rated 2 2mo ago A 94 tokens

prd-validator

47

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Validates PRD.md files for structural completeness, specificity, and actionability before handoff to engineering. Use this skill whenever a PRD exists and needs quality review, before handing requirements to engineers, when the user asks "is this PRD ready" or "validate my requirements", or automatically after…

not rated 2 2mo ago A 98 tokens

refactoring

48

TrevorEdris/fellowship-of-the-workflows

Skill Claude Code

Systematic code refactoring with smell detection, safe transformation patterns, and test-verified execution. Triggered by: refactor this, clean up this code, code smells, extract method, dead code, reduce complexity, this code is messy, too much coupling, simplify this. Analyzes code structure, produces a prioritized…

not rated 2 2mo ago A 82 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: