Skip to content
16 changes: 12 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Compounding Engineering - AI-Powered Development Tools for Claude Code</title>
<meta content="Your code reviews just got 12 expert opinions in 30 seconds. 29 specialized agents, 23 workflow commands, and 18 skills that make today's work easier than yesterday's." name="description" />
<meta content="Your code reviews just got 12 expert opinions in 30 seconds. 29 specialized agents, 23 workflow commands, and 19 skills that make today's work easier than yesterday's." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />

<!-- Open Graph -->
Expand Down Expand Up @@ -161,7 +161,7 @@ <h1 class="balanced" style="margin-bottom: 32px;">
Your Code Reviews Just Got 12 Expert Opinions. In 30 Seconds.
</h1>
<p class="paragraph m secondary balanced" style="margin-bottom: 32px;">
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: 29 specialized agents, 23 workflow commands, and 18 skills that make today's work easier than yesterday's.
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: 29 specialized agents, 23 workflow commands, and 19 skills that make today's work easier than yesterday's.
</p>
<div class="button-group margin-paragraph centered">
<a href="#install" class="button primary">
Expand Down Expand Up @@ -683,7 +683,7 @@ <h3><i class="fa-solid fa-wrench"></i> Utility Commands</h3>
<section id="skills">
<div class="heading">
<h2 class="no-top-margin">
<i class="fa-solid fa-wand-magic-sparkles color-accent"></i> 18 Intelligent Skills
<i class="fa-solid fa-wand-magic-sparkles color-accent"></i> 19 Intelligent Skills
</h2>
<p class="paragraph m secondary">
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.
Expand Down Expand Up @@ -750,6 +750,14 @@ <h3><i class="fa-solid fa-code"></i> Development Tools</h3>
<p class="skill-description">Capture solved problems as categorized documentation with YAML schema.</p>
<code class="skill-usage">skill: compound-docs</code>
</div>
<div class="skill-card">
<div class="skill-header">
<span class="skill-name">compound-foundations</span>
<span class="skill-badge">Foundations</span>
</div>
<p class="skill-description">Audit repo foundations, generate missing docs artifacts, and promote repeated findings.</p>
<code class="skill-usage">skill: compound-foundations</code>
</div>
</div>
</div>

Expand Down Expand Up @@ -989,7 +997,7 @@ <h2 class="no-top-margin">Frequently Asked Questions</h2>
<span class="cta-badge"><i class="fa-solid fa-bolt"></i> Free & Open Source</span>
<h2>Install Once. Compound Forever.</h2>
<p class="paragraph m cta-subheading">
<strong>Your next code review takes 30 seconds.</strong> The one after that? Even faster. That's compounding. Get 29 expert agents, 23 workflow commands, and 18 specialized skills working for you right now.
<strong>Your next code review takes 30 seconds.</strong> The one after that? Even faster. That's compounding. Get 29 expert agents, 23 workflow commands, and 19 specialized skills working for you right now.
</p>
<div class="button-group margin-paragraph centered">
<a href="#install" class="button primary cta-primary">
Expand Down
38 changes: 37 additions & 1 deletion docs/pages/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3>Reference</h3>
<ul>
<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="skills.html">Skills (12)</a></li>
<li><a href="mcp-servers.html">MCP Servers (two)</a></li>
</ul>
</div>
Expand All @@ -48,6 +48,7 @@ <h3>Resources</h3>
<div class="nav-section">
<h3>On This Page</h3>
<ul>
<li><a href="#v2.34.0">v2.34.0</a></li>
<li><a href="#v2.32.2">v2.32.2</a></li>
<li><a href="#v2.32.1">v2.32.1</a></li>
<li><a href="#v2.6.0">v2.6.0</a></li>
Expand Down Expand Up @@ -88,6 +89,41 @@ <h1><i class="fa-solid fa-clock-rotate-left color-accent"></i> Changelog</h1>
<a href="https://keepachangelog.com/">Keep a Changelog</a> conventions.
</p>

<!-- Version 2.34.0 -->
<section id="v2.34.0" class="version-section">
<div class="version-header">
<h2>v2.34.0</h2>
<span class="version-date">2026-02-13</span>
</div>

<div class="changelog-category added">
<h3><i class="fa-solid fa-plus"></i> Added</h3>
<ul>
<li>
<strong><code>compound-foundations</code> skill</strong> - Added a new foundations skill with router-style intake, 10 principle references, 4 workflows, and 8 artifact templates.
</li>
<li>
<strong><code>setup</code> skill Step 6</strong> - Added optional foundations audit flow after setup confirmation.
</li>
<li>
<strong><code>compound-docs</code> decision menu options</strong> - Added Option 8 (promote to convention) and Option 9 (track as tech debt).
</li>
</ul>
</div>

<div class="changelog-category changed">
<h3><i class="fa-solid fa-arrows-rotate"></i> Changed</h3>
<ul>
<li>
<strong><code>compound-docs</code> Step 7</strong> - Added promotion suggestion logic when similar findings recur.
</li>
<li>
<strong><code>/workflows:compound</code> command</strong> - Removed duplicate post-capture menu and now defers to the skill decision gate.
</li>
</ul>
</div>
</section>

<!-- Version 2.32.2 -->
<section id="v2.32.2" class="version-section">
<div class="version-header">
Expand Down
33 changes: 30 additions & 3 deletions docs/pages/skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Skill Reference - Compounding Engineering</title>
<meta content="Complete reference for all 12 intelligent skills in the Compounding Engineering plugin." name="description" />
<meta content="Complete reference for all 13 intelligent skills 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" />
Expand Down Expand Up @@ -35,7 +35,7 @@ <h3>Reference</h3>
<ul>
<li><a href="agents.html">Agents (27)</a></li>
<li><a href="commands.html">Commands (19)</a></li>
<li><a href="skills.html" class="active">Skills (12)</a></li>
<li><a href="skills.html" class="active">Skills (13)</a></li>
<li><a href="mcp-servers.html">MCP Servers (2)</a></li>
</ul>
</div>
Expand Down Expand Up @@ -101,7 +101,7 @@ <h4>Skills vs Agents</h4>

<!-- Development Tools -->
<section id="development-tools">
<h2><i class="fa-solid fa-code"></i> Development Tools (8)</h2>
<h2><i class="fa-solid fa-code"></i> Development Tools (9)</h2>
<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>

<div class="skill-detail" id="create-agent-skills">
Expand Down Expand Up @@ -335,6 +335,33 @@ <h4>Categories</h4>
</div>
</div>

<div class="skill-detail" id="compound-foundations">
<div class="skill-detail-header">
<h3>compound-foundations</h3>
<span class="skill-badge">Foundations</span>
</div>
<p class="skill-detail-description">
Your repo solves issues, but the learnings never graduate into conventions or enforcement. This skill closes that loop. It audits foundations, generates missing docs artifacts, promotes repeated findings into conventions, and tracks tech debt with occurrence-based promotion rules.
</p>
<h4>Core Workflows</h4>
<ul>
<li><code>audit-foundations.md</code> - Tiered foundation audit with scorecard output</li>
<li><code>generate-artifacts.md</code> - Generate missing docs from templates</li>
<li><code>promote-to-convention.md</code> - Add findings to <code>docs/CONVENTIONS.md</code></li>
<li><code>track-tech-debt.md</code> - Track and increment debt occurrences in <code>docs/TECH_DEBT.md</code></li>
</ul>
<h4>Generated Artifacts</h4>
<ul>
<li><code>docs/CONVENTIONS.md</code></li>
<li><code>docs/TECH_DEBT.md</code></li>
<li><code>docs/QUALITY_SCORE.md</code></li>
<li><code>docs/ARCHITECTURE.md</code></li>
</ul>
<div class="card-code-block">
<pre><code>skill: compound-foundations</code></pre>
</div>
</div>

<div class="skill-detail" id="agent-native-architecture">
<div class="skill-detail-header">
<h3>agent-native-architecture</h3>
Expand Down
Loading