skills-readme-updater
25
总安装量
12
周安装量
#15039
全站排名
安装命令
npx skills add https://github.com/oldwinter/skills --skill skills-readme-updater
Agent 安装分布
claude-code
10
gemini-cli
9
antigravity
9
windsurf
9
trae
9
opencode
9
Skill 文档
Skills README Updater
Automatically scan and update the skills README.md when skills are added, modified, or removed.
Usage
After adding or modifying a skill, run the update script:
python3 ~/.claude/skills/skills-readme-updater/scripts/update_readme.py
The script will:
- Scan all subdirectories in
~/.claude/skills/ - Parse YAML frontmatter from each
SKILL.md - Categorize skills based on predefined categories
- Generate an updated
README.mdwith:- Categorized skill tables
- Directory structure
- Usage instructions
- Timestamp
Categories
Skills are organized into these categories:
| Category | Skills |
|---|---|
| äºåºç¡è®¾æ½ | aws-cli, aws-cost-explorer, eksctl |
| Kubernetes & GitOps | kubectl, argocd-cli, kargo-cli, sync-to-prod |
| 代ç ä»åº | github-cli, gitlab-cli, changelog-generator |
| å¼åå·¥å · | justfile, skill-creator, skills-readme-updater |
| å 容å¤ç | humanizer-zh, obsidian-dashboard |
To add a new category or reassign skills, edit the CATEGORIES dict in scripts/update_readme.py.
Workflow: Adding a New Skill
- Create the skill using
skill-creator - Edit
SKILL.mdwith proper metadata - Run the README updater:
python3 ~/.claude/skills/skills-readme-updater/scripts/update_readme.py - Verify the README was updated correctly