File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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`
2202203 . ** 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:
239238cd /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---
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments