Skill Manager

Manage AI skills through a command-line interface for install, list, remove, and update operations.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Delay-n-days/dbcjson5 --skill skill-manager-delay-n-days
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Skill Manager
Source: https://github.com/Delay-n-days/dbcjson5/tree/main/.github/skills/skill-manager
Command: npx skills add https://github.com/Delay-n-days/dbcjson5 --skill skill-manager-delay-n-days

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of AI skills by providing a command-line interface for installing, listing, removing, and updating skills.

Core Features & Use Cases

  • Install Skills: Add new skills to your project from .skill files.
  • List Skills: View all currently installed skills.
  • Remove Skills: Uninstall skills that are no longer needed.
  • Update Skills: Replace existing skills with newer versions.
  • Get Info: Display details about a specific installed skill.

Quick Start

Use the skill-manager to install the skill from the file 'new-skill.skill'.

Frequently Asked Questions about Skill Manager

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

FAQPage Schema
How do I manage AI skills installation and updates from the command line?▼

You can manage AI skills installation and updates from the command line by using a dedicated CLI tool to install, list, remove, and update modular skill files within your project environment.

What is the process to install a new AI skill from a .skill file?▼

To install a new AI skill from a .skill file, you use the skill-manager command-line interface to add the file directly to your project, integrating it into your modular AI system.

Can I view details and information about currently installed AI skills?▼

Yes, you can view details and information about currently installed AI skills by using the CLI to list all skills or request specific information about an individual skill's configuration.

How do I remove or replace existing AI skills with newer versions?▼

You can remove or replace existing AI skills with newer versions by executing the uninstall and update commands through the command-line interface to maintain your modular system.

Does the skill manager support various skill file formats for deployment?▼

Yes, the skill manager supports various skill file formats for deployment, allowing you to organize and maintain a modular AI system with flexible file compatibility during installation and updates.

Why do I need a dedicated tool for organizing and maintaining a modular AI system?▼

You need a dedicated tool for organizing and maintaining a modular AI system because it simplifies the lifecycle management of skills, ensuring efficient installation, tracking, and removal through a centralized command-line interface.