con un clic
example-claude-code-skills
example-claude-code-skills contiene 3 skills recopiladas de skills-lock, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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.