Installation
Install the skills CLI with Bun, authenticate, then register the MCP server for the agent apps on the machine.
Install and sign up
bun install -g @hasna/skills && skills auth signupRequirements
- Bun installed on the machine.
- Network access to
skills.md. - A signed-in skills.md account for private or premium work.
Register agents
Run setup from the project where you want agents to use skills.
Register all supported agents
skills setup agentsThe setup command should configure Codex, Claude Code, Gemini, Cursor, OpenCode, and compatible MCP hosts without copying skill source into their local skill folders.
Verify the install
Check status
skills doctorList skills
skills listClean reinstall
If a machine has an old global install, remove it and reinstall from the package registry.
Clean reinstall
bun remove -g @hasna/skills && bun install -g @hasna/skills