Agent skill
skills-readme-updater
This skill should be used after creating or modifying skills to update the main README.md file. It scans all skills in ~/.claude/skills/, extracts metadata from SKILL.md files, and regenerates the README with categorized skill listings. Triggers on requests mentioning "update skills readme", "refresh skills list", or after adding new skills.
Install this agent skill to your Project
npx add-skill https://github.com/oldwinter/skills/tree/main/meta-skills/skills-readme-updater
SKILL.md
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:
bash
python3 ~/.claude/skills/skills-readme-updater/scripts/update_readme.py - Verify the README was updated correctly
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
fundraising
Plan and run an early-stage fundraising process and produce a Fundraising Pack (raise decision memo, round design brief, pitch narrative + deck outline, investor pipeline + tracker, outreach/follow-up scripts, diligence checklist). Use for fundraising, raising capital, venture capital, pitch deck, investor outreach, pre-seed, seed. Category: Career.
ai-evaluation-evals
Create AI evaluation plans with benchmarks, rubrics, and error analysis workflows.
giving-presentations
Plan and deliver persuasive, confident presentations and produce a Presentation Pack (brief, narrative, slide outline, Q&A bank, pre-brief plan, rehearsal plan, delivery checklist). Use for presentation, deck, keynote, all-hands, exec review, demo talk track. Category: Communication.
personal-productivity
Build a Personal Productivity System Pack (weekly timebox plan, capture+to-do system, daily/weekly review rituals, and a 7-day rollout). Use for timeboxing, calendar blocking, and staying on top of high-volume leadership work. Category: Career.
ai-product-strategy
Create an AI Product Strategy Pack (thesis, prioritized use cases, system plan, eval + learning plan, agentic safety plan, roadmap). Use for AI product strategy, LLM/agent strategy, AI roadmap, AI-first product direction.
career-transitions
Plan and execute a career transition and produce a Career Transition Pack (progress metric + push/pull map, target archetypes, option scorecard, opportunity pipeline + outreach scripts, skills plan, 4–12 week experiment plan). Use for career change, career pivot, career transition, switching roles. Category: Career.
Didn't find tool you were looking for?