Agent skill

generate-readme-table

Generate a markdown table of all skills and descriptions for the README. Run with --write to update README.md directly.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/generate-readme-table

SKILL.md

Generate README Skills Table

Generate a markdown table listing all skills in this repository with their descriptions.

Usage

Run the generator script:

bash
bun .claude/skills/generate-readme-table/scripts/generate-readme-table.ts

To update the README.md file directly:

bash
bun .claude/skills/generate-readme-table/scripts/generate-readme-table.ts --write

README Format

The README.md file must contain marker comments for the table to be inserted:

markdown
<!-- SKILLS-TABLE-START -->
<!-- SKILLS-TABLE-END -->

The script will replace everything between these markers with the generated table.

Output Format

The generated table has two columns:

Skill Description
skill-name What the skill does

Skills are sorted alphabetically by name.

Pre-commit Hook

A pre-commit hook script is provided to automatically regenerate the table when SKILL.md files change:

bash
.claude/skills/generate-readme-table/scripts/pre-commit-readme-table.sh

Install it in your git hooks directory or use with a hook manager like husky or lefthook.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results