AI design skills + 46 MCP tools for Claude Code, Cursor, Windsurf, Copilot, and any AI agent. Install: npx skills add pablostanley/efecto-plugin
# Efecto — AI Design Skills + MCP Tools
Design with AI agents using [Efecto](https://efecto.app) — a real-time visual design tool where humans and robots design together.
Works with **Claude Code**, **Cursor**, **Windsurf**, **GitHub Copilot**, **Codex**, **Cursor CLI**, and any MCP-compatible agent.
## Install
```bash
npx skills add pablostanley/efecto-plugin
```
This installs **3 design skills** (knowledge) + **46 MCP tools** (actions). Your AI agent gets both the taste and the tools.
<details>
<summary>Other install methods</summary>
### Claude Code Plugin
```bash
cursor plugin add efecto
```
### Cursor
[Install with one click](cursor://anysphere.cursor-deeplink/mcp/install?name=efecto&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBlZmVjdG9hcHAvbWNwIl19) or add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"efecto": {
"command": "npx",
"args": ["-y", "@efectoapp/mcp"]
}
}
}
```
### OpenAI Codex
```bash
codex mcp add efecto -- npx -y @efectoapp/mcp
```
### Windsurf / Cursor / Cursor / Any MCP Client
```json
{
"mcpServers": {
"efecto": {
"command": "npx",
"args": ["-y", "@efectoapp/mcp"]
}
}
}
```
</details>
## What's Included
### 46 MCP Tools
Create sessions, build artboards, add layouts with JSX + Tailwind CSS, modify nodes, export images, manage themes, and more. Full programmatic control of the Efecto design canvas.
### 3 Design Skills
Skills teach your AI agent *how to design well* — not just how to call tools. Without skills, your agent can create artboards and add sections. With skills, it knows typography scales, platform-specific sizing, layout patterns, and visual hierarchy.
| Skill | What it teaches |
|-------|----------------|
| **Web Design** | Landing pages, dashboards, marketing sites, pricing pages, app UIs. Layout patterns, component structure, responsive design, Tailwind best practices. |
| **Social Media** | Instagram carousels, YouTube thumbnails, TikTok covers, TwitterAgent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.