Skip to content

Commit 9f23d98

Browse files
angrytonganclaude
andauthored
Move new-product-repo skill to ergarcade/internal-tools (#13)
Workspace-level tooling doesn't belong in the library repo. Point README.md/CLAUDE.md at its new home instead. Co-authored-by: Claude Sonnet 5 <[email protected]>
1 parent d85b18b commit 9f23d98

3 files changed

Lines changed: 8 additions & 115 deletions

File tree

.claude/skills/new-product-repo/SKILL.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

CLAUDE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ populate. Mock can be verified the same way without hardware.
6969

7070
Spinning up a new ergarcade product built on this library (repo creation,
7171
submodule, topics, README stub) is a checklist, not something to re-derive —
72-
use the `new-product-repo` skill (`.claude/skills/new-product-repo/SKILL.md`).
73-
It covers only that scaffolding, not the app itself. README.md keeps a short
74-
version of the same steps.
72+
use the `new-product-repo` skill, which lives in the separate
73+
[`ergarcade/internal-tools`](https://github.com/ergarcade/internal-tools)
74+
repo (workspace-level tooling, not part of this library). It covers only
75+
that scaffolding, not the app itself. README.md keeps a short version of the
76+
same steps.
7577

7678
## Architecture
7779

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ See `example/index.html`/`app.js` for the reference wiring.
194194
195195
For a one-off script, copying files out of `lib/` (above) is fine. For a full
196196
product repo meant to receive ongoing updates, use a git submodule instead.
197-
Use the `new-product-repo` Claude Code skill
198-
(`.claude/skills/new-product-repo/SKILL.md`) rather than re-deriving this —
199-
short version:
197+
Use the `new-product-repo` Claude Code skill (lives in the
198+
[`ergarcade/internal-tools`](https://github.com/ergarcade/internal-tools)
199+
repo, not here) rather than re-deriving this — short version:
200200
201201
1. Create the repo, named after the product (not `pm5-<name>` — that prefix is
202202
legacy from the pre-submodule `pm5-overlay`/`pm5-detail`/`pm5-dump` repos,

0 commit comments

Comments
 (0)