Skip to content

Commit f43b042

Browse files
docs: mark B2 repository rename as complete
Repository successfully renamed from claude-subagents to claude-collective-skills using gh repo rename. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4097dfb commit f43b042

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

.claude/research/DUAL-REPO-MIGRATION-KNOWLEDGE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ project/
215215

216216
## Next Steps
217217

218-
1. **Create GitHub repo for skills** - `github:claude-collective/skills` is the default source but doesn't exist yet
219-
2. **Rename skills repo** - `claude-subagents` -> `claude-collective-skills`
218+
1. ~~**Create GitHub repo for skills**~~ - **DONE** - This repo IS the marketplace (renamed to `claude-collective-skills`)
219+
2. ~~**Rename skills repo**~~ - **DONE** (2026-01-29) - Renamed via `gh repo rename claude-collective-skills`
220220
3. **Manual skill testing** - Verify all 76 skills work correctly
221-
4. **Update methodology skills** - Uncomment in stack configs
221+
4. ~~**Update methodology skills**~~ - **DONE** - Added to 4 stacks
222222

223223
## Remote Fetching Status
224224

@@ -230,14 +230,13 @@ The CLI is ready for remote fetching:
230230
- **Local fallback**: Works perfectly with local paths
231231
- **Tests**: 10 source-fetcher tests pass (mostly local paths)
232232

233-
**Blocker**: The default source `github:claude-collective/skills` doesn't exist on GitHub. Once created, the CLI will work with remote sources.
233+
**Status**: The repository is now `github:vincentbollaert/claude-collective-skills`. The CLI default source should be updated to match.
234234

235235
**To test remote fetching**:
236236

237237
```bash
238-
# Create the GitHub repo first, then:
239238
cd /home/vince/dev/cli
240-
bun run src/cli/index.ts init --source github:claude-collective/skills
239+
bun run src/cli/index.ts init --source github:vincentbollaert/claude-collective-skills
241240
```
242241

243242
---

src/docs/TODO.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
5151
### Repo Split Milestone
5252

53-
| Priority | Task | Description |
54-
| ------------ | ---------------------- | ------------------------------------------------------------------------------ |
55-
| ~~CRITICAL~~ | ~~B1 CLI Repository~~ | **DONE** (2026-01-29) - CLI at `/home/vince/dev/cli`, all phases implemented |
56-
| CRITICAL | B2 Rename Repository | Rename `claude-subagents` -> `claude-collective-skills` |
57-
| ~~CRITICAL~~ | ~~B3 Remote fetching~~ | **DONE** (2026-01-29) - giget integration in source-fetcher.ts, tested locally |
53+
| Priority | Task | Description |
54+
| ------------ | ------------------------ | --------------------------------------------------------------------------------------------- |
55+
| ~~CRITICAL~~ | ~~B1 CLI Repository~~ | **DONE** (2026-01-29) - CLI at `/home/vince/dev/cli`, all phases implemented |
56+
| ~~CRITICAL~~ | ~~B2 Rename Repository~~ | **DONE** (2026-01-29) - Repository renamed to `claude-collective-skills` via `gh repo rename` |
57+
| ~~CRITICAL~~ | ~~B3 Remote fetching~~ | **DONE** (2026-01-29) - giget integration in source-fetcher.ts, tested locally |
5858

5959
### Post-Split Features
6060

0 commit comments

Comments
 (0)