Fix landing page component counts and formatting
Critical fixes: - Commands: 16 → 18 (added missing deploy-docs, release-docs) - Agents: Fixed "24 specialized agents" → "23" - Numbers: Standardized format (four → 4, three → 3, etc.) Verified counts: - 23 agents ✓ - 18 commands ✓ - 11 skills ✓ - 2 MCP servers ✓ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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. 23 specialized agents, 16 workflow commands, and 11 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. 23 specialized agents, 18 workflow commands, and 11 skills that make today's work easier than yesterday's." name="description" />
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
@@ -64,7 +64,7 @@
|
||||
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: 23 specialized agents, 16 workflow commands, and 11 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: 23 specialized agents, 18 workflow commands, and 11 skills that make today's work easier than yesterday's.
|
||||
</p>
|
||||
<div class="button-group margin-paragraph centered">
|
||||
<a href="#install" class="button primary">
|
||||
@@ -87,7 +87,7 @@
|
||||
</div>
|
||||
<div class="stat-card">
|
||||
<div class="stat-icon"><i class="fa-solid fa-terminal"></i></div>
|
||||
<div class="stat-number">16</div>
|
||||
<div class="stat-number">18</div>
|
||||
<div class="stat-label">Slash Commands</div>
|
||||
</div>
|
||||
<div class="stat-card">
|
||||
@@ -147,7 +147,7 @@
|
||||
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>/workflows:work</code> and watch your plan execute with quality gates that actually enforce your standards—every single time.
|
||||
</p>
|
||||
<div class="pillar-tools">
|
||||
<span class="tool-tag">24 specialized agents</span>
|
||||
<span class="tool-tag">23 specialized agents</span>
|
||||
<span class="tool-tag">/workflows:work</span>
|
||||
<span class="tool-tag">dhh-ruby-style skill</span>
|
||||
<span class="tool-tag">git-worktree skill</span>
|
||||
@@ -291,7 +291,7 @@
|
||||
|
||||
<!-- Research Agents -->
|
||||
<div class="agent-category">
|
||||
<h3><i class="fa-solid fa-microscope"></i> Research Agents (four)</h3>
|
||||
<h3><i class="fa-solid fa-microscope"></i> Research Agents (4)</h3>
|
||||
<div class="grid columns-2">
|
||||
<div class="agent-card">
|
||||
<div class="agent-header">
|
||||
@@ -330,7 +330,7 @@
|
||||
|
||||
<!-- Design Agents -->
|
||||
<div class="agent-category">
|
||||
<h3><i class="fa-solid fa-palette"></i> Design Agents (three)</h3>
|
||||
<h3><i class="fa-solid fa-palette"></i> Design Agents (3)</h3>
|
||||
<div class="grid columns-3">
|
||||
<div class="agent-card">
|
||||
<div class="agent-header">
|
||||
@@ -361,7 +361,7 @@
|
||||
|
||||
<!-- Workflow Agents -->
|
||||
<div class="agent-category">
|
||||
<h3><i class="fa-solid fa-gears"></i> Workflow Agents (five)</h3>
|
||||
<h3><i class="fa-solid fa-gears"></i> Workflow Agents (5)</h3>
|
||||
<div class="grid columns-2">
|
||||
<div class="agent-card">
|
||||
<div class="agent-header">
|
||||
@@ -408,7 +408,7 @@
|
||||
|
||||
<!-- Docs Agent -->
|
||||
<div class="agent-category">
|
||||
<h3><i class="fa-solid fa-file-lines"></i> Documentation Agent (one)</h3>
|
||||
<h3><i class="fa-solid fa-file-lines"></i> Documentation Agent (1)</h3>
|
||||
<div class="grid">
|
||||
<div class="agent-card full-width">
|
||||
<div class="agent-header">
|
||||
@@ -426,7 +426,7 @@
|
||||
<section id="commands">
|
||||
<div class="heading">
|
||||
<h2 class="no-top-margin">
|
||||
<i class="fa-solid fa-terminal color-accent"></i> 16 Powerful Commands
|
||||
<i class="fa-solid fa-terminal color-accent"></i> 18 Powerful Commands
|
||||
</h2>
|
||||
<p class="paragraph m secondary">
|
||||
Slash commands that replace entire workflows. <code>/workflows:review</code> is your code review committee. <code>/workflows:plan</code> is your research team. <code>/triage</code> sorts 50 todos in the time it takes you to read five. Each one automates hours of work into a single line.
|
||||
@@ -556,6 +556,20 @@
|
||||
</div>
|
||||
<p class="command-description">Resolve file-based todos in parallel.</p>
|
||||
</div>
|
||||
<div class="command-card">
|
||||
<div class="command-header">
|
||||
<code class="command-name">/release-docs</code>
|
||||
<span class="command-type-badge">util</span>
|
||||
</div>
|
||||
<p class="command-description">Build and update the documentation site with current plugin components.</p>
|
||||
</div>
|
||||
<div class="command-card">
|
||||
<div class="command-header">
|
||||
<code class="command-name">/deploy-docs</code>
|
||||
<span class="command-type-badge">util</span>
|
||||
</div>
|
||||
<p class="command-description">Validate and prepare documentation for GitHub Pages deployment.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -870,7 +884,7 @@ skill: gemini-imagegen</code></pre>
|
||||
<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 23 expert agents, 16 workflow commands, and 11 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 23 expert agents, 18 workflow commands, and 11 specialized skills working for you right now.
|
||||
</p>
|
||||
<div class="button-group margin-paragraph centered">
|
||||
<a href="#install" class="button primary cta-primary">
|
||||
|
||||
Reference in New Issue
Block a user