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.
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:
bun .claude/skills/generate-readme-table/scripts/generate-readme-table.ts
To update the README.md file directly:
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:
<!-- 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:
.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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?