chore: bump to v2.28.0 and fix repo URLs
- Bump version to 2.28.0 in plugin.json and marketplace.json (CHANGELOG was updated but version numbers were missed) - Fix all repo URLs from kieranklaassen/* to EveryInc/compound-engineering-plugin - Update component counts in docs: 28 agents, 24 commands, 15 skills, 1 MCP Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "compound-engineering",
|
"name": "compound-engineering",
|
||||||
"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, 23 commands, and 14 skills.",
|
"description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 28 specialized agents, 24 commands, and 15 skills.",
|
||||||
"version": "2.27.0",
|
"version": "2.28.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Kieran Klaassen",
|
"name": "Kieran Klaassen",
|
||||||
"url": "https://github.com/kieranklaassen",
|
"url": "https://github.com/kieranklaassen",
|
||||||
"email": "kieran@every.to"
|
"email": "kieran@every.to"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
|
"homepage": "https://github.com/EveryInc/compound-engineering-plugin",
|
||||||
"tags": ["ai-powered", "compound-engineering", "workflow-automation", "code-review", "quality", "knowledge-management", "image-generation"],
|
"tags": ["ai-powered", "compound-engineering", "workflow-automation", "code-review", "quality", "knowledge-management", "image-generation"],
|
||||||
"source": "./plugins/compound-engineering"
|
"source": "./plugins/compound-engineering"
|
||||||
},
|
},
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"author": {
|
"author": {
|
||||||
"name": "Nityesh Agarwal"
|
"name": "Nityesh Agarwal"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
|
"homepage": "https://github.com/EveryInc/compound-engineering-plugin",
|
||||||
"tags": ["coding", "programming", "tutorial", "learning", "spaced-repetition", "education"],
|
"tags": ["coding", "programming", "tutorial", "learning", "spaced-repetition", "education"],
|
||||||
"source": "./plugins/coding-tutor"
|
"source": "./plugins/coding-tutor"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ A Claude Code plugin marketplace featuring the **Compound Engineering Plugin**
|
|||||||
## Claude Code Install
|
## Claude Code Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
/plugin marketplace add https://github.com/kieranklaassen/compound-engineering-plugin
|
/plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin
|
||||||
/plugin install compound-engineering
|
/plugin install compound-engineering
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Compounding Engineering - AI-Powered Development Tools for Claude Code</title>
|
<title>Compounding Engineering - AI-Powered Development Tools for Claude Code</title>
|
||||||
<meta content="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" />
|
<meta content="Your code reviews just got 12 expert opinions in 30 seconds. 28 specialized agents, 24 workflow commands, and 15 skills that make today's work easier than yesterday's." name="description" />
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
||||||
|
|
||||||
<!-- Open Graph -->
|
<!-- Open Graph -->
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<meta property="og:site_name" content="Compounding Engineering" />
|
<meta property="og:site_name" content="Compounding Engineering" />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<meta property="og:title" content="Compounding Engineering - AI Development Tools" />
|
<meta property="og:title" content="Compounding Engineering - AI Development Tools" />
|
||||||
<meta property="og:description" content="Get 12 expert code reviews in 30 seconds. 27 specialized agents that make today's work easier than yesterday's." />
|
<meta property="og:description" content="Get 12 expert code reviews in 30 seconds. 28 specialized agents that make today's work easier than yesterday's." />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="Compounding Engineering" />
|
<meta name="twitter:title" content="Compounding Engineering" />
|
||||||
<meta name="twitter:description" content="12 expert code reviews in 30 seconds. Make today's work easier than yesterday's." />
|
<meta name="twitter:description" content="12 expert code reviews in 30 seconds. Make today's work easier than yesterday's." />
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
<a href="pages/getting-started.html" class="nav-link">Docs</a>
|
<a href="pages/getting-started.html" class="nav-link">Docs</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="button-group">
|
<div class="button-group">
|
||||||
<a href="https://github.com/kieranklaassen/every-marketplace" class="button ghost compact hide-on-mobile">
|
<a href="https://github.com/EveryInc/compound-engineering-plugin" class="button ghost compact hide-on-mobile">
|
||||||
<div class="fa-brands fa-github icon l"></div>
|
<div class="fa-brands fa-github icon l"></div>
|
||||||
</a>
|
</a>
|
||||||
<a href="#install" class="button primary compact">Install</a>
|
<a href="#install" class="button primary compact">Install</a>
|
||||||
@@ -154,14 +154,14 @@
|
|||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="hero-decoration"></div>
|
<div class="hero-decoration"></div>
|
||||||
<div class="heading hero centered">
|
<div class="heading hero centered">
|
||||||
<a href="https://github.com/kieranklaassen/every-marketplace/releases" class="eyebrow">
|
<a href="https://github.com/EveryInc/compound-engineering-plugin/releases" class="eyebrow">
|
||||||
<i class="fa-solid fa-rocket"></i> Version 2.6.0 released!
|
<i class="fa-solid fa-rocket"></i> Version 2.28.0 released!
|
||||||
</a>
|
</a>
|
||||||
<h1 class="balanced" style="margin-bottom: 32px;">
|
<h1 class="balanced" style="margin-bottom: 32px;">
|
||||||
Your Code Reviews Just Got 12 Expert Opinions. In 30 Seconds.
|
Your Code Reviews Just Got 12 Expert Opinions. In 30 Seconds.
|
||||||
</h1>
|
</h1>
|
||||||
<p class="paragraph m secondary balanced" style="margin-bottom: 32px;">
|
<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: 27 specialized agents, 19 workflow commands, and 12 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: 28 specialized agents, 24 workflow commands, and 15 skills that make today's work easier than yesterday's.
|
||||||
</p>
|
</p>
|
||||||
<div class="button-group margin-paragraph centered">
|
<div class="button-group margin-paragraph centered">
|
||||||
<a href="#install" class="button primary">
|
<a href="#install" class="button primary">
|
||||||
@@ -179,23 +179,23 @@
|
|||||||
<div class="stats-container">
|
<div class="stats-container">
|
||||||
<div class="stat-card">
|
<div class="stat-card">
|
||||||
<div class="stat-icon"><i class="fa-solid fa-users-gear"></i></div>
|
<div class="stat-icon"><i class="fa-solid fa-users-gear"></i></div>
|
||||||
<div class="stat-number">27</div>
|
<div class="stat-number">28</div>
|
||||||
<div class="stat-label">Specialized Agents</div>
|
<div class="stat-label">Specialized Agents</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="stat-card">
|
<div class="stat-card">
|
||||||
<div class="stat-icon"><i class="fa-solid fa-terminal"></i></div>
|
<div class="stat-icon"><i class="fa-solid fa-terminal"></i></div>
|
||||||
<div class="stat-number">19</div>
|
<div class="stat-number">24</div>
|
||||||
<div class="stat-label">Slash Commands</div>
|
<div class="stat-label">Slash Commands</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="stat-card">
|
<div class="stat-card">
|
||||||
<div class="stat-icon"><i class="fa-solid fa-wand-magic-sparkles"></i></div>
|
<div class="stat-icon"><i class="fa-solid fa-wand-magic-sparkles"></i></div>
|
||||||
<div class="stat-number">12</div>
|
<div class="stat-number">15</div>
|
||||||
<div class="stat-label">Intelligent Skills</div>
|
<div class="stat-label">Intelligent Skills</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="stat-card">
|
<div class="stat-card">
|
||||||
<div class="stat-icon"><i class="fa-solid fa-server"></i></div>
|
<div class="stat-icon"><i class="fa-solid fa-server"></i></div>
|
||||||
<div class="stat-number">2</div>
|
<div class="stat-number">1</div>
|
||||||
<div class="stat-label">MCP Servers</div>
|
<div class="stat-label">MCP Server</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -884,7 +884,7 @@
|
|||||||
<div class="step-content">
|
<div class="step-content">
|
||||||
<h3>Add the Marketplace</h3>
|
<h3>Add the Marketplace</h3>
|
||||||
<div class="card-code-block">
|
<div class="card-code-block">
|
||||||
<pre><code>claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace</code></pre>
|
<pre><code>claude /plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin</code></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -996,7 +996,7 @@ skill: gemini-imagegen</code></pre>
|
|||||||
<i class="fa-solid fa-download"></i> Install Plugin Now
|
<i class="fa-solid fa-download"></i> Install Plugin Now
|
||||||
<span class="button-arrow">→</span>
|
<span class="button-arrow">→</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/kieranklaassen/every-marketplace" class="button tertiary cta-secondary">
|
<a href="https://github.com/EveryInc/compound-engineering-plugin" class="button tertiary cta-secondary">
|
||||||
<i class="fa-brands fa-github"></i> View on GitHub
|
<i class="fa-brands fa-github"></i> View on GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -1024,7 +1024,7 @@ skill: gemini-imagegen</code></pre>
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="link-list">
|
<div class="link-list">
|
||||||
<a href="https://github.com/kieranklaassen/every-marketplace" class="icon-link ui s" target="_blank">
|
<a href="https://github.com/EveryInc/compound-engineering-plugin" class="icon-link ui s" target="_blank">
|
||||||
<div class="fa-brands fa-github icon m color-accent"></div>
|
<div class="fa-brands fa-github icon m color-accent"></div>
|
||||||
<div class="pseudo-link">GitHub</div>
|
<div class="pseudo-link">GitHub</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
<strong><code>/report-bug</code> command</strong> - New slash command for reporting bugs in the
|
<strong><code>/report-bug</code> command</strong> - New slash command for reporting bugs in the
|
||||||
compound-engineering plugin. Provides a structured workflow that gathers bug information
|
compound-engineering plugin. Provides a structured workflow that gathers bug information
|
||||||
through guided questions, collects environment details automatically, and creates a GitHub
|
through guided questions, collects environment details automatically, and creates a GitHub
|
||||||
issue in the kieranklaassen/every-marketplace repository.
|
issue in the EveryInc/compound-engineering-plugin repository.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
<h3>Step 1: Add the Marketplace</h3>
|
<h3>Step 1: Add the Marketplace</h3>
|
||||||
<p>Think of the marketplace as an app store. You're adding it to Claude Code's list of places to look for plugins:</p>
|
<p>Think of the marketplace as an app store. You're adding it to Claude Code's list of places to look for plugins:</p>
|
||||||
<div class="card-code-block">
|
<div class="card-code-block">
|
||||||
<pre><code>claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace</code></pre>
|
<pre><code>claude /plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Step 2: Install the Plugin</h3>
|
<h3>Step 2: Install the Plugin</h3>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "compound-engineering",
|
"name": "compound-engineering",
|
||||||
"version": "2.27.0",
|
"version": "2.28.0",
|
||||||
"description": "AI-powered development tools. 27 agents, 23 commands, 14 skills, 1 MCP server for code review, research, design, and workflow automation.",
|
"description": "AI-powered development tools. 28 agents, 24 commands, 15 skills, 1 MCP server for code review, research, design, and workflow automation.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Kieran Klaassen",
|
"name": "Kieran Klaassen",
|
||||||
"email": "kieran@every.to",
|
"email": "kieran@every.to",
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ Use the GitHub CLI to create the issue:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
gh issue create \
|
gh issue create \
|
||||||
--repo kieranklaassen/every-marketplace \
|
--repo EveryInc/compound-engineering-plugin \
|
||||||
--title "[compound-engineering] Bug: [Brief description]" \
|
--title "[compound-engineering] Bug: [Brief description]" \
|
||||||
--body "[Formatted bug report from Step 3]" \
|
--body "[Formatted bug report from Step 3]" \
|
||||||
--label "bug,compound-engineering"
|
--label "bug,compound-engineering"
|
||||||
@@ -109,7 +109,7 @@ gh issue create \
|
|||||||
**Note:** If labels don't exist, create without labels:
|
**Note:** If labels don't exist, create without labels:
|
||||||
```bash
|
```bash
|
||||||
gh issue create \
|
gh issue create \
|
||||||
--repo kieranklaassen/every-marketplace \
|
--repo EveryInc/compound-engineering-plugin \
|
||||||
--title "[compound-engineering] Bug: [Brief description]" \
|
--title "[compound-engineering] Bug: [Brief description]" \
|
||||||
--body "[Formatted bug report]"
|
--body "[Formatted bug report]"
|
||||||
```
|
```
|
||||||
@@ -126,7 +126,7 @@ After the issue is created:
|
|||||||
```
|
```
|
||||||
✅ Bug report submitted successfully!
|
✅ Bug report submitted successfully!
|
||||||
|
|
||||||
Issue: https://github.com/kieranklaassen/every-marketplace/issues/[NUMBER]
|
Issue: https://github.com/EveryInc/compound-engineering-plugin/issues/[NUMBER]
|
||||||
Title: [compound-engineering] Bug: [description]
|
Title: [compound-engineering] Bug: [description]
|
||||||
|
|
||||||
Thank you for helping improve the compound-engineering plugin!
|
Thank you for helping improve the compound-engineering plugin!
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ This command takes a work document (plan, specification, or todo file) and execu
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://github.com/kieranklaassen/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
[](https://github.com/EveryInc/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
||||||
EOF
|
EOF
|
||||||
)"
|
)"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user