prompt-master
Edited manually by editor for test

skills is a command-line interface for managing agent skills across software development tools. It enables developers to discover, install, update, and run reusable instruction sets across supported coding agents including Claude Code, Cursor, Codex, and OpenCode. Skills can be installed globally or per project using symlinks or file copies to standardize agent capabilities across team workflows.
skills is an open-source command-line tool designed to discover, install, and manage instruction sets for AI coding agents. It supports dozens of agents including Claude Code, Cursor, Codex, and OpenCode, allowing software developers to share specialized capabilities across projects and teams.
npx skills add vercel-labs/agent-skillsskills is the CLI for the open agent skills ecosystem built around the Agent Skills specification. Agent skills are structured directories containing a SKILL.md file with YAML frontmatter that defines a name and description alongside instructions and resources. The CLI automatically detects installed coding agents and places skill files into project-level or global directory structures.
Automatically detects and installs skills for supported coding agents.
Installs skills from GitHub repositories, GitLab URLs, direct git paths, or local file paths.
Installs skills locally per project or globally across user directories using symlinks or direct copies.
Generates skill prompts or launches interactive agent sessions on demand using npx skills use.
Built-in CLI commands to search, update, list, initialize, and remove installed skills.
Free and open source under the MIT License.
Edited manually by editor for test
Browse more in this category.