You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@
11
11
"plugins": [
12
12
{
13
13
"name": "compound-engineering",
14
-
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 27 specialized agents, 19 commands, and 13 skills.",
15
-
"version": "2.18.0",
14
+
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 27 specialized agents, 20 commands, and 12 skills.",
Copy file name to clipboardExpand all lines: docs/index.html
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
<head>
5
5
<metacharset="utf-8" />
6
6
<title>Compounding Engineering - AI-Powered Development Tools for Claude Code</title>
7
-
<metacontent="Your code reviews just got 12 expert opinions in 30 seconds. 24 specialized agents, 19 workflow commands, and 11 skills that make today's work easier than yesterday's." name="description" />
7
+
<metacontent="Your code reviews just got 12 expert opinions in 30 seconds. 27 specialized agents, 19 workflow commands, and 12 skills that make today's work easier than yesterday's." name="description" />
<metaproperty="og:title" content="Compounding Engineering - AI Development Tools" />
15
-
<metaproperty="og:description" content="Get 12 expert code reviews in 30 seconds. 24 specialized agents that make today's work easier than yesterday's." />
15
+
<metaproperty="og:description" content="Get 12 expert code reviews in 30 seconds. 27 specialized agents that make today's work easier than yesterday's." />
Your Code Reviews Just Got 12 Expert Opinions. In 30 Seconds.
162
162
</h1>
163
163
<pclass="paragraph m secondary balanced" style="margin-bottom: 32px;">
164
-
Here's what happened when we shipped yesterday: security audit, performance analysis, architectural review, pattern detection, and eight more specialized checks—all running in parallel. No meetings. No waiting. Just answers. That's compounding engineering: 24 specialized agents, 19 workflow commands, and 11 skills that make today's work easier than yesterday's.
164
+
Here's what happened when we shipped yesterday: security audit, performance analysis, architectural review, pattern detection, and eight more specialized checks—all running in parallel. No meetings. No waiting. Just answers. That's compounding engineering: 27 specialized agents, 19 workflow commands, and 12 skills that make today's work easier than yesterday's.
The <code>security-sentinel</code> has checked 10,000 PRs for SQL injection. The <code>kieran-rails-reviewer</code> never approves a controller with business logic. They don't get tired, don't skip Friday afternoon reviews, don't forget the conventions you agreed on in March. Run <code>/work</code> and watch your plan execute with quality gates that actually enforce your standards—every single time.
Think of them as coworkers who never quit. The security-sentinel has seen every SQL injection variant. The kieran-rails-reviewer enforces conventions with zero compromise. The performance-oracle spots N+1 queries while you're still reading the PR. Run them solo or launch twelve in parallel—your choice.
Domain expertise on tap. Need to write a Ruby gem? The andrew-kane-gem-writer knows the patterns Andrew uses in 50+ popular gems. Building a Rails app? The dhh-ruby-style enforces 37signals conventions. Generating images? The gemini-imagegen has Google's AI on speed dial. Just invoke the skill and watch it work.
689
+
Domain expertise on tap. Need to write a Ruby gem? The andrew-kane-gem-writer knows the patterns Andrew uses in 50+ popular gems. Building a Rails app? The dhh-rails-style enforces 37signals conventions. Generating images? The gemini-imagegen has Google's AI on speed dial. Just invoke the skill and watch it work.
690
690
</p>
691
691
</div>
692
692
@@ -704,11 +704,11 @@ <h3><i class="fa-solid fa-code"></i> Development Tools</h3>
704
704
</div>
705
705
<divclass="skill-card">
706
706
<divclass="skill-header">
707
-
<spanclass="skill-name">dhh-ruby-style</span>
707
+
<spanclass="skill-name">dhh-rails-style</span>
708
708
<spanclass="skill-badge">Rails</span>
709
709
</div>
710
-
<pclass="skill-description">Write Ruby/Rails code in DHH's 37signals style. Convention over configuration, beautiful code.</p>
<strong>Agents</strong> are coworkers with specific jobs. The security-sentinel does security reviews. The kieran-rails-reviewer enforces Rails conventions. You call them directly: <code>claude agent security-sentinel</code>.
944
944
</p>
945
945
<p>
946
-
<strong>Skills</strong> are expertise Claude can tap into when needed. The dhh-ruby-style knows 37signals patterns. The gemini-imagegen knows how to generate images. Claude invokes them automatically when relevant, or you can explicitly call them: <code>skill: dhh-ruby-style</code>.
946
+
<strong>Skills</strong> are expertise Claude can tap into when needed. The dhh-rails-style knows 37signals Rails patterns. The gemini-imagegen knows how to generate images. Claude invokes them automatically when relevant, or you can explicitly call them: <code>skill: dhh-rails-style</code>.
<spanclass="cta-badge"><iclass="fa-solid fa-bolt"></i> Free & Open Source</span>
990
990
<h2>Install Once. Compound Forever.</h2>
991
991
<pclass="paragraph m cta-subheading">
992
-
<strong>Your next code review takes 30 seconds.</strong> The one after that? Even faster. That's compounding. Get 24 expert agents, 19 workflow commands, and 11 specialized skills working for you right now.
992
+
<strong>Your next code review takes 30 seconds.</strong> The one after that? Even faster. That's compounding. Get 27 expert agents, 19 workflow commands, and 12 specialized skills working for you right now.
<h2><iclass="fa-solid fa-code"></i> Development Tools (7)</h2>
104
+
<h2><iclass="fa-solid fa-code"></i> Development Tools (8)</h2>
105
105
<p>These skills teach Claude specific coding styles and architectural patterns. Use them when you want code that follows a particular philosophy—not just any working code, but code that looks like it was written by a specific person or framework.</p>
You want Rails controllers that are five lines, not fifty. Models that handle authorization, broadcasting, and business logic without service objects everywhere. This skill teaches Claude to write code the way DHH writes it at 37signals—REST-pure, Hotwire-first, no architectural astronautics.
167
+
Comprehensive 37signals Rails conventions based on Marc Köhlbrugge's analysis of 265 PRs from the Fizzy codebase. Covers everything from REST mapping to state-as-records, Turbo/Stimulus patterns, CSS with OKLCH colors, Minitest with fixtures, and Solid Queue/Cache/Cable patterns.
Build AI agents using prompt-native architecture where features are defined in prompts, not code. When creating autonomous agents, designing MCP servers, or implementing self-modifying systems, this skill guides the "trust the agent's intelligence" philosophy.
345
+
</p>
346
+
<h4>Key Patterns</h4>
347
+
<ul>
348
+
<li><strong>Prompt-Native Features</strong> - Define features in prompts, not code</li>
349
+
<li><strong>MCP Tool Design</strong> - Build tools agents can use effectively</li>
350
+
<li><strong>System Prompts</strong> - Write instructions that guide agent behavior</li>
351
+
<li><strong>Self-Modification</strong> - Allow agents to improve their own prompts</li>
352
+
</ul>
353
+
<h4>Core Principle</h4>
354
+
<p>Whatever the user can do, the agent can do. Whatever the user can see, the agent can see.</p>
0 commit comments