diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 61badf3..28cefd1 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -1,11 +1,11 @@
{
- "name": "every-marketplace",
+ "name": "compound-marketplace",
"owner": {
- "name": "Every Inc.",
- "url": "https://github.com/EveryInc"
+ "name": "Kieran Klaassen",
+ "url": "https://github.com/kieranklaassen"
},
"metadata": {
- "description": "Official Every plugin marketplace for Claude Code extensions",
+ "description": "Plugin marketplace for Claude Code extensions",
"version": "1.0.0"
},
"plugins": [
@@ -18,7 +18,7 @@
"url": "https://github.com/kieranklaassen",
"email": "kieran@every.to"
},
- "homepage": "https://github.com/EveryInc/compound-engineering-plugin",
+ "homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
"tags": ["ai-powered", "compound-engineering", "workflow-automation", "code-review", "quality", "knowledge-management", "image-generation"],
"source": "./plugins/compound-engineering"
},
@@ -29,7 +29,7 @@
"author": {
"name": "Nityesh Agarwal"
},
- "homepage": "https://github.com/EveryInc/compound-engineering-plugin",
+ "homepage": "https://github.com/kieranklaassen/compound-engineering-plugin",
"tags": ["coding", "programming", "tutorial", "learning", "spaced-repetition", "education"],
"source": "./plugins/coding-tutor"
}
diff --git a/CLAUDE.md b/CLAUDE.md
index 92ec03d..83a2628 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -5,7 +5,7 @@ This repository is a Claude Code plugin marketplace that distributes the `compou
## Repository Structure
```
-every-marketplace/
+compound-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/every-marketplace
+ claude /plugin marketplace add /Users/yourusername/compound-marketplace
```
2. Install the plugin:
diff --git a/README.md b/README.md
index d355dd7..1f8660e 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A Claude Code plugin that makes each unit of engineering work easier than the la
## Install
```bash
-/plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin
+/plugin marketplace add https://github.com/kieranklaassen/compound-engineering-plugin
/plugin install compound-engineering
```
diff --git a/docs/index.html b/docs/index.html
index 614bc5f..32dab30 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -139,7 +139,7 @@
Docs
@@ -1024,7 +1024,7 @@ skill: gemini-imagegen
-
+
GitHub
diff --git a/docs/pages/changelog.html b/docs/pages/changelog.html
index 3fd694e..4128fcb 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 EveryInc/every-marketplace repository.
+ issue in the kieranklaassen/compound-marketplace repository.
diff --git a/docs/pages/getting-started.html b/docs/pages/getting-started.html
index f7306b6..2859f94 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/EveryInc/every-marketplace
+
claude /plugin marketplace add https://github.com/kieranklaassen/compound-marketplace
Step 2: Install the Plugin
diff --git a/docs/solutions/plugin-versioning-requirements.md b/docs/solutions/plugin-versioning-requirements.md
index 5122780..5edee46 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/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`
+- `/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`
diff --git a/plans/grow-your-own-garden-plugin-architecture.md b/plans/grow-your-own-garden-plugin-architecture.md
index b64c054..ebb0b02 100644
--- a/plans/grow-your-own-garden-plugin-architecture.md
+++ b/plans/grow-your-own-garden-plugin-architecture.md
@@ -1,6 +1,6 @@
# Grow Your Own Garden: Adaptive Agent Ecosystem
-> **Issue:** https://github.com/EveryInc/compound-engineering-plugin/issues/20
+> **Issue:** https://github.com/kieranklaassen/compound-engineering-plugin/issues/20
## The Idea
diff --git a/plans/landing-page-launchkit-refresh.md b/plans/landing-page-launchkit-refresh.md
index 8384ee2..3ebe7fe 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/every-marketplace/docs/index.html`
-- Style CSS: `/Users/kieranklaassen/every-marketplace/docs/css/style.css`
+- Current Landing Page: `/Users/kieranklaassen/compound-marketplace/docs/index.html`
+- Style CSS: `/Users/kieranklaassen/compound-marketplace/docs/css/style.css`
diff --git a/plugins/compound-engineering/.claude-plugin/plugin.json b/plugins/compound-engineering/.claude-plugin/plugin.json
index 9cdd11c..54c4480 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/EveryInc/every-marketplace",
+ "repository": "https://github.com/kieranklaassen/compound-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 580cce4..a548dca 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/every-marketplace/
+- [ ] Check deployment at https://everyinc.github.io/compound-marketplace/
```
diff --git a/plugins/compound-engineering/commands/report-bug.md b/plugins/compound-engineering/commands/report-bug.md
index 5a95b22..b5b07b1 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 EveryInc/every-marketplace \
+ --repo kieranklaassen/compound-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 EveryInc/every-marketplace \
+ --repo kieranklaassen/compound-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/EveryInc/every-marketplace/issues/[NUMBER]
+Issue: https://github.com/kieranklaassen/compound-marketplace/issues/[NUMBER]
Title: [compound-engineering] Bug: [description]
Thank you for helping improve the compound-engineering plugin!
diff --git a/plugins/compound-engineering/commands/workflows/work.md b/plugins/compound-engineering/commands/workflows/work.md
index 2e9fdf4..1884645 100644
--- a/plugins/compound-engineering/commands/workflows/work.md
+++ b/plugins/compound-engineering/commands/workflows/work.md
@@ -232,7 +232,7 @@ This command takes a work document (plan, specification, or todo file) and execu
---
- [](https://github.com/EveryInc/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
+ [](https://github.com/kieranklaassen/compound-engineering-plugin) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
EOF
)"
```