Content Source Router

Use when dispatching a content-fetch task across the multiple sources the site reads from — local markdown under `content/`, MDX with React components under `content/mdx/`, and a headless-CMS sync under `lib/cms/`. Activate this skill whenever the task says 'render this content' or 'where does this post come from' without naming a specific source, or when adding a new source to the routing surface. Do NOT use for the actual rendering of one source (use the per-source skill — `markdown-post-frontmatter-validation`, an MDX rendering skill, or a CMS-sync skill) or for chasing a specific routing bug (use debugging).

jacob-balslev 4b3350b 2 files · 5.6 KB Updated

File contents

jacob-balslev/skill-graph/tree/main/examples/projects/markdown-static-site/skills/content-source-router commit 4b3350ba3b

Frequently asked questions

npx skillmds@latest add jacob-balslev/content-source-router