skills-manager

Install, upgrade, list, and uninstall agent skills from Git repositories.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/concaoccc/skill-manager --skill skills-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-manager
Source: https://github.com/concaoccc/skill-manager/tree/main/skills/skills-manager
Command: npx skills add https://github.com/concaoccc/skill-manager --skill skills-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

This skill provides a unified interface to manage agent skills, enabling install, upgrade, list, and uninstall operations from Git repositories, across both project and personal scopes.

Core Features & Use Cases

  • Install a skill from a Git repository into the agent's skill cache or target location.
  • Upgrade an existing skill to the latest version from its source repository.
  • List installed skills and get details across project and personal scopes.

Quick Start

Install the skills-manager from a git repo and configure your preferred installation scope.

Frequently Asked Questions about skills-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install agent skills from a Git repository?

You can install agent skills from a Git repository by using a management interface that downloads scripts and parses Skill.md frontmatter metadata to place them into your target location or machine cache storage.

What is the best way to manage AI agent skills across project and personal scopes?

Managing AI agent skills across project and personal scopes requires a unified interface that handles installation, upgrade, listing, and uninstall operations to ensure consistent skill management across different contexts.

Do I need Git to install and upgrade agent skills?

Yes, Git is required as a dependency to install and upgrade agent skills, because the management process fetches the latest skill versions and metadata directly from remote Git repositories.

Can I upgrade an existing AI skill to the latest version from its source repository?

Yes, you can upgrade an existing AI skill to the latest version directly from its source Git repository, ensuring your project and personal scopes maintain consistent and updated skill versions.

What metadata is required to parse and install skills from remote repositories?

Parsing and installing skills from remote repositories requires Skill.md frontmatter metadata, specifically including the skill's name and description, to correctly process and place the scripts.

How do I list installed skills across different scopes?

You can list installed skills and get details across project and personal scopes by accessing the skill management interface, which queries the machine cache storage to return current skill statuses.