Skip to content
BeClaude

sakuin

New
GitHub TrendingDocumentationby AutumnSky1010

Scan SKILL.md files and render a browsable skill index into README and GitHub Wiki.

Summary

md files in your repository and generates a browsable index of all available skills, updating both your README and GitHub Wiki.

  • It helps developers quickly discover and navigate skills without manually maintaining documentation.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/sakuin.md https://raw.githubusercontent.com/AutumnSky1010/sakuin/main/SKILL.md
3
Invoke in Claude Code
/sakuin

Use Cases

Automatically generate a skill index in README after adding a new SKILL.md file.
Update the GitHub Wiki with a structured list of skills for team documentation.
Verify that all skills in the repo have corresponding SKILL.md files and are indexed.
Reindex skills after renaming or reorganizing skill directories.
Generate a searchable skill catalog for onboarding new team members.
Integrate into CI/CD to keep skill documentation in sync with code changes.

Usage Examples

1

/sakuin

2

/sakuin --wiki

3

Scan my project for all SKILL.md files and update the README index.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is sakuin?

Sakuin scans SKILL.md files in your repository and generates a browsable index of all available skills, updating both your README and GitHub Wiki. It helps developers quickly discover and navigate skills without manually maintaining documentation.

How to install sakuin?

To install sakuin: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/sakuin.md https://raw.githubusercontent.com/AutumnSky1010/sakuin/main/SKILL.md. Finally, /sakuin in Claude Code.

What is sakuin best for?

sakuin is a skill categorized under Documentation. Created by AutumnSky1010.

What can I use sakuin for?

sakuin is useful for: Automatically generate a skill index in README after adding a new SKILL.md file.; Update the GitHub Wiki with a structured list of skills for team documentation.; Verify that all skills in the repo have corresponding SKILL.md files and are indexed.; Reindex skills after renaming or reorganizing skill directories.; Generate a searchable skill catalog for onboarding new team members.; Integrate into CI/CD to keep skill documentation in sync with code changes..