Discover and explore top open-source AI tools and projects—updated daily.
vercel-labsExtend coding agents with reusable skills from any Git repository
New!
Top 19.5% on SourcePulse
Extends coding agents with reusable capabilities by installing "skills" from any Git repository. This tool targets users of AI-powered coding assistants like OpenCode, Claude Code, and GitHub Copilot, enabling them to easily add specialized functionalities such as automated release note generation or custom PR workflows, thereby enhancing agent productivity and standardization.
How It Works
The project provides a Node.js-based CLI tool (npx add-skill) that fetches and installs agent skills. Skills are defined within Git repositories as directories containing a SKILL.md file. This file uses YAML frontmatter to specify the skill's name and description, followed by instructions for the agent. The CLI supports various Git URL formats and automatically detects compatible coding agents installed on the user's system, installing skills to agent-specific directories.
Quick Start & Requirements
npx add-skill <source> (e.g., npx add-skill vercel-labs/agent-skills).npx). The CLI automatically detects installed coding agents.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or roadmap were present in the provided README text.
Licensing & Compatibility
context: fork and Hooks are noted as agent-specific and not universally supported.Limitations & Caveats
Some advanced skill features are not supported by all target agents, requiring users to verify compatibility for specific functionalities. The README outlines troubleshooting steps for common issues like skills not being found or failing to load.
1 day ago
Inactive
agentskills
Adam Elmore(Cofounder of StatMuse; Contributor to opencode).
code-yeongyu