Skill Directory Manager

Update the master Skill directory when SKILL.md files change.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill skill-directory-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Directory Manager
Source: https://github.com/bibo1243/claw_memory/tree/main/skills/skill_directory_manager
Command: npx skills add https://github.com/bibo1243/claw_memory --skill skill-directory-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

這個技能解決在 Agent 系統中大量 Skill 目錄的管理與同步問題,當任何 Skill 的 SKILL.md 被新增、修改或刪除時,必須確保 00_所有_Skill_說明目錄.md 同步更新。

Core Features & Use Cases

  • 自動同步 Skill 目錄:在 Skill 變更時自動更新 00_所有_Skill_說明目錄.md。
  • 前置條件驗證:確保 Skill 的 SKILL.md YAML frontmatter 至少包含 name 與 description。
  • 統一格式與易於查詢:維護一致的目錄表,方便使用者快速定位到對應說明。

Quick Start

Create or update a Skill's SKILL.md and trigger the automated synchronization to refresh the master directory.

Frequently Asked Questions about Skill Directory Manager

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

FAQPage Schema
How do I automatically sync a markdown skill directory when files change?

To automatically sync a markdown skill directory, this Skill monitors SKILL.md file changes and updates the master directory file to maintain a single source of truth for all entries.

What happens if SKILL.md frontmatter is missing required fields during directory sync?

During directory sync, if SKILL.md frontmatter is missing required fields, the process enforces validation by requiring at least the name and description fields before updating the master directory.

How do I keep skill management directories consistent across creation, modification, and deletion events?

To keep skill management directories consistent, this tool covers creation, modification, and deletion events to automatically update the master directory and keep all entries synchronized.

Does directory sync support auditing and discovery for a large number of Agent Skills?

Yes, directory sync supports auditing and discovery by formatting the master directory entry consistently, allowing users to quickly locate and audit specific Skill documentation.

What is the best way to maintain a single source of truth for markdown documentation directories?

The best way to maintain a single source of truth for markdown documentation directories is using automated synchronization to refresh the master directory whenever individual SKILL.md files are updated.