Teach your AI to write Filemark docs
Filemark ships a single Markdown skill file that teaches Claude Code, Cursor, Codex — any SKILL.md-aware agent — every component, the task DSL, the filter grammar, and the HTML-in-markdown gotchas that normally take a debugging session to discover.
One command, any project
From the root of the project you want the skill available in:
npx skills add thesatellite-ai/filemarkOr pull the file directly — global Claude Code skill:
mkdir -p ~/.claude/skills/filemark
curl -sL https://raw.githubusercontent.com/thesatellite-ai/filemark/main/skills/filemark/SKILL.md \
-o ~/.claude/skills/filemark/SKILL.md…or per-project:
mkdir -p .claude/skills/filemark
curl -sL https://raw.githubusercontent.com/thesatellite-ai/filemark/main/skills/filemark/SKILL.md \
-o .claude/skills/filemark/SKILL.mdAuto-loads on demand. Once installed, the skill activates the moment your agent edits a .md / .mdx file meant for Filemark — no manual invocation.
What the skill covers
The grammar for every interactive component, plus the markdown-native task system and the parser rules that prevent silent breakage.
- Callout / Tabs / Details
- Stats / ADR / DocBlock
- Datagrid (CSV with type hints)
- Chart (bar / line / pie / area …)
- Kanban from markdown tasks
- Mindmap / Timeline / Roadmap
- ER diagrams (SQL / Prisma / DBML)
- TaskList / TaskStats / TaskTimeline
- 30+ rich-doc components
Every component above has a worked example in the live gallery — which doubles as the component reference.