skill-manager

Audit local GitHub-based AI skills and check for remote updates via Git.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of your AI skills, especially those integrated from GitHub, by automating updates and providing clear status reports.

Core Features & Use Cases

  • Audit & Check: Scans your local skills, checks for updates on GitHub, and reports their status (Stale/Current).
  • Update Workflow: Guides the process of updating skill wrappers and SKILL.md files.
  • Inventory Management: Lists all installed skills and allows for deletion.
  • Use Case: Regularly run a scan to ensure all your GitHub-imported skills are up-to-date, preventing compatibility issues and leveraging the latest features.

Quick Start

Scan your skills directory for any available updates.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I check if my GitHub-based AI skills have available updates?

To check for updates on GitHub-based AI skills, you can run a scan that audits your local installations, checks remote repositories via Git, and reports the status of each skill as either Stale or Current.

What is the best way to manage the lifecycle of GitHub-integrated skills?

Managing the lifecycle of GitHub-integrated skills involves auditing local installations, checking for remote updates via Git, and facilitating guided upgrades to ensure your skill wrappers and SKILL.md files remain current.

How do I update skill wrappers and SKILL.md files from a remote repository?

You can update skill wrappers and SKILL.md files by following a guided update workflow that checks the remote GitHub repository for changes and applies the latest modifications to your local installation.

Can I list and delete installed AI skills locally?

Yes, you can list all installed AI skills for inventory management and delete specific skills to clean up your local environment and maintain an organized skills directory.

Does skill management work without github_url and github_hash metadata?

No, the skill management lifecycle operates specifically on skills that contain github_url and github_hash metadata, as these fields are required to check remote repositories and verify local installations.

Why are my locally installed skills showing as Stale during an audit?

Skills show as Stale during an audit when the remote GitHub repository contains updates that differ from your local installation, indicating that your local github_hash does not match the latest remote version.