Skip to content

docs(readme): link skill names to their SKILL.md files - #77

Open
CelaniDe wants to merge 1 commit into
Leonxlnx:mainfrom
CelaniDe:main
Open

docs(readme): link skill names to their SKILL.md files#77
CelaniDe wants to merge 1 commit into
Leonxlnx:mainfrom
CelaniDe:main

Conversation

@CelaniDe

Copy link
Copy Markdown

Summary

Link each skill name in the README tables to its SKILL.md file.

Why

The README lists every skill in two tables (implementation skills and image-generation skills), but the skill names were plain text. To actually read a skill's instructions, a user had to leave the README, open the skills/ folder, guess the matching subfolder name, and open SKILL.md manually.

With 13 skills listed, that friction adds up — especially for people comparing several skills before deciding which one to install. Making the folder name a clickable link removes that detour entirely: click the skill name, land directly on its SKILL.md.

This is a pure documentation change with no effect on install behavior (the npx skills add --skill "<install-name>" commands and install names are untouched).

Changes

  • README.md: wrapped each skill's folder name in both tables (## Skills and ### Image generation skills) with a relative markdown link to skills/<folder>/SKILL.md.

Test plan

  • Confirmed every linked path exists (skills/<name>/SKILL.md) for all 13 skills referenced.
  • Verified table formatting still renders correctly (columns intact, no broken markdown).

…mp straight to a skill's instructions from the tables instead of browsing the skills/ folder manually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant