Skip to content



Agent skills

Open-source skills for AI agents, distilled from how we audit, migrate, and ship content platforms. Install them into Claude Code or any agent that reads SKILL.md.

cms-to-mdx-migration

Migrate content from a headless CMS (Sanity, Contentful, WordPress) to MDX files on disk. Covers migration script architecture, resumable progress tracking, rich text to Markdown conversion gotchas, internal link resolution, frontmatter escaping, and component mapping. Use when asked to migrate off a CMS, convert structured content to MDX, or move a site to content-on-disk.

SKILL.md · sha256:8a114b9cda77

content-negotiation-audit

Test whether a website serves agent-readable Markdown through content negotiation. Fetches the sitemap, samples pages at random, requests each twice (Accept text/html vs text/markdown), and grades the gap across three failure tiers, no negotiation at all, leaked component placeholders in the Markdown, or content that silently goes missing (FAQ answers, tab panels, client-rendered lists). Produces a per-page scorecard and an overall verdict. Use when asked to check AI readability, Markdown parity, llms.txt setup, or how a site looks to AI crawlers and agents.

SKILL.md · sha256:093753665cf9

sanity-groq-conventions

Write maintainable GROQ for Sanity projects. Covers query file organisation, naming conventions, reusable projection fragments, parameters and localisation patterns, response typing, and query performance practices like explicit filtering and projection over whole documents. Use when writing or reviewing GROQ queries, structuring a queries file, or wiring Sanity data fetching into a frontend.

SKILL.md · sha256:723aa16fbca0

sanity-schema-design

Author Sanity schema the way an agency ships it to editors. Covers defineType/defineField conventions, schema icons, studio folder structure, page builder block organisation, reusable field templates with editor-facing descriptions, TypeScript type generation, and turning design screenshots into schema. Use when creating or reviewing Sanity schema types, building a page builder, or scaffolding a studio.

SKILL.md · sha256:ad788c864e54

sitemap-audit

Audit a website's sitemap.xml to enumerate every unique page type, group URLs by pattern, and surface hidden or anomalous pages (test/staging leaks, orphaned one-offs, naming inconsistencies, pagination quirks). Use when scoping a rebuild or migration, asking "what pages does this site have", researching a competitor, or prepping a proposal where a single missed page type would derail the estimate.

SKILL.md · sha256:6d5db6ffdfd8

For agents

These skills are published for discovery per the agent skills discovery RFC. The machine-readable index lives at /.well-known/agent-skills/index.json with a sha256 digest per skill. Each skill is a single SKILL.md file, licensed MIT.