manage-skills

Solid

Searches the SkillsMP registry, installs skills locally or globally, creates custom skills with SKILL.md frontmatter, and manages the skill lifecycle. Use when the user wants to find skills, add new capabilities, install a skill, browse available skills, create a custom skill, or manage the skills system.

AI & Automation 499 stars 105 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Manage Skills ## When to Use When a user wants to find skills, install them, create new ones, or understand the skills system. ## Verify Installation After installing a skill, confirm it's available: ```bash gitagent skills list -d ./my-agent | grep "code-review" ``` ## Search Skills ```bash # Search SkillsMP registry gitagent skills search "code review" # Search GitHub gitagent skills search "pdf reader" --provider github # Limit results gitagent skills search "testing" --limit 5 ``` ## Install Skills ```bash # Install from SkillsMP to agent-local skills/ gitagent skills install code-review -d ./my-agent # Install globally to ~/.agents/skills/ gitagent skills install code-review --global # Install from GitHub gitagent skills install owner/repo#skills/my-skill --provider github ``` ## List Skills ```bash # Show all discovered skills (local + global) gitagent skills list -d ./my-agent # Only agent-local skills gitagent skills list -d ./my-agent --local ``` ## Inspect a Skill ```bash gitagent skills info code-review -d ./my-agent ``` Shows: name, description, license, allowed tools, metadata, optional directories. ## Create a Skill 1. Create directory: `skills/<name>/` 2. Create `SKILL.md` with frontmatter: ```markdown --- name: my-skill description: What this skill does (max 1024 chars) license: MIT allowed-tools: Read Edit Grep Glob Bash metadata: author: your-name version: "1.0.0" category: developer-tools --- # Instructions [Detailed instructi...

Details

Author
open-gitagent
Repository
open-gitagent/gitagent
Created
3 months ago
Last Updated
5 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-manager

Install, list, and remove community skills from GitHub or local paths. Triggers on /agent:skill, /agent:skill install, /agent:skill list, /agent:skill remove, "instalar skill", "listar skills", "remover skill", "eliminar skill", "agregar skill", "install skill from github".

56 Updated today
crisandrews
AI & Automation Listed

agenticx-skill-manager

Guide for managing AgenticX skills including listing, searching, installing, uninstalling, publishing, and running a skill registry server. Use when the user wants to manage skills, find available skills, publish custom skills, set up a skill registry, or understand the skill ecosystem.

1 Updated 2 days ago
opencue
AI & Automation Listed

agenticx-skill-manager

Guide for managing AgenticX skills including listing, searching, installing, uninstalling, publishing, and running a skill registry server. Use when the user wants to manage skills, find available skills, publish custom skills, set up a skill registry, or understand the skill ecosystem.

1 Updated 4 days ago
opencue
AI & Automation Listed

agenticx-skill-manager

Guide for managing AgenticX skills including listing, searching, installing, uninstalling, publishing, and running a skill registry server. Use when the user wants to manage skills, find available skills, publish custom skills, set up a skill registry, or understand the skill ecosystem.

1 Updated 1 weeks ago
opencue
AI & Automation Solid

skills-manager

搜索、安装和创建 Claude Code Agent Skills。当用户想要搜索技能、安装工具、创建自定义 Skill,或者说"find a skill"、"搜索技能"、"帮我做个 skill"、"create a skill"时触发。也适用于用户说"有没有做 X 的工具"、"我想扩展 Agent 能力"的场景。

46,699 Updated today
CherryHQ