Supercharge your AI coding agent with powerful skills.
Skills are modular packages that give AI agents specialized knowledge, workflows, and capabilities. Install them once, use them everywhere.
# Install all skills (works instantly via npx)
npx skills add jakerains/AgentSkillsWorks 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 |
Build durable, long-running workflows with Vercel's Workflow DevKit
Use for: Background jobs, AI agents, webhooks, scheduled tasks, retry logic, multi-step workflows in Next.js
npx skills add jakerains/AgentSkills --skill vercel-workflowComplete ElevenLabs AI audio platform
Use for: Text-to-speech, speech-to-text, voice cloning, sound effects, music generation, dubbing, voice agents, voice changer, and all ElevenLabs API/SDK/MCP features
npx skills add jakerains/AgentSkills --skill elevenlabsConvert any documentation into an agent skill
Use for: Turning docs websites, GitHub repos, and PDFs into installable skills
npx skills add jakerains/AgentSkills --skill skill-seekersGenerate professional shot lists from scripts
Use for: Film/video production planning, screenplay breakdowns, shot planning
npx skills add jakerains/AgentSkills --skill shot-listBuild Progressive Web Apps with Next.js
Use for: PWA setup, service workers, offline support, caching strategies, push notifications, install prompts, Serwist/next-pwa configuration
npx skills add jakerains/AgentSkills --skill nextjs-pwaCreate and work with Meta SAM 3 for open-vocabulary segmentation
Use for: SAM3 setup, Hugging Face checkpoint auth, image/video segmentation workflows, Python integration, fine-tuning, and SA-Co evaluation
npx skills add jakerains/AgentSkills --skill sam3Comprehensive Word document creation, editing, and analysis
Use for: Creating .docx files, tracked changes, comments, redlining workflows, document review, text extraction from Word documents
npx skills add jakerains/AgentSkills --skill docxmakebetterConvert HuggingFace models to ONNX for browser inference with Transformers.js + WebGPU
Use for: ONNX conversion, optimum-cli export, model quantization (fp16/q8/q4), Transformers.js setup, WebGPU inference, running ML models in the browser
npx skills add jakerains/AgentSkills --skill onnx-webgpu-converter# List all available skills
npx skills add jakerains/AgentSkills --list
# Install a specific skill to current project
npx skills add jakerains/AgentSkills --skill <skill-name>
# Install globally (available in all projects)
npx skills add jakerains/AgentSkills --skill <skill-name> -g
# Install all skills at once
npx skills add jakerains/AgentSkills
# Non-interactive mode (for CI/CD)
npx skills add jakerains/AgentSkills --skill <skill-name> -ySkills extend AI coding agents with:
- Specialized Knowledge — Domain expertise the agent can reference
- Workflows — Step-by-step processes for complex tasks
- Tools & Scripts — Executable code for deterministic operations
- Best Practices — Patterns and conventions for specific technologies
Once installed, your agent automatically loads relevant skills based on context.
Have a skill idea? PRs welcome! Each skill needs:
skills/your-skill/
├── SKILL.md # Main skill file with YAML frontmatter
└── references/ # Optional: detailed docs loaded on-demand
See CLAUDE.md for the full skill creation guide.
MIT