waypoint-skills
v1.4.0
Published
Multi-platform agentic skills for AI assistants — wp framework, agents, rules, hooks
Maintainers
Readme
waypoint-skills
Multi-platform agentic skills for AI assistants — Cursor, Claude Code, Codex, Antigravity, Copilot, and others. Installs the wp framework (skills, agents, rules, hooks).
Quick install
# Full install — skills + agents + rules + hooks (recommended)
npx waypoint-skills install -y
# Or explicit platform
npx waypoint-skills install --platform cursor --globalAfter install, in any git project:
/wp implement user authentication
wp: listSkills-only (via skills CLI)
Install individual skills without agents/rules:
npx skills add quenginedev/waypoint.sk -g -y
npx skills add quenginedev/waypoint.sk --skill wp --skill ponytail -g -y
npx skills add quenginedev/waypoint.sk --listCommands
| Command | Description |
|---------|-------------|
| install | Install to detected or chosen platforms |
| update | Update toolkit; --project refreshes .wp/ framework shell |
| update --check | Dry-run version drift report |
| migrate | Run framework migrations in current project |
| uninstall | Remove installed symlinks/copies |
| detect | List detected AI assistants |
| doctor | Check jq, git, manifest, version drift |
| status | Verify installed skills/agents/rules |
| bootstrap | Create .wp/ in current git repo |
Updating
npx waypoint-skills update --check # drift report
npx waypoint-skills update # global skills/agents/rules
npx waypoint-skills update --project # .wp/ framework shell (between missions)
npx waypoint-skills migrate # layout migrations onlyInstance state (.wp/instances/) is never overwritten. Use wp: update in chat to check drift.
Requirements
- bash — install scripts
- jq — platform manifest parsing (
brew install jq) - git — wp worktrees
Links
- Repo: github.com/quenginedev/waypoint.sk
- Docs: PLATFORMS.md
License
MIT
