Skip to content

Render skill SKILL.md files as website pages and link to them - #241

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

Render skill SKILL.md files as website pages and link to them#241
d-morrison merged 2 commits into
mainfrom
claude/skill-markdown-pages-ssjj79

Conversation

@d-morrison

Copy link
Copy Markdown
Collaborator

Summary

  • Add skills/*/SKILL.md glob to _quarto.yml render list so each skill renders as its own page on the website
  • Link every skill name in the skills.qmd category tables to its rendered page
  • Link skill mentions in workflow.qmd to the corresponding skill pages

Closes #240


Generated by Claude Code

Add skills/*/SKILL.md glob to _quarto.yml so each skill renders as its
own page. Link every skill name in skills.qmd tables and skill mentions
in workflow.qmd to the corresponding page.

Closes #240

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

This comment has been minimized.

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

Copy link
Copy Markdown
Collaborator Author

ARD summary

  • Address — linked post-merge and ums in the merge-it sentence in workflow.qmd (commit 252a48b).
  • Defer — alias SKILL.md files referencing canonical paths as bare filesystem text (not Quarto cross-references) is pre-existing and out of scope here; filing a follow-up issue.

Generated by Claude Code

@claude

claude Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Claude finished @d-morrison's task in 51s —— View job


Code Review — PR #241 (confirming review)

  • Gather context and understand the request
  • Check fix for post-merge and ums links in workflow.qmd
  • Verify no new issues introduced
  • Post confirming review

Verdict: Clean — prior findings fully addressed

Commit 252a48b applies exactly the fix requested in the prior review: workflow.qmd line 94 now links both post-merge and ums using the same relative-path format as the other five skill mentions on the page:

The [`merge-it`](skills/merge-it/SKILL.md) skill chains `merge-it` → [`post-merge`](skills/post-merge/SKILL.md) → [`ums`](skills/ums/SKILL.md) automatically when you say "merge it".

Both skills/post-merge/SKILL.md and skills/ums/SKILL.md exist in the repo — no dead links introduced.

The deferred item (alias SKILL.md files referencing canonical paths as bare text) is appropriately tracked as a follow-up and outside this PR's scope.

No new issues found. The prior verdict — one minor nit, otherwise looks good — now stands as fully clean.

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

Render skill SKILL.md files as website pages and link to them from skills.qmd and workflow.qmd

2 participants