en un clic
example-claude-code-skills
example-claude-code-skills contient 3 skills collectées depuis skills-lock, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Summarize recent CHANGELOG.md entries since the last release tag. Uses git + cat. Does not modify files or call external services. Use when you want a paragraph summary of what shipped since the last tag, suitable for pasting into a Slack post or a release email.
Greets the user by name. The simplest possible Skill — no shell commands, no network calls, no file access. Useful as a sanity-check that your Claude Code or Codex installation is loading skills correctly.
Cut a new git tag, generate release notes from CHANGELOG.md, and publish via the GitHub API. Uses git, gh; calls api.github.com. Use when preparing a tagged release of this repository.