Skip to content

Convert bare ~/.claude/skills paths to relative Quarto links in alias files - #243

Merged
d-morrison merged 2 commits into
mainfrom
claude/skill-markdown-pages-ssjj79
Jun 27, 2026
Merged

Convert bare ~/.claude/skills paths to relative Quarto links in alias files#243
d-morrison merged 2 commits into
mainfrom
claude/skill-markdown-pages-ssjj79

Conversation

@d-morrison

Copy link
Copy Markdown
Collaborator

Summary

Replace ~/.claude/skills/NAME/SKILL.md bare filesystem paths in 48 skill files with relative Quarto cross-reference links [NAME](../NAME/SKILL.md). This makes alias and referencing skill pages link to their canonical counterparts when rendered on the website.

Closes #242


Generated by Claude Code

… files

Replace `~/.claude/skills/NAME/SKILL.md` references in 48 skill files
with relative cross-reference links `[NAME](../NAME/SKILL.md)` so alias
and referencing pages link to their canonical counterparts when rendered
on the website.

Closes #242

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018EgTGYgfq9A1fRNmb1pZ57
@claude

This comment has been minimized.

Copy link
Copy Markdown
Collaborator Author

ARD summary

  • Address — updated the alias stub templates in consolidate-skills/SKILL.md and skill-builder/SKILL.md to use the new relative Quarto link format → **[<canonical>](../<canonical>/SKILL.md)** (commit f60d4ed).

Generated by Claude Code

@claude

claude Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Claude finished @d-morrison's task in 1m 15s —— View job


Code Review — PR #243

  • Gather context and understand the request
  • Read updated template files (consolidate-skills/SKILL.md, skill-builder/SKILL.md)
  • Check git diff for the latest commit (f60d4ed)
  • Verify no residual old-format references remain
  • Post review verdict

Verdict: Approved ✓

The follow-up item from the prior review is now resolved. Commit f60d4ed correctly updated both template files:

  • consolidate-skills/SKILL.md — two changes:
    • The "Tell" description (line 55): `→ ~/.claude/skills/<canonical>/SKILL.md``→ **[<canonical>](../<canonical>/SKILL.md)**`
    • The alias stub code template (line 136): old bare path → → **[<canonical>](../<canonical>/SKILL.md)**
  • skill-builder/SKILL.md — one change:
    • The alias file template (line 119): old bare path → → **[<canonical>](../<canonical>/SKILL.md)**

A corpus-wide grep (→ .*~/.claude/skills/) across all skill files returns no matches — no residual old-format alias stubs or templates remain. The remaining ~/.claude/skills/ references in other files (record-learnings, find-overlap, ums, skill-builder, etc.) are all legitimate shell commands using git -C ~/.claude/skills/<name> rev-parse --show-toplevel, not alias stub links — those are correct and untouched.

All 48 alias stubs use the new relative Quarto link format, and the templates now match. The PR is fully clean.

@d-morrison
d-morrison merged commit 0290c79 into main Jun 27, 2026
4 checks passed
@d-morrison
d-morrison deleted the claude/skill-markdown-pages-ssjj79 branch June 27, 2026 02:55
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.

Alias skill pages: convert bare filesystem paths to Quarto cross-reference links

2 participants