Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketch agent plugin bundle

Multi-agent plugin bundle for Cursor, Codex, Claude Code, and GitHub Copilot. It includes the Claude MCPB connector package in mcpb/.

The Sketch plugin is coming soon to official agent marketplaces. If it is not listed below for your agent, follow the manual MCP and skills setup instructions instead.


Manual MCP and skills setup

MCP server

Add the server to your agent after it is running in Sketch. Full client setup: Sketch MCP server documentation.

{
  "mcpServers": {
    "sketch": {
      "type": "http",
      "url": "http://localhost:31126/mcp"
    }
  }
}

Place it in the MCP config file your agent expects (for example Cursor Settings → Tools & MCP, or claude mcp add --transport http sketch http://localhost:31126/mcp for Claude Code).

Skills

Skills CLI

Install the skills with the Skills CLI (skills.sh):

npx skills add sketch-hq/agents

List available skills before installing:

npx skills add sketch-hq/agents --list

See the Skills CLI for options, supported agents and install locations.

Clone and copy

Clone this repository and copy the skill folders into your agent’s skills directory:

git clone https://github.com/sketch-hq/agents.git

Copy skills/<skill-name>/ folders from the cloned repo into your agent’s skills directory.


Sketch MCP server

Sketch MCP server documentation — requires Sketch 2025.2.4 or later.

In Sketch: ⌘K → “Start MCP Server”, or Settings → General → MCP Server. Allow Local Network access if macOS prompts you. The server listens at http://localhost:31126/mcp by default.


License

You can find licenses for individual skills directly inside the skill’s directory inside the LICENSE.txt file.

About

Skills catalog for Sketch

Resources

Stars

83 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages