From folio
Compose the manuscript draft: Markdown for white paper, LaTeX for research paper, or merged format for hybrid.
npx claudepluginhub athan-dial/skills --plugin folioThis skill uses the workspace's default tool permissions.
Compose the manuscript draft in the format appropriate to the confirmed mode.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Compose the manuscript draft in the format appropriate to the confirmed mode.
planning/outline.json and planning/claim_ledger.json exist.route.json for effective mode.If prerequisites are missing, direct user to the appropriate prior stage.
planning/outline.json if not already present (same schema as research paper).drafts/paper.md (Markdown, not LaTeX).[Author, Year] in prose; maintain drafts/reference_list.md if full refs.bib is not yet built.drafts/sections/.Gate: Outline sections cover question_tree.json; every non-trivial claim traces to claim_ledger.json.
inputs/template.tex exists, use it as skeleton; else standard article class.drafts/paper.tex section by section:
\cite{key} only for keys in refs.bib.\ref{} / labels consistent with captions.json and figure plan.weak support.drafts/sections/.Validation:
python ../../scripts/check_artifacts.py workspace/
Gate F — Structural integrity: Resolve broken cites/refs per script output.
planning/outline.json covering both conceptual and evidence sections. Mark section track: conceptual | evidence where helpful.drafts/paper.md (conceptual) + drafts/paper.tex (evidence) with drafts/README_hybrid.md documenting stitching.check_artifacts.py on any LaTeX portions.drafts/paper.md and/or drafts/paper.tex.Proceed to folio:review.