[2.6.0] Remove feedback-codifier agent, update docs theme and style

- Remove feedback-codifier agent from workflow agents (24 → 23 agents)
- Update all component counts across plugin.json, README, and docs site
- Update docs CSS theme (hue: 243, saturation: 1, contrast: 0.71)
- Apply Every style guide fixes (number formatting: "2" → "two", etc.)
- Add v2.6.0 changelog entry to docs site

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-11-26 11:58:29 -08:00
parent 1da08afa00
commit 733e59a7a5
13 changed files with 90 additions and 145 deletions

View File

@@ -11,8 +11,8 @@
"plugins": [
{
"name": "compounding-engineering",
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 17 specialized agents, 6 commands, and 1 skill.",
"version": "1.1.0",
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 23 specialized agents, 16 commands, and 11 skills.",
"version": "2.6.0",
"author": {
"name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen",

View File

@@ -1,7 +1,7 @@
{
"name": "compounding-engineering",
"version": "2.5.0",
"description": "AI-powered development tools. 24 agents, 16 commands, 11 skills, 2 MCP servers for code review, research, design, and workflow automation.",
"version": "2.6.0",
"description": "AI-powered development tools. 23 agents, 16 commands, 11 skills, 2 MCP servers for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",

View File

@@ -5,6 +5,12 @@ All notable changes to the compounding-engineering plugin will be documented in
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.6.0] - 2024-11-26
### Removed
- **`feedback-codifier` agent** - Removed from workflow agents. Agent count reduced from 24 to 23.
## [2.5.0] - 2024-11-25
### Added

View File

@@ -6,7 +6,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
| Component | Count |
|-----------|-------|
| Agents | 24 |
| Agents | 23 |
| Commands | 16 |
| Skills | 11 |
| MCP Servers | 2 |
@@ -47,13 +47,12 @@ Agents are organized into categories for easier discovery.
| `design-iterator` | Iteratively refine UI through systematic design iterations |
| `figma-design-sync` | Synchronize web implementations with Figma designs |
### Workflow (6)
### Workflow (5)
| Agent | Description |
|-------|-------------|
| `bug-reproduction-validator` | Systematically reproduce and validate bug reports |
| `every-style-editor` | Edit content to conform to Every's style guide |
| `feedback-codifier` | Codify feedback patterns into reviewer agents |
| `lint` | Run linting and code quality checks on Ruby and ERB files |
| `pr-comment-resolver` | Address PR comments and implement fixes |
| `spec-flow-analyzer` | Analyze user flows and identify gaps in specifications |

View File

@@ -1,48 +0,0 @@
---
name: feedback-codifier
description: Use this agent when you need to analyze and codify feedback patterns from code reviews or technical discussions to improve existing reviewer agents. Examples: <example>Context: User has provided detailed feedback on a Rails implementation and wants to capture those insights. user: 'I just gave extensive feedback on the authentication system implementation. The developer made several architectural mistakes that I want to make sure we catch in future reviews.' assistant: 'I'll use the feedback-codifier agent to analyze your review comments and update the kieran-rails-reviewer with these new patterns and standards.' <commentary>Since the user wants to codify their feedback patterns, use the feedback-codifier agent to extract insights and update reviewer configurations.</commentary></example> <example>Context: After a thorough code review session with multiple improvement suggestions. user: 'That was a great review session. I provided feedback on service object patterns, test structure, and Rails conventions. Let's capture this knowledge.' assistant: 'I'll launch the feedback-codifier agent to analyze your feedback and integrate those standards into our review processes.' <commentary>The user wants to preserve and systematize their review insights, so use the feedback-codifier agent.</commentary></example>
model: opus
color: cyan
---
You are an expert feedback analyst and knowledge codification specialist. Your role is to analyze code review feedback, technical discussions, and improvement suggestions to extract patterns, standards, and best practices that can be systematically applied in future reviews.
When provided with feedback from code reviews or technical discussions, you will:
1. **Extract Core Patterns**: Identify recurring themes, standards, and principles from the feedback. Look for:
- Architectural preferences and anti-patterns
- Code style and organization standards
- Testing approaches and requirements
- Security and performance considerations
- Framework-specific best practices
2. **Categorize Insights**: Organize findings into logical categories such as:
- Code structure and organization
- Testing and quality assurance
- Performance and scalability
- Security considerations
- Framework conventions
- Documentation standards
3. **Formulate Actionable Guidelines**: Convert feedback into specific, actionable review criteria that can be consistently applied. Each guideline should:
- Be specific and measurable
- Include examples of good and bad practices
- Explain the reasoning behind the standard
- Reference relevant documentation or conventions
4. **Update Existing Configurations**: When updating reviewer agents (like kieran-rails-reviewer), you will:
- Preserve existing valuable guidelines
- Integrate new insights seamlessly
- Maintain consistent formatting and structure
- Ensure guidelines are prioritized appropriately
- Add specific examples from the analyzed feedback
5. **Quality Assurance**: Ensure that codified guidelines are:
- Consistent with established project standards
- Practical and implementable
- Clear and unambiguous
- Properly contextualized for the target framework/technology
Your output should focus on practical, implementable standards that will improve code quality and consistency. Always maintain the voice and perspective of the original reviewer while systematizing their expertise into reusable guidelines.
When updating existing reviewer configurations, read the current content carefully and enhance it with new insights rather than replacing valuable existing knowledge.

View File

@@ -7,9 +7,9 @@
:root {
/* Theme configuration */
--theme-hue: 250;
--theme-saturation: 0.3;
--theme-contrast: 0.85;
--theme-hue: 243;
--theme-saturation: 1;
--theme-contrast: 0.71;
/* Fonts */
--font-text: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Compounding Engineering - AI-Powered Development Tools for Claude Code</title>
<meta content="AI-powered development tools that get smarter with every use. 24 agents, 16 commands, 11 skills, 2 MCP servers." name="description" />
<meta content="AI-powered development tools that get smarter with every use. 23 agents, 16 commands, 11 skills, two MCP servers." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- Open Graph -->
@@ -57,14 +57,14 @@
<section class="hero-section">
<div class="heading hero centered">
<a href="https://github.com/EveryInc/every-marketplace/releases" class="eyebrow">
<i class="fa-solid fa-rocket"></i> Version 2.5.0 released!
<i class="fa-solid fa-rocket"></i> Version 2.6.0 released!
</a>
<h1 class="balanced">
AI-Powered Development Tools That Get Smarter With Every Use
</h1>
<p class="paragraph m secondary balanced">
Make each unit of engineering work easier than the last. 24 specialized agents, 16 powerful commands,
11 intelligent skills, and 2 MCP servers for code review, research, design, and workflow automation.
Make each unit of engineering work easier than the last. 23 specialized agents, 16 powerful commands,
11 intelligent skills, and two MCP servers for code review, research, design, and workflow automation.
</p>
<div class="button-group margin-paragraph centered">
<a href="#install" class="button primary">
@@ -81,7 +81,7 @@
<section class="stats-section">
<div class="stats-container">
<div class="stat-card">
<div class="stat-number">24</div>
<div class="stat-number">23</div>
<div class="stat-label">Specialized Agents</div>
</div>
<div class="stat-card">
@@ -127,7 +127,7 @@
<p class="pillar-description">
Before writing a single line of code, gather context. Research agents explore
documentation, analyze git history, and find best practices. The <code>/workflows:plan</code>
command orchestrates 3 research agents in parallel to create comprehensive implementation plans.
command orchestrates three research agents in parallel to create comprehensive implementation plans.
</p>
<div class="pillar-tools">
<span class="tool-tag">framework-docs-researcher</span>
@@ -163,7 +163,7 @@
<h3>Assess</h3>
<p class="pillar-tagline">Multiple perspectives, comprehensive coverage</p>
<p class="pillar-description">
The <code>/workflows:review</code> command launches 12+ review agents in parallel: security,
The <code>/workflows:review</code> command launches 12 or more review agents in parallel: security,
performance, architecture, data integrity, patterns, and more. Findings are categorized by
severity (P1/P2/P3) and stored as actionable todo files.
</p>
@@ -183,13 +183,11 @@
<p class="pillar-tagline">Turn solutions into knowledge</p>
<p class="pillar-description">
Every solved problem should teach the system. The <code>/workflows:codify</code> command
captures solutions as searchable documentation. The <code>feedback-codifier</code> agent
extracts patterns from code reviews to improve future reviews.
captures solutions as searchable documentation with YAML frontmatter for fast lookup.
</p>
<div class="pillar-tools">
<span class="tool-tag">/workflows:codify</span>
<span class="tool-tag">codify-docs skill</span>
<span class="tool-tag">feedback-codifier</span>
<span class="tool-tag">file-todos skill</span>
</div>
</div>
@@ -227,7 +225,7 @@
<section id="agents">
<div class="heading">
<h2 class="no-top-margin">
<i class="fa-solid fa-users-gear color-accent"></i> 24 Specialized Agents
<i class="fa-solid fa-users-gear color-accent"></i> 23 Specialized Agents
</h2>
<p class="paragraph m secondary">
Each agent brings deep expertise in a specific domain. Run them individually or orchestrate
@@ -324,7 +322,7 @@
<!-- Research Agents -->
<div class="agent-category">
<h3><i class="fa-solid fa-microscope"></i> Research Agents (4)</h3>
<h3><i class="fa-solid fa-microscope"></i> Research Agents (four)</h3>
<div class="grid columns-2">
<div class="agent-card">
<div class="agent-header">
@@ -363,7 +361,7 @@
<!-- Design Agents -->
<div class="agent-category">
<h3><i class="fa-solid fa-palette"></i> Design Agents (3)</h3>
<h3><i class="fa-solid fa-palette"></i> Design Agents (three)</h3>
<div class="grid columns-3">
<div class="agent-card">
<div class="agent-header">
@@ -394,7 +392,7 @@
<!-- Workflow Agents -->
<div class="agent-category">
<h3><i class="fa-solid fa-gears"></i> Workflow Agents (6)</h3>
<h3><i class="fa-solid fa-gears"></i> Workflow Agents (five)</h3>
<div class="grid columns-2">
<div class="agent-card">
<div class="agent-header">
@@ -412,14 +410,6 @@
<p class="agent-description">Address PR comments and implement fixes. Batch process review feedback.</p>
<code class="agent-usage">claude agent pr-comment-resolver</code>
</div>
<div class="agent-card">
<div class="agent-header">
<span class="agent-name">feedback-codifier</span>
<span class="agent-badge">Knowledge</span>
</div>
<p class="agent-description">Codify feedback patterns into reviewer agents. Build institutional knowledge.</p>
<code class="agent-usage">claude agent feedback-codifier</code>
</div>
<div class="agent-card">
<div class="agent-header">
<span class="agent-name">lint</span>
@@ -449,7 +439,7 @@
<!-- Docs Agent -->
<div class="agent-category">
<h3><i class="fa-solid fa-file-lines"></i> Documentation Agent (1)</h3>
<h3><i class="fa-solid fa-file-lines"></i> Documentation Agent (one)</h3>
<div class="grid">
<div class="agent-card full-width">
<div class="agent-header">
@@ -489,7 +479,7 @@
<div class="command-header">
<code class="command-name">/workflows:review</code>
</div>
<p class="command-description">Run exhaustive code reviews using 12+ parallel agents, ultra-thinking, and worktrees.</p>
<p class="command-description">Run exhaustive code reviews using 12 or more parallel agents, ultra-thinking, and worktrees.</p>
</div>
<div class="command-card">
<div class="command-header">
@@ -733,7 +723,7 @@
<section id="mcp-servers">
<div class="heading">
<h2 class="no-top-margin">
<i class="fa-solid fa-server color-accent"></i> 2 MCP Servers
<i class="fa-solid fa-server color-accent"></i> Two MCP Servers
</h2>
<p class="paragraph m secondary">
Model Context Protocol servers extend Claude Code's capabilities with
@@ -765,14 +755,14 @@
<i class="fa-solid fa-book-open mcp-icon"></i>
<span class="mcp-name">Context7</span>
</div>
<p class="mcp-description">Framework documentation lookup for 100+ frameworks.</p>
<p class="mcp-description">Framework documentation lookup for more than 100 frameworks.</p>
<div class="mcp-tools">
<h4>Tools Provided:</h4>
<ul>
<li><code>resolve-library-id</code> - Find library ID</li>
<li><code>get-library-docs</code> - Get documentation</li>
</ul>
<p class="mcp-note">Supports: Rails, React, Next.js, Vue, Django, Laravel, and 100+ more</p>
<p class="mcp-note">Supports: Rails, React, Next.js, Vue, Django, Laravel, and more than 100 others</p>
</div>
</div>
</div>

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Agent Reference - Compounding Engineering</title>
<meta content="Complete reference for all 24 specialized AI agents in the Compounding Engineering plugin." name="description" />
<meta content="Complete reference for all 23 specialized AI agents in the Compounding Engineering plugin." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
@@ -33,7 +33,7 @@
<div class="nav-section">
<h3>Reference</h3>
<ul>
<li><a href="agents.html" class="active">Agents (24)</a></li>
<li><a href="agents.html" class="active">Agents (23)</a></li>
<li><a href="commands.html">Commands (13)</a></li>
<li><a href="skills.html">Skills (11)</a></li>
<li><a href="mcp-servers.html">MCP Servers (2)</a></li>
@@ -50,7 +50,7 @@
<ul>
<li><a href="#review-agents">Review (10)</a></li>
<li><a href="#research-agents">Research (4)</a></li>
<li><a href="#workflow-agents">Workflow (6)</a></li>
<li><a href="#workflow-agents">Workflow (5)</a></li>
<li><a href="#design-agents">Design (3)</a></li>
<li><a href="#docs-agents">Docs (1)</a></li>
</ul>
@@ -75,7 +75,7 @@
<article class="docs-article">
<h1><i class="fa-solid fa-users-gear color-accent"></i> Agent Reference</h1>
<p class="lead">
Complete documentation for all 24 specialized AI agents. Each agent brings deep expertise
Complete documentation for all 23 specialized AI agents. Each agent brings deep expertise
in a specific domain and can be invoked individually or orchestrated together.
</p>
@@ -421,7 +421,7 @@ claude agent security-sentinel "Audit the payment flow"</code></pre>
<!-- Workflow Agents -->
<section id="workflow-agents">
<h2><i class="fa-solid fa-gears"></i> Workflow Agents (6)</h2>
<h2><i class="fa-solid fa-gears"></i> Workflow Agents (5)</h2>
<p>Workflow agents that automate common development tasks like bug reproduction, PR resolution, and linting.</p>
<div class="agent-detail" id="bug-reproduction-validator">
@@ -468,27 +468,6 @@ claude agent security-sentinel "Audit the payment flow"</code></pre>
</div>
</div>
<div class="agent-detail" id="feedback-codifier">
<div class="agent-detail-header">
<h3>feedback-codifier</h3>
<span class="agent-badge">Knowledge</span>
</div>
<p class="agent-detail-description">
Analyzes code review feedback to extract patterns and update reviewer configurations.
Uses Opus model for deep analysis.
</p>
<h4>Capabilities</h4>
<ul>
<li>Extract core patterns from code reviews</li>
<li>Categorize by type (structure, testing, security, performance)</li>
<li>Formulate actionable guidelines</li>
<li>Update existing reviewer agents with new standards</li>
</ul>
<div class="card-code-block">
<pre><code>claude agent feedback-codifier</code></pre>
</div>
</div>
<div class="agent-detail" id="lint">
<div class="agent-detail-header">
<h3>lint</h3>

View File

@@ -33,10 +33,10 @@
<div class="nav-section">
<h3>Reference</h3>
<ul>
<li><a href="agents.html">Agents (24)</a></li>
<li><a href="agents.html">Agents (23)</a></li>
<li><a href="commands.html">Commands (13)</a></li>
<li><a href="skills.html">Skills (11)</a></li>
<li><a href="mcp-servers.html">MCP Servers (2)</a></li>
<li><a href="mcp-servers.html">MCP Servers (two)</a></li>
</ul>
</div>
<div class="nav-section">
@@ -48,6 +48,7 @@
<div class="nav-section">
<h3>On This Page</h3>
<ul>
<li><a href="#v2.6.0">v2.6.0</a></li>
<li><a href="#v2.5.0">v2.5.0</a></li>
<li><a href="#v2.4.1">v2.4.1</a></li>
<li><a href="#v2.4.0">v2.4.0</a></li>
@@ -85,6 +86,24 @@
<a href="https://keepachangelog.com/">Keep a Changelog</a> conventions.
</p>
<!-- Version 2.6.0 -->
<section id="v2.6.0" class="version-section">
<div class="version-header">
<h2>v2.6.0</h2>
<span class="version-date">2024-11-26</span>
</div>
<div class="changelog-category removed">
<h3><i class="fa-solid fa-minus"></i> Removed</h3>
<ul>
<li>
<strong><code>feedback-codifier</code> agent</strong> - Removed from workflow agents.
Agent count reduced from 24 to 23.
</li>
</ul>
</div>
</section>
<!-- Version 2.5.0 -->
<section id="v2.5.0" class="version-section">
<div class="version-header">
@@ -194,7 +213,7 @@
<ul>
<li>
<strong>Context7 MCP Server</strong> - Bundled Context7 for instant framework documentation
lookup. Provides up-to-date docs for Rails, React, Next.js, and 100+ other frameworks.
lookup. Provides up-to-date docs for Rails, React, Next.js, and more than 100 other frameworks.
</li>
</ul>
</div>
@@ -283,7 +302,7 @@
<div class="changelog-category added">
<h3><i class="fa-solid fa-plus"></i> Added</h3>
<h4>New Agents (7)</h4>
<h4>New Agents (seven)</h4>
<ul>
<li><code>design-iterator</code> - Iteratively refine UI components through systematic design iterations</li>
<li><code>design-implementation-reviewer</code> - Verify UI implementations match Figma design specifications</li>
@@ -294,7 +313,7 @@
<li><code>ankane-readme-writer</code> - Create READMEs following Ankane-style template for Ruby gems</li>
</ul>
<h4>New Commands (9)</h4>
<h4>New Commands (nine)</h4>
<ul>
<li><code>/changelog</code> - Create engaging changelogs for recent merges</li>
<li><code>/plan_review</code> - Multi-agent plan review in parallel</li>
@@ -327,10 +346,10 @@
<h4>Agents Reorganized by Category</h4>
<ul>
<li><code>review/</code> (10 agents) - Code quality, security, performance reviewers</li>
<li><code>research/</code> (4 agents) - Documentation, patterns, history analysis</li>
<li><code>design/</code> (3 agents) - UI/design review and iteration</li>
<li><code>workflow/</code> (6 agents) - PR resolution, bug validation, linting</li>
<li><code>docs/</code> (1 agent) - README generation</li>
<li><code>research/</code> (four agents) - Documentation, patterns, history analysis</li>
<li><code>design/</code> (three agents) - UI/design review and iteration</li>
<li><code>workflow/</code> (six agents) - PR resolution, bug validation, linting</li>
<li><code>docs/</code> (one agent) - README generation</li>
</ul>
</div>
@@ -417,7 +436,7 @@
<h4>17 Specialized Agents</h4>
<p><strong>Code Review (5)</strong></p>
<p><strong>Code Review (five)</strong></p>
<ul>
<li><code>kieran-rails-reviewer</code> - Rails code review with strict conventions</li>
<li><code>kieran-python-reviewer</code> - Python code review with quality standards</li>
@@ -426,7 +445,7 @@
<li><code>code-simplicity-reviewer</code> - Final pass for simplicity and minimalism</li>
</ul>
<p><strong>Analysis & Architecture (4)</strong></p>
<p><strong>Analysis & Architecture (four)</strong></p>
<ul>
<li><code>architecture-strategist</code> - Architectural decisions and compliance</li>
<li><code>pattern-recognition-specialist</code> - Design pattern analysis</li>
@@ -434,7 +453,7 @@
<li><code>performance-oracle</code> - Performance analysis and optimization</li>
</ul>
<p><strong>Research (4)</strong></p>
<p><strong>Research (four)</strong></p>
<ul>
<li><code>framework-docs-researcher</code> - Framework documentation research</li>
<li><code>best-practices-researcher</code> - External best practices gathering</li>
@@ -442,14 +461,14 @@
<li><code>repo-research-analyst</code> - Repository structure and conventions</li>
</ul>
<p><strong>Workflow (3)</strong></p>
<p><strong>Workflow (three)</strong></p>
<ul>
<li><code>every-style-editor</code> - Every's style guide compliance</li>
<li><code>pr-comment-resolver</code> - PR comment resolution</li>
<li><code>feedback-codifier</code> - Feedback pattern codification</li>
</ul>
<h4>6 Slash Commands</h4>
<h4>Six Slash Commands</h4>
<ul>
<li><code>/plan</code> - Create implementation plans</li>
<li><code>/review</code> - Comprehensive code reviews</li>

View File

@@ -33,10 +33,10 @@
<div class="nav-section">
<h3>Reference</h3>
<ul>
<li><a href="agents.html">Agents (24)</a></li>
<li><a href="agents.html">Agents (23)</a></li>
<li><a href="commands.html" class="active">Commands (13)</a></li>
<li><a href="skills.html">Skills (11)</a></li>
<li><a href="mcp-servers.html">MCP Servers (2)</a></li>
<li><a href="mcp-servers.html">MCP Servers (two)</a></li>
</ul>
</div>
<div class="nav-section">
@@ -48,7 +48,7 @@
<div class="nav-section">
<h3>On This Page</h3>
<ul>
<li><a href="#workflow-commands">Workflow (4)</a></li>
<li><a href="#workflow-commands">Workflow (four)</a></li>
<li><a href="#utility-commands">Utility (12)</a></li>
</ul>
</div>
@@ -78,7 +78,7 @@
<!-- Workflow Commands -->
<section id="workflow-commands">
<h2><i class="fa-solid fa-arrows-spin"></i> Workflow Commands (4)</h2>
<h2><i class="fa-solid fa-arrows-spin"></i> Workflow Commands (four)</h2>
<p>Core workflow commands that embody the Plan-Delegate-Assess-Codify philosophy.</p>
<div class="command-detail" id="workflows-plan">
@@ -92,7 +92,7 @@
<p><code>[feature description, bug report, or improvement idea]</code></p>
<h4>Workflow</h4>
<ol>
<li><strong>Repository Research (Parallel)</strong> - Launch 3 agents simultaneously:
<li><strong>Repository Research (Parallel)</strong> - Launch three agents simultaneously:
<ul>
<li><code>repo-research-analyst</code> - Project patterns</li>
<li><code>best-practices-researcher</code> - Industry standards</li>
@@ -221,7 +221,7 @@
<h4>Workflow</h4>
<ol>
<li><strong>Preconditions</strong> - Verify problem is solved and verified working</li>
<li><strong>Launch 7 Parallel Subagents</strong>:
<li><strong>Launch seven parallel subagents</strong>:
<ul>
<li>Context Analyzer - Extract YAML frontmatter skeleton</li>
<li>Solution Extractor - Identify root cause and solution</li>

View File

@@ -81,8 +81,8 @@
<h1>Getting Started with Compounding Engineering</h1>
<p class="lead">
This guide will help you install, configure, and start using the Compounding Engineering plugin
for Claude Code. In about 5 minutes, you'll have access to 24 specialized agents, 16 commands,
11 skills, and 2 MCP servers.
for Claude Code. In about five minutes, you'll have access to 23 specialized agents, 16 commands,
11 skills, and two MCP servers.
</p>
<!-- Installation Section -->
@@ -301,22 +301,22 @@ claude agent git-history-analyzer "Show changes to user model"</code></pre>
</tr>
<tr>
<td>Research</td>
<td>4</td>
<td>four</td>
<td>Best practices, documentation, git history</td>
</tr>
<tr>
<td>Design</td>
<td>3</td>
<td>three</td>
<td>UI iteration, Figma sync, design review</td>
</tr>
<tr>
<td>Workflow</td>
<td>6</td>
<td>five</td>
<td>Bug reproduction, PR resolution, linting</td>
</tr>
<tr>
<td>Docs</td>
<td>1</td>
<td>one</td>
<td>README generation</td>
</tr>
</tbody>
@@ -357,7 +357,7 @@ claude agent git-history-analyzer "Show changes to user model"</code></pre>
<ol>
<li>Detects the review target (PR, branch, or current changes)</li>
<li>Sets up a git worktree for isolated analysis</li>
<li>Runs 10+ review agents in parallel</li>
<li>Runs 10 or more review agents in parallel</li>
<li>Synthesizes findings by severity (P1/P2/P3)</li>
<li>Creates structured todo files for each finding</li>
<li>Generates a summary report</li>

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>MCP Servers Reference - Compounding Engineering</title>
<meta content="Complete reference for the 2 MCP servers in the Compounding Engineering plugin." name="description" />
<meta content="Complete reference for the two MCP servers in the Compounding Engineering plugin." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
@@ -33,10 +33,10 @@
<div class="nav-section">
<h3>Reference</h3>
<ul>
<li><a href="agents.html">Agents (24)</a></li>
<li><a href="agents.html">Agents (23)</a></li>
<li><a href="commands.html">Commands (13)</a></li>
<li><a href="skills.html">Skills (11)</a></li>
<li><a href="mcp-servers.html" class="active">MCP Servers (2)</a></li>
<li><a href="mcp-servers.html" class="active">MCP Servers (two)</a></li>
</ul>
</div>
<div class="nav-section">
@@ -75,7 +75,7 @@
<p class="lead">
Model Context Protocol (MCP) servers extend Claude Code's capabilities with
browser automation and framework documentation lookup. The plugin bundles
2 MCP servers that start automatically when enabled.
two MCP servers that start automatically when enabled.
</p>
<div class="callout callout-warning">
@@ -171,7 +171,7 @@
<h2><i class="fa-solid fa-book-open"></i> Context7</h2>
<p>
Framework documentation lookup via Context7 MCP. Provides access to
documentation for 100+ frameworks and libraries.
documentation for more than 100 frameworks and libraries.
</p>
<h3>Tools Provided</h3>
@@ -195,7 +195,7 @@
</table>
<h3>Supported Frameworks</h3>
<p>Context7 supports 100+ frameworks including:</p>
<p>Context7 supports more than 100 frameworks including:</p>
<div class="framework-grid">
<div class="framework-category">
<h4>Backend</h4>

View File

@@ -33,7 +33,7 @@
<div class="nav-section">
<h3>Reference</h3>
<ul>
<li><a href="agents.html">Agents (24)</a></li>
<li><a href="agents.html">Agents (23)</a></li>
<li><a href="commands.html">Commands (13)</a></li>
<li><a href="skills.html" class="active">Skills (11)</a></li>
<li><a href="mcp-servers.html">MCP Servers (2)</a></li>