chore: Revert to Every Marketplace naming

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-01-18 21:36:17 -08:00
parent d4d31c1614
commit 08eed310e5
10 changed files with 21 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name": "compound-marketplace", "name": "every-marketplace",
"owner": { "owner": {
"name": "Kieran Klaassen", "name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen" "url": "https://github.com/kieranklaassen"

View File

@@ -1,11 +1,11 @@
# Compound Marketplace - Claude Code Plugin Marketplace # Every Marketplace - Claude Code Plugin Marketplace
This repository is a Claude Code plugin marketplace that distributes the `compound-engineering` plugin to developers building with AI-powered tools. This repository is a Claude Code plugin marketplace that distributes the `compound-engineering` plugin to developers building with AI-powered tools.
## Repository Structure ## Repository Structure
``` ```
compound-marketplace/ every-marketplace/
├── .claude-plugin/ ├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (lists available plugins) │ └── marketplace.json # Marketplace catalog (lists available plugins)
├── docs/ # Documentation site (GitHub Pages) ├── docs/ # Documentation site (GitHub Pages)
@@ -261,7 +261,7 @@ python -m http.server 8000
1. Install the marketplace locally: 1. Install the marketplace locally:
```bash ```bash
claude /plugin marketplace add /Users/yourusername/compound-marketplace claude /plugin marketplace add /Users/yourusername/every-marketplace
``` ```
2. Install the plugin: 2. Install the plugin:

View File

@@ -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/compound-marketplace" class="button ghost compact hide-on-mobile"> <a href="https://github.com/kieranklaassen/every-marketplace" 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,7 +154,7 @@
<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/compound-marketplace/releases" class="eyebrow"> <a href="https://github.com/kieranklaassen/every-marketplace/releases" class="eyebrow">
<i class="fa-solid fa-rocket"></i> Version 2.6.0 released! <i class="fa-solid fa-rocket"></i> Version 2.6.0 released!
</a> </a>
<h1 class="balanced" style="margin-bottom: 32px;"> <h1 class="balanced" style="margin-bottom: 32px;">
@@ -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/compound-marketplace</code></pre> <pre><code>claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace</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/compound-marketplace" class="button tertiary cta-secondary"> <a href="https://github.com/kieranklaassen/every-marketplace" 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/compound-marketplace" class="icon-link ui s" target="_blank"> <a href="https://github.com/kieranklaassen/every-marketplace" 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>

View File

@@ -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/compound-marketplace repository. issue in the kieranklaassen/every-marketplace repository.
</li> </li>
</ul> </ul>
</div> </div>

View File

@@ -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/compound-marketplace</code></pre> <pre><code>claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace</code></pre>
</div> </div>
<h3>Step 2: Install the Plugin</h3> <h3>Step 2: Install the Plugin</h3>

View File

@@ -72,6 +72,6 @@ This documentation serves as a reminder. When Claude Code works on this plugin,
## Related Files ## Related Files
- `/Users/kieranklaassen/compound-marketplace/plugins/compound-engineering/.claude-plugin/plugin.json` - `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/.claude-plugin/plugin.json`
- `/Users/kieranklaassen/compound-marketplace/plugins/compound-engineering/CHANGELOG.md` - `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/CHANGELOG.md`
- `/Users/kieranklaassen/compound-marketplace/plugins/compound-engineering/README.md` - `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/README.md`

View File

@@ -275,5 +275,5 @@ Review and enhance the `/docs/index.html` landing page using LaunchKit elements
- LaunchKit Template: https://launchkit.evilmartians.io/ - LaunchKit Template: https://launchkit.evilmartians.io/
- Pragmatic Writing Skill: `~/.claude/skills/pragmatic-writing-skill/SKILL.md` - Pragmatic Writing Skill: `~/.claude/skills/pragmatic-writing-skill/SKILL.md`
- Current Landing Page: `/Users/kieranklaassen/compound-marketplace/docs/index.html` - Current Landing Page: `/Users/kieranklaassen/every-marketplace/docs/index.html`
- Style CSS: `/Users/kieranklaassen/compound-marketplace/docs/css/style.css` - Style CSS: `/Users/kieranklaassen/every-marketplace/docs/css/style.css`

View File

@@ -8,7 +8,7 @@
"url": "https://github.com/kieranklaassen" "url": "https://github.com/kieranklaassen"
}, },
"homepage": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it", "homepage": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it",
"repository": "https://github.com/kieranklaassen/compound-marketplace", "repository": "https://github.com/kieranklaassen/every-marketplace",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"ai-powered", "ai-powered",

View File

@@ -108,5 +108,5 @@ Provide a summary:
- [ ] Commit any pending changes - [ ] Commit any pending changes
- [ ] Push to main branch - [ ] Push to main branch
- [ ] Verify GitHub Pages workflow exists - [ ] Verify GitHub Pages workflow exists
- [ ] Check deployment at https://everyinc.github.io/compound-marketplace/ - [ ] Check deployment at https://everyinc.github.io/every-marketplace/
``` ```

View File

@@ -100,7 +100,7 @@ Use the GitHub CLI to create the issue:
```bash ```bash
gh issue create \ gh issue create \
--repo kieranklaassen/compound-marketplace \ --repo kieranklaassen/every-marketplace \
--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/compound-marketplace \ --repo kieranklaassen/every-marketplace \
--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/compound-marketplace/issues/[NUMBER] Issue: https://github.com/kieranklaassen/every-marketplace/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!