Skip to content

jakerains/AgentSkills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

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.


Quick Start

# Install all skills (works instantly via npx)
npx skills add jakerains/AgentSkills

Supported Agents

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

Available Skills

vercel-workflow

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-workflow

elevenlabs

Complete 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 elevenlabs

skill-seekers

Convert 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-seekers

shot-list

Generate professional shot lists from scripts

Use for: Film/video production planning, screenplay breakdowns, shot planning

npx skills add jakerains/AgentSkills --skill shot-list

nextjs-pwa

Build 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-pwa

sam3

Create 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 sam3

docxmakebetter

Comprehensive 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 docxmakebetter

onnx-webgpu-converter

Convert 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

Installation Options

# 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> -y

What Are Skills?

Skills 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.


Contributing

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.


License

MIT


Powered by add-skill

About

Personal Claude Code skills library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •