A collection of agent skills for internal use at ElevenLabs.
This repository contains modular skills for AI coding agents. Each skill gives agents the domain knowledge, workflows, and scripts they need to handle specific tasks correctly — without guessing.
Internal use only. See LICENSE.
# Install all skills
npx skills add jakeat11labs/agentskills
# Or just grab one
npx skills add jakeat11labs/agentskills --skill <skill-name>Works with 18+ AI coding agents via skills.sh:
| Agent | Agent | Agent |
|---|---|---|
| AMP | Antigravity | Claude Code |
| ClawdBot | Cline | Codex |
| Cursor | Droid | Gemini |
| GitHub Copilot | Goose | Kilo |
| Kiro CLI | OpenCode | Roo |
| Trae | VSCode | Windsurf |
Self-contained ElevenLabs brand + design system for producing on-brand work in any medium.
Bundles the canonical tokens.css, the full KMR Waldenburg font family, logos, voice orbs, Chladni gradients, icons, sub-brand key art, and a ready-to-edit deck template — plus one reference guide per medium (web/React/shadcn/Tailwind, decks/PPTX, video/Remotion, documents, social) and a brand-check workflow. Works fully offline; nothing to download.
Use for: On-brand ElevenLabs web pages, landing pages, slide decks, editable PowerPoint, Remotion video, one-pagers, social graphics; "on-brand", "brand check", "ElevenLabs style", ElevenAgents/ElevenCreative/ElevenAPI.
# Project-local
npx skills add jakeat11labs/agentskills --skill elevenlabs-design-system
# Or install it globally (available in every project)
npx skills add jakeat11labs/agentskills --skill elevenlabs-design-system -gThe official ElevenLabs component library (shadcn-compatible) with voice, audio, and agent UI primitives plus pre-built blocks.
Covers installation via npx @elevenlabs/cli@latest components add <name>, Tailwind v4 + shadcn prerequisites, data-theme dark mode, and a 17-component / 11-block catalog (Orb, Conversation, Waveform, VoicePicker, Message, AudioPlayer, voice-chat, realtime-transcriber, voice-form, etc.). Use before reaching for shadcn/ui or building UI by hand.
Use for: Voice widgets, agent interfaces, conversation UIs, audio players, mic input, transcribers, any ElevenLabs UI component or block, shadcn fallbacks.
# Project-local
npx skills add jakeat11labs/agentskills --skill elevenlabs-ui
# Or install it globally (available in every project)
npx skills add jakeat11labs/agentskills --skill elevenlabs-ui -g# Install all skills
npx skills add jakeat11labs/agentskills
# Install a specific skill
npx skills add jakeat11labs/agentskills --skill <skill-name>
# Install globally (available in all projects)
npx skills add jakeat11labs/agentskills --skill <skill-name> -g
# List what's available
npx skills add jakeat11labs/agentskills --listSkills are modular packages that give AI coding agents specialized knowledge they don't have out of the box. They can include domain expertise, step-by-step workflows, executable scripts, and best practices for specific tools or technologies.
Once installed, your agent automatically loads the relevant skill based on what you're doing — no manual invocation required.
Each skill is just a folder with a SKILL.md file:
skills/your-skill/
├── SKILL.md # Main skill file with YAML frontmatter
├── references/ # Optional: detailed docs loaded on-demand
├── scripts/ # Optional: executable code for deterministic tasks
└── assets/ # Optional: templates, images, fonts used in output
See CLAUDE.md for the full creation guide.
Proprietary — ElevenLabs internal use only. See LICENSE.