← スキル一覧に戻る

hypopermits-jupyterbook-format
by Guillemdb
soft math for solving hard problems
⭐ 0🍴 0📅 2026年1月7日
SKILL.md
name: hypopermits-jupyterbook-format description: "Normalize or convert Markdown documents to the Jupyter Book/MyST format used by docs/source/hypopermits_jb.md, including prf: directives, admonitions for remarks, internal/external hyperlinks, and LaTeX math conventions (especially table math without raw |). Use when updating project docs to match that format."
Hypopermits JupyterBook Format
Overview
Normalize a Markdown document to the Jupyter Book style in docs/source/hypopermits_jb.md, preserving content while standardizing proof directives, admonitions, cross-references, and LaTeX math.
Workflow
- Open
docs/source/hypopermits_jb.mdand the target document; scan the section structure, directive usage, labels, and admonitions to mirror. - Align scaffolding: keep YAML frontmatter (title/subtitle/author) and heading hierarchy consistent with the reference document.
- Label section headers using MyST target syntax on the line above the heading (e.g.,
(sec-some-section)=), mirroringdocs/source/hypopermits_jb.md; avoid inline{#sec-...}heading anchors (as seen indocs/source/sketches/fragile/fragile-index.md). - Convert formal statements to
prf:directives (definition,theorem,lemma,corollary,axiom,proof,example,remark); add:label:using the same naming style (def-,thm-,lem-,cor-,ax-,rem-,proof-,sec-) but never use numeric patterns (numbers are generated dynamically elsewhere). Use descriptive slugs from titles/keywords instead, and keep any:class:annotations. - Wrap remarks and callouts in admonitions: use
:::{prf:remark}for remarks and:::{note},:::{tip},:::{warning}for other callouts; include a:label:line for every admonition (userem-forprf:remark,note-/tip-/warn-for the others) and use:class: dropdownfor long tips. - Replace informal references with links: use
{prf:ref}for proof directives,{ref}for sections/labels,{cite}for citations, and[text](url)for external URLs. - Normalize math: use
$...$for inline and$$...$$for display; use\mathcal,\mathbb,\mathbf,\mathrm, and\text{}; use\text{-}for hyphenated math terms (e.g.,\infty\text{-topos}). - Fix table math: remove raw
|inside table cells and replace with\lvert...\rvert,\left|...\right|,\lVert...\rVert, or\mid, then wrap in$...$.
Conventions Reference
Use skills/hypopermits-jupyterbook-format/references/hypopermits_jb_conventions.md for concrete syntax patterns and examples.
Guardrails
- Preserve meaning; change only formatting and LaTeX conventions unless a correction is required for math clarity.
- Keep labels stable when migrating existing references; add new labels following the same prefix style without numeric patterns.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です