TrevorEdris/fellowship-of-the-workflows
Plugin Claude Code
Reusable AI agent workflows — skills, agents, hooks, and rules for Claude Code and 8 other tools.
TrevorEdris/fellowship-of-the-workflows
Plugin Claude Code
Reusable AI agent workflows — skills, agents, hooks, and rules for Claude Code and 8 other tools.
TrevorEdris/fellowship-of-the-workflows
Instructions file
Claude Code instructions for TrevorEdris/fellowship-of-the-workflows, covering claude.md, project overview, commands, setup and list available workflows.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent for comprehensive WCAG accessibility auditing of web interfaces. Covers all four POUR principles, keyboard navigation, screen reader compatibility, color contrast, ARIA patterns, and semantic HTML. Requires Playwright MCP for live browser testing.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent when you need to visualize UI concepts through ASCII mockups before implementation.
TrevorEdris/fellowship-of-the-workflows
Agent
Adversarial code reviewer. Assumes the worst about every change. Identifies failure modes, security gaps, race conditions, and edge cases that optimistic reviewers miss. Read-only — critiques but never fixes.
TrevorEdris/fellowship-of-the-workflows
Agent
Detects misapplied, unnecessary, or missing design patterns in code. Proactively identifies over-engineering (pattern soup, speculative generality), under-engineering (God objects, anemic models), and language-idiomatic replacements for ceremonial patterns. Use during code review or when structural concerns are the…
TrevorEdris/fellowship-of-the-workflows
Agent
Find similar implementations, usage examples, or existing patterns that can be modeled after. Provides concrete code examples with file locations and context.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent for comprehensive design review on front-end pull requests or UI changes. Trigger when a PR modifies UI components, styles, or user-facing features; when verifying visual consistency, accessibility, or UX quality; when testing responsive design; or when ensuring new UI meets world-class standards.…
TrevorEdris/fellowship-of-the-workflows
Agent
AI slop detection and removal specialist. Scans code comments, documentation, and prose for AI-generated noise and removes or rewrites them to maximize signal-to-noise ratio.
TrevorEdris/fellowship-of-the-workflows
Agent
Documentation synchronization specialist. Analyzes code changes and generates accurate, current documentation. Ensures docs match reality.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent to review E2E and integration tests for quality, skeleton compliance, test isolation, and maintainability. Invoke after writing tests or during code review of test files. Focuses on structural correctness and test design, not application logic.
TrevorEdris/fellowship-of-the-workflows
Agent
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. Use when building web components, pages, or applications from scratch or from a design direction. Implements with bold aesthetic choices, semantic HTML, accessibility baked in, and Playwright verification.
TrevorEdris/fellowship-of-the-workflows
Agent
Default agent for handling complex, multi-step tasks with automatic delegation capabilities.
TrevorEdris/fellowship-of-the-workflows
Agent
Mermaid diagram specialist for creating flowcharts, sequence diagrams, ERDs, and architecture visualizations.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent to coordinate multiple subagents for large, multi-faceted tasks. Decomposes work into dependency-aware subtasks, delegates to specialist agents, aggregates results, and handles failures. Invoke when a task spans multiple domains (e.g., code + tests + docs + security), requires parallel workstreams, or…
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent for performance-focused analysis of application code, database queries, and system architecture. Invoke when profiling bottlenecks, optimizing slow queries, reducing bundle size, or detecting memory leaks. Produces a structured performance report with prioritized findings.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent when you need a thorough code review that balances engineering excellence with development velocity. Invoke after completing a logical chunk of code, implementing a feature, or before merging a pull request. Focuses on substantive issues while also addressing style.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent for systematic code refactoring — code smell detection, extract method, rename symbol, dead code removal, dependency inversion, and safe transformation patterns. Invoke when improving code structure without changing behavior, paying down tech debt, or preparing code for a new feature.
TrevorEdris/fellowship-of-the-workflows
Agent
Read-only codebase exploration agent for reverse engineering. Discovers functional scope by analyzing routing, tests, directory structure, interfaces, dependencies, and documentation. Outputs structured scope reports with confidence-scored functional units.
TrevorEdris/fellowship-of-the-workflows
Agent
Use this agent for security-focused code review to identify HIGH-CONFIDENCE vulnerabilities with real exploitation potential. Minimizes false positives with >80% confidence threshold. Based on Anthropic's claude-code-security-review methodology.
TrevorEdris/fellowship-of-the-workflows
Agent
Reviews architecture decisions, system designs, and technical proposals against distributed systems best practices. Identifies missing resilience patterns, scalability risks, data consistency hazards, and anti-patterns. Use for RFC reviews, design document audits, ADR evaluation, or architecture Q&A. Complements…
TrevorEdris/fellowship-of-the-workflows
Agent
Specialist debugging agent for root cause analysis. Delegate to when a bug requires focused investigation. Follows the four-phase systematic debugging methodology. Will not propose fixes until root cause is confirmed.
TrevorEdris/fellowship-of-the-workflows
Agent
Strict TDD enforcement agent. Guides the RED-GREEN-REFACTOR cycle, validates test-first compliance, and blocks implementation without failing tests.
TrevorEdris/fellowship-of-the-workflows
Agent
Expert UI/UX design critic and advisor who provides research-backed, opinionated feedback on interfaces. Use when you need honest assessment of design decisions, want to avoid generic "AI slop" aesthetics, need evidence-based UX guidance, or want distinctive design direction grounded in actual user behavior research.…