Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down