diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index b254789..c0bf2c1 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -1,5 +1,5 @@
{
- "name": "compound-marketplace",
+ "name": "every-marketplace",
"owner": {
"name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen"
diff --git a/CLAUDE.md b/CLAUDE.md
index b27ed6e..92ec03d 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -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:
diff --git a/docs/index.html b/docs/index.html
index 32dab30..155344f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -139,7 +139,7 @@
Docs
-
+
GitHub
diff --git a/docs/pages/changelog.html b/docs/pages/changelog.html
index 4128fcb..936b690 100644
--- a/docs/pages/changelog.html
+++ b/docs/pages/changelog.html
@@ -118,7 +118,7 @@
/report-bug command - 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.
diff --git a/docs/pages/getting-started.html b/docs/pages/getting-started.html
index 2859f94..f81e526 100644
--- a/docs/pages/getting-started.html
+++ b/docs/pages/getting-started.html
@@ -97,7 +97,7 @@
Step 1: Add the Marketplace
Think of the marketplace as an app store. You're adding it to Claude Code's list of places to look for plugins:
-
claude /plugin marketplace add https://github.com/kieranklaassen/compound-marketplace
+
claude /plugin marketplace add https://github.com/kieranklaassen/every-marketplace
Step 2: Install the Plugin
diff --git a/docs/solutions/plugin-versioning-requirements.md b/docs/solutions/plugin-versioning-requirements.md
index 5edee46..5122780 100644
--- a/docs/solutions/plugin-versioning-requirements.md
+++ b/docs/solutions/plugin-versioning-requirements.md
@@ -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`
diff --git a/plans/landing-page-launchkit-refresh.md b/plans/landing-page-launchkit-refresh.md
index 3ebe7fe..8384ee2 100644
--- a/plans/landing-page-launchkit-refresh.md
+++ b/plans/landing-page-launchkit-refresh.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`
diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json
index 54c4480..c5fde3d 100644
--- a/plugins/compound-engineering/.claude-plugin/plugin.json
+++ b/plugins/compound-engineering/.claude-plugin/plugin.json
@@ -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",
diff --git a/plugins/compound-engineering/commands/deploy-docs.md b/plugins/compound-engineering/commands/deploy-docs.md
index a548dca..580cce4 100644
--- a/plugins/compound-engineering/commands/deploy-docs.md
+++ b/plugins/compound-engineering/commands/deploy-docs.md
@@ -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/
```
diff --git a/plugins/compound-engineering/commands/report-bug.md b/plugins/compound-engineering/commands/report-bug.md
index b5b07b1..10151bc 100644
--- a/plugins/compound-engineering/commands/report-bug.md
+++ b/plugins/compound-engineering/commands/report-bug.md
@@ -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!