Skip to content

fix: skill install path (.claude/skills/<name>/SKILL.md) + refresh Layerbase skill - #132

Open
robertjbass wants to merge 1 commit into
tmcpa:mainfrom
robertjbass:fix/skill-install-path
Open

fix: skill install path (.claude/skills/<name>/SKILL.md) + refresh Layerbase skill#132
robertjbass wants to merge 1 commit into
tmcpa:mainfrom
robertjbass:fix/skill-install-path

Conversation

@robertjbass

Copy link
Copy Markdown
Contributor

Two small fixes.

1. Skill install steps point at a path Claude Code does not load

src/app/skills/[slug]/page.tsx tells readers to save the content as .claude/skills/<slug>.md. Claude Code discovers skills as a directory containing a SKILL.md, so a flat markdown file in .claude/skills/ is never picked up. Corrected to:

  • .claude/skills/<slug>/SKILL.md (project), or ~/.claude/skills/<slug>/SKILL.md to use it everywhere
  • noted that a skill loads automatically when the task matches, in addition to invoking /<slug>

This affects every skill page, not just one listing.

2. Refresh the Layerbase skill content

The mirrored content has drifted from the file published at https://layerbase.com/skill.md. This syncs it: adds the branch-counting rule in section 2 and its two matching bullets in the checklist. No other edits.

npm run build passes locally.

Claude Code discovers skills as .claude/skills/<name>/SKILL.md, so the How to use steps pointed people at a path that never loads. Also mention the ~/.claude/skills location and that a skill is loaded on task match, not only by slash command.

Refresh the Layerbase skill content to match the current file published at layerbase.com/skill.md.
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

@robertjbass is attempting to deploy a commit to the Thomas McParland's projects Team on Vercel.

A member of the Team first needs to authorize it.

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