skills: rename heylogs skill to changelog and categorize skills - #570
skills: rename heylogs skill to changelog and categorize skills#570koppor wants to merge 2 commits into
Conversation
Rename the public `heylogs` skill to `changelog` so it no longer collides with the project/CLI name in skill pickers, and front-load action verbs in descriptions to avoid awkward truncation. Remove the internal `create-rule` and `create-versioning` skills, which are not used by maintainers and should not be public. Simplify the install command to `npx skills add nbbrd/heylogs` since the repo now ships a single skill. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Move the changelog skill under skills/usage/ and restore create-rule and create-versioning under skills/contributing/ using the catalog layout (skills/<category>/<name>/SKILL.md) supported by npx skills. Add metadata.category to all skills and prefix the contributing-skill descriptions so the grouping is visible to consumers. Fix the relative links broken by the deeper nesting (README, AGENTS, in-skill ../../../). The npx skills install command (npx skills add nbbrd/heylogs) is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Oh, they really offer |
|
I haven't found any documentation of the Also, the I'm quite confused about all this stuff 😕 |
My first skill with
npx skills, therefore learning. Trying to code and fix fast :)Current state:
With this update, only one
changelogskill - no internal repo code skill any more.Follow-up to #565