manage-skills

Detect changes to .claude/skills and .claude/packs and synchronize verify-* skills into packs.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/zdpk/skills --skill manage-skills-zdpk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/zdpk/skills/tree/main/dotfiles/skills/custom/meta/manage-skills
Command: npx skills add https://github.com/zdpk/skills --skill manage-skills-zdpk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aligns verify skills and install packs with repository changes to keep verification accurate and up-to-date across projects.

Core Features & Use Cases

  • Automated detection of changes to .claude/skills and .claude/packs, triggering alignment updates.
  • Synchronizes new or updated verify-* skills into appropriate packs and summarizes changes for release notes.
  • Supports a repeatable workflow for maintaining verification coverage during repository evolution.

Quick Start

Run verify-implementation after reviewing changes to .claude/skills and .claude/packs to refresh install packs.

Frequently Asked Questions about manage-skills

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

FAQPage Schema
How do I keep verify skills synchronized with repository changes in .claude/skills?▼

To keep verify skills synchronized with repository changes, run verify-implementation after modifying .claude/skills directories. It detects new or updated verify-* skills and aligns them into appropriate packs automatically.

What is the best way to automate pack management for new verify-* skills?▼

Automating pack management for verify-* skills involves detecting changes within .claude/packs and summarizing updates for release notes. This Skill triggers alignment updates to include new verification skills in the correct install packs.

How does git-diff detection work for updating skillsctl and install packs?▼

Git-diff detection identifies modifications within .claude/skills, .claude/packs, and scripts/skillsctl. It uses these repository changes to trigger alignment updates, ensuring verification coverage reflects the latest codebase evolution accurately.

Can I use this to generate release notes for pack updates?▼

Yes, you can use this to generate release notes for pack updates. It summarizes repository changes made to verify skills and install packs, providing a repeatable workflow for documenting verification coverage during project evolution.

Do I need to manually update install packs when adding new skills across projects?▼

No, you do not need to manually update install packs when adding new skills. The automated detection mechanism synchronizes new or updated verify-* skills into appropriate packs based on repository changes across projects.