mit einem Klick
example-claude-code-skills
example-claude-code-skills enthält 3 gesammelte Skills von skills-lock, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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.