skilly.
All skills
THE AGENT HARNESS INDEX

Pick your
agent’s home.

Agent harnesses are the environments that give a model context, tools, memory, permissions, and a way to get work done. Here are the popular options—from Cursor to OpenClaw and Hermes—with the official place to start each one.

Start in a project folderGive the agent a bounded workspace, not your entire machine.
Review before broad accessConnect keys, browsers, or messaging only when the task calls for it.
Use Git checkpointsCommit or stash before an agent makes a meaningful change.
SKILLY.SH IN ANY HARNESS

Find a skill. Add it in your project.

Skilly helps you find the capability; your harness uses it inside the repository you have open. Review the publisher’s instructions before installing.

  1. 01

    Browse Skilly, open a skill, and read its original instructions and source.

  2. 02

    Copy the install command, then run it from this harness’s project terminal: npx skilly-cli add owner/repo --skill name.

  3. 03

    Select your harness in the installer when it is offered, then reopen the project or start a fresh agent task so it reads the new skill.

OFFICIAL LINKS + FIRST STEPS

Find the right harness.

THE DIRECTORY ↙
01IDE + terminal
Cursor

Cursor

Agent-first editor with local, cloud, and terminal agents.

INSTALLcurl https://cursor.com/install -fsS | bash
TAKE IT INTO USE

Install the editor or CLI, open a repository, then describe the task to Agent.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Cursor project. Choose Cursor in the installer if it appears.

02Terminal
Claude Code

Claude Code

Anthropic’s agentic coding tool for working directly in a repository.

INSTALLnpm install -g @anthropic-ai/claude-code
TAKE IT INTO USE

Install it, run claude inside your project, and sign in or configure a supported provider.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Claude Code project. Choose Claude Code in the installer if it appears.

03Terminal + cloud
Codex

Codex

OpenAI’s coding agent for local repositories, tasks, and automations.

INSTALLcurl -fsSL https://chatgpt.com/codex/install.sh | sh
TAKE IT INTO USE

Install it, run codex in the project folder, then sign in and give it a scoped task.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Codex project. Choose Codex in the installer if it appears.

04Terminal
Gemini CLI

Gemini CLI

Google’s open-source agent for coding and command-line workflows.

INSTALLnpm install -g @google/gemini-cli
TAKE IT INTO USE

Run gemini in your project and complete the first-run authentication flow.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Gemini CLI project. Choose Gemini CLI in the installer if it appears.

05Terminal + IDE
OpenCode

OpenCode

Open-source coding agent that works with many model providers.

INSTALLcurl -fsSL https://opencode.ai/install | bash
TAKE IT INTO USE

Start opencode in a repository, use /connect to add a provider, then run /init for project instructions.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this OpenCode project. Choose OpenCode in the installer if it appears.

06IDE + terminal
GitHub Copilot

GitHub Copilot

GitHub’s coding agent for your editor, terminal, GitHub, and cloud tasks.

INSTALLnpm install -g @github/copilot
TAKE IT INTO USE

Run copilot in a trusted project folder, use /login to authenticate, then approve the agent’s proposed tools and edits.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this GitHub Copilot project. Choose GitHub Copilot in the installer if it appears.

07IDE + terminal
Cline

Cline

Open-source, provider-flexible agent available in editors and the CLI.

INSTALLnpm install -g cline
TAKE IT INTO USE

Run cline auth to connect a model, then start an interactive task or install the editor extension.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Cline project. Choose Cline in the installer if it appears.

08IDE
Roo Code

Roo Code

Open-source coding agent delivered as a VS Code-compatible extension.

TAKE IT INTO USE

Open your editor’s Extensions view, search for Roo Code, install it, and select a provider in the Roo panel.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Roo Code project. Choose Roo Code in the installer if it appears.

09IDE + terminal
Kilo Code

Kilo Code

Open-source agent for VS Code, JetBrains, and command-line workflows.

INSTALLnpm install -g @kilocode/cli
TAKE IT INTO USE

Run kilo in your project, then use /connect to add your model credentials.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Kilo Code project. Choose Kilo Code in the installer if it appears.

10IDE + terminal
Continue

Continue

Open-source agent with IDE extensions and a terminal-first CLI.

INSTALLcurl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash
TAKE IT INTO USE

Run cn in a project, sign in or provide a supported API key, and approve tools as needed.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Continue project. Choose Continue in the installer if it appears.

11Terminal
Aider

Aider

Git-aware AI pair programming that edits code directly from your terminal.

INSTALLpython -m pip install aider-install && aider-install
TAKE IT INTO USE

Set up a model provider key, enter your Git repository, and run aider with the files or task you want to work on.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Aider project. Choose Aider in the installer if it appears.

12Terminal
Qwen Code

Qwen Code

Qwen’s agentic coding tool with first-party and third-party model options.

INSTALLnpm install -g @qwen-code/qwen-code@latest
TAKE IT INTO USE

Run qwen in a repository and use the first-run /auth flow to choose a provider.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Qwen Code project. Choose Qwen Code in the installer if it appears.

13Terminal + cloud
Amp

Amp

An agent that can run locally, in a cloud Orb, or on a connected runner.

INSTALLcurl -fsSL https://ampcode.com/install.sh | bash
TAKE IT INTO USE

Run amp, sign in when prompted, then start with a narrow task in your repository.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Amp project. Choose Amp in the installer if it appears.

14Self-hosted + cloud
OpenHands

OpenHands

A self-hostable agent platform and control center for coding workflows.

INSTALLnpm install -g @openhands/agent-canvas
TAKE IT INTO USE

Choose a local or Docker-backed setup, start agent-canvas, and connect a model or ACP-compatible agent.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this OpenHands project. Choose OpenHands in the installer if it appears.

15Desktop + terminal
Goose

Goose

A general-purpose, local open-source agent with MCP and subagents.

INSTALLcurl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bash
TAKE IT INTO USE

Install the desktop app or CLI, pick a provider on first launch, then add extensions only as needed.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Goose project. Choose Goose in the installer if it appears.

16Personal agent
OpenClaw

OpenClaw

A self-hosted assistant for messaging, work, and always-on personal workflows.

INSTALLcurl -fsSL https://openclaw.ai/install.sh | bash
TAKE IT INTO USE

Run openclaw onboard, choose a model provider, then connect only the messaging channels and tools you trust.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this OpenClaw project. Choose OpenClaw in the installer if it appears.

17Personal agent
Hermes Agent

Hermes Agent

Nous Research’s self-improving agent with a built-in learning loop.

INSTALLcurl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
TAKE IT INTO USE

Run hermes, select a model with hermes model, and configure tools before giving it broader access.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Hermes Agent project. Choose Hermes Agent in the installer if it appears.

18IDE + cloud
Devin Desktop

Devin Desktop

Cognition’s agent workspace, formerly Windsurf, for local and cloud agents.

TAKE IT INTO USE

Download the desktop app, sign in, open or clone a repository, and delegate a task from the agent workspace.

ADD A SKILLY SKILL

Open a skill on Skilly, copy its command, and run it in this Devin Desktop project. Choose Devin Desktop in the installer if it appears.

ONE MORE THING

The harness is the start.
Skills make it yours.

Once your agent is ready, return to the directory to add focused capabilities for the work you actually do.

Explore skills