chore: Revert to Every Marketplace naming
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "compound-marketplace",
|
||||
"name": "every-marketplace",
|
||||
"owner": {
|
||||
"name": "Kieran Klaassen",
|
||||
"url": "https://github.com/kieranklaassen"
|
||||
|
||||
@@ -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.
|
||||
|
||||
## Repository Structure
|
||||
|
||||
```
|
||||
compound-marketplace/
|
||||
every-marketplace/
|
||||
├── .claude-plugin/
|
||||
│ └── marketplace.json # Marketplace catalog (lists available plugins)
|
||||
├── docs/ # Documentation site (GitHub Pages)
|
||||
@@ -261,7 +261,7 @@ python -m http.server 8000
|
||||
1. Install the marketplace locally:
|
||||
|
||||
```bash
|
||||
claude /plugin marketplace add /Users/yourusername/compound-marketplace
|
||||
claude /plugin marketplace add /Users/yourusername/every-marketplace
|
||||
```
|
||||
|
||||
2. Install the plugin:
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
<a href="pages/getting-started.html" class="nav-link">Docs</a>
|
||||
</nav>
|
||||
<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>
|
||||
</a>
|
||||
<a href="#install" class="button primary compact">Install</a>
|
||||
@@ -154,7 +154,7 @@
|
||||
<section class="hero-section">
|
||||
<div class="hero-decoration"></div>
|
||||
<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!
|
||||
</a>
|
||||
<h1 class="balanced" style="margin-bottom: 32px;">
|
||||
@@ -884,7 +884,7 @@
|
||||
<div class="step-content">
|
||||
<h3>Add the Marketplace</h3>
|
||||
<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>
|
||||
@@ -996,7 +996,7 @@ skill: gemini-imagegen</code></pre>
|
||||
<i class="fa-solid fa-download"></i> Install Plugin Now
|
||||
<span class="button-arrow">→</span>
|
||||
</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
|
||||
</a>
|
||||
</div>
|
||||
@@ -1024,7 +1024,7 @@ skill: gemini-imagegen</code></pre>
|
||||
</div>
|
||||
<div>
|
||||
<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="pseudo-link">GitHub</div>
|
||||
</a>
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<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
|
||||
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>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<h3>Step 2: Install the Plugin</h3>
|
||||
|
||||
@@ -72,6 +72,6 @@ This documentation serves as a reminder. When Claude Code works on this plugin,
|
||||
|
||||
## Related Files
|
||||
|
||||
- `/Users/kieranklaassen/compound-marketplace/plugins/compound-engineering/.claude-plugin/plugin.json`
|
||||
- `/Users/kieranklaassen/compound-marketplace/plugins/compound-engineering/CHANGELOG.md`
|
||||
- `/Users/kieranklaassen/compound-marketplace/plugins/compound-engineering/README.md`
|
||||
- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/.claude-plugin/plugin.json`
|
||||
- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/CHANGELOG.md`
|
||||
- `/Users/kieranklaassen/every-marketplace/plugins/compound-engineering/README.md`
|
||||
|
||||
@@ -275,5 +275,5 @@ Review and enhance the `/docs/index.html` landing page using LaunchKit elements
|
||||
|
||||
- LaunchKit Template: https://launchkit.evilmartians.io/
|
||||
- Pragmatic Writing Skill: `~/.claude/skills/pragmatic-writing-skill/SKILL.md`
|
||||
- Current Landing Page: `/Users/kieranklaassen/compound-marketplace/docs/index.html`
|
||||
- Style CSS: `/Users/kieranklaassen/compound-marketplace/docs/css/style.css`
|
||||
- Current Landing Page: `/Users/kieranklaassen/every-marketplace/docs/index.html`
|
||||
- Style CSS: `/Users/kieranklaassen/every-marketplace/docs/css/style.css`
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"url": "https://github.com/kieranklaassen"
|
||||
},
|
||||
"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",
|
||||
"keywords": [
|
||||
"ai-powered",
|
||||
|
||||
@@ -108,5 +108,5 @@ Provide a summary:
|
||||
- [ ] Commit any pending changes
|
||||
- [ ] Push to main branch
|
||||
- [ ] Verify GitHub Pages workflow exists
|
||||
- [ ] Check deployment at https://everyinc.github.io/compound-marketplace/
|
||||
- [ ] Check deployment at https://everyinc.github.io/every-marketplace/
|
||||
```
|
||||
|
||||
@@ -100,7 +100,7 @@ Use the GitHub CLI to create the issue:
|
||||
|
||||
```bash
|
||||
gh issue create \
|
||||
--repo kieranklaassen/compound-marketplace \
|
||||
--repo kieranklaassen/every-marketplace \
|
||||
--title "[compound-engineering] Bug: [Brief description]" \
|
||||
--body "[Formatted bug report from Step 3]" \
|
||||
--label "bug,compound-engineering"
|
||||
@@ -109,7 +109,7 @@ gh issue create \
|
||||
**Note:** If labels don't exist, create without labels:
|
||||
```bash
|
||||
gh issue create \
|
||||
--repo kieranklaassen/compound-marketplace \
|
||||
--repo kieranklaassen/every-marketplace \
|
||||
--title "[compound-engineering] Bug: [Brief description]" \
|
||||
--body "[Formatted bug report]"
|
||||
```
|
||||
@@ -126,7 +126,7 @@ After the issue is created:
|
||||
```
|
||||
✅ 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]
|
||||
|
||||
Thank you for helping improve the compound-engineering plugin!
|
||||
|
||||
Reference in New Issue
Block a user