You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: restructure skill markdown URLs and improve the site (#171)
* refactor: restructure skill markdown URLs and improve site
* add note about not relying on cache
* fix the text on how it works
* add the source commit for a skill
* add times and commit to skill page
<p>Every skill is available in three formats, linked from the skill page and cross-referenced in JSON-LD:</p>
30
29
<ul>
31
30
<li><strong>HTML</strong> (<code>/skills/<slug>/</code>) — human-readable page with navigation.</li>
32
-
<li><strong>Markdown</strong> (<code>/skills/<slug>.md</code>) — the original SKILL.md, served as <code>text/markdown</code>. Prefer this for LLM ingestion.</li>
31
+
<li><strong>Markdown</strong> (<code>/skills/<slug>/SKILL.md</code>) — the original SKILL.md, served as <code>text/markdown</code>. Prefer this for LLM ingestion.</li>
0 commit comments