A collection of reusable skills for AI coding agents. Each skill extends your agent with a specialized capability — install one or install them all.
Learn more about the skills ecosystem at github.com/vercel-labs/skills.
| Skill | Description |
|---|---|
| snap-context | Converts screenshots into clean, structured markdown without consuming your main context window |
Install a specific skill:
npx skills add sohilpandya/skills --skill snap-contextOr install all skills from this repo:
npx skills add sohilpandya/skills --skill '*'git clone https://github.com/sohilpandya/skills.git
cp -r skills/skills/<skill-name> ~/.claude/skills/git submodule add https://github.com/sohilpandya/skills.git .skills/sohilpandya-skillsWorks with any agent that supports the skills ecosystem:
- Claude Code
- Cursor
- Cline
- OpenCode
- And 30+ others
Contributions are welcome. If you have an idea for a new skill or find an issue with an existing one, open an issue or submit a pull request.
MIT
