diff --git a/CLAUDE.md b/CLAUDE.md index d602bc9..c429505 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,7 +9,7 @@ A collection of Claude Code skills encoding a phase-based engineering workflow. ## Skills -See `skills/` for available skills. (Consumers install them via `npx skills add JavaScript-Mastery-Pro/pilot`, which lands them in their agent's skills dir, e.g. `.claude/skills/`.) +See `skills/` for available skills. (Consumers install them via `npx skills add JavaScript-Mastery-Pro/skills`, which lands them in their agent's skills dir, e.g. `.claude/skills/`.) ## ADRs diff --git a/README.md b/README.md index 39a1a78..069f8c3 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Uses [npx skills](https://github.com/vercel-labs/skills). Pick your agent: ```bash # Claude Code (installs into .claude/skills, then restart Claude Code) -npx skills@latest add JavaScript-Mastery-Pro/pilot -a claude-code +npx skills@latest add JavaScript-Mastery-Pro/skills -a claude-code # Generic .agents/skills, read by Codex and other agents -npx skills@latest add JavaScript-Mastery-Pro/pilot +npx skills@latest add JavaScript-Mastery-Pro/skills ``` Works on any Agent Skills client (Claude Code, Cursor, Codex, Gemini CLI, and [more](https://agentskills.io/clients)). Commit the installed skills folder to share the workflow with your team.