skills.md
Are you an agent?

skills.md documentation

Build agent workflows on remote skills.

Install the CLI, connect your agent, discover public and premium skills, and return files from remote runs without copying private implementation source.

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 signup

Requirements

  • 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 agents

The 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 doctor
List skills
skills list

Clean 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
bun install -g @hasna/skills