skill-manager

Audit local GitHub Skills folders and sync with remote versions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the lifecycle of installed GitHub Skills by auditing local installations and syncing with remote versions to keep everything aligned.

Core Features & Use Cases

  • Audit: Scan local skill folders to inventory installed skills.
  • Check: Compare local hashes to remote commits to identify drift.
  • Report: Generate status reports for governance and repair workflows.
  • Update: Provide guided upgrades to keep skills current.
  • Inventory: List and remove skills as needed.

Quick Start

Audit the local GitHub skills folder and generate a lifecycle report for each skill.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I audit local GitHub skills installations and check for version drift?

To audit GitHub skills, scan local folders to inventory installations, then compare local hashes to remote commits to identify version drift and generate a lifecycle status report.

What is the best way to manage the lifecycle of multiple installed GitHub skills?

Managing the lifecycle of multiple GitHub skills involves running a scripts suite to execute deterministic audit, check, report, and update tasks, keeping local installations synced with remote versions.

Do I need a specific folder structure for GitHub skills version checks to work?

Yes, GitHub skills version checks require local folders containing a SKILL.md file with name and description frontmatter, which allows the scripts suite to properly inventory and audit installations.

Can I generate a governance report for my local GitHub skills inventory?

Yes, you can generate a status report for governance and repair workflows by auditing local skill folders and comparing local installations against remote commits to identify drift.

How do I perform guided upgrades for outdated GitHub skills?

Perform guided upgrades for GitHub skills by executing the update task from the scripts suite, which provides step-by-step synchronization to keep local installations current with remote versions.

Can I list and remove installed GitHub skills from my local environment?

Yes, you can list and remove installed GitHub skills using the inventory functionality, which scans local folders to manage your active skill set and clean up unused installations.