Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

latexml-oxide

latexml-oxide 收录了来自 dginev 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
7
更新
2026-07-18
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

resolve-issue
软件开发工程师

Drive a public GitHub issue (bug report / feature request / docs request) to a landed resolution on a fresh per-ticket branch. Classifies the issue type, then — for the common case of a TeX source + its conversion — builds a red/green TDD reproducer, writes the approach to a scratch TICKET_APPROACH.md, implements to green, and opens the PR. Pairs with canvas-triage, min-repro, perl-port. Invoke for "resolve issue #N", "work on the bug report", "fix this feature request", "handle issue X", "/resolve-issue".

2026-07-18
perf-check
软件开发工程师

Measure latexml-oxide conversion performance correctly, pick the right build profile, and avoid re-litigating settled optimization questions. Use when benchmarking, comparing against Perl, choosing a profile, diagnosing a slow/OOM conversion, or when tempted to optimize startup/codegen. Invoke for "is this slower?", "benchmark X", "which profile", "optimize startup", "profile this paper", "/perf-check".

2026-07-13
perl-port
软件开发工程师

Faithfully translate or fix a LaTeXML binding (macro / primitive / constructor / column type / package) from the Perl source to Rust. Use whenever you write or change engine/package code that mirrors Perl LaTeXML — porting a new .pool entry, binding a package, or aligning a definition to Perl semantics. Enforces "read the Perl source first" and the divergence policy. Invoke for "port \foo", "translate this .pool entry", "bind package X", "make Y match Perl", "/perl-port".

2026-07-13
canvas-triage
软件质量保证分析师与测试员

Triage a failing/suspicious arXiv paper and decide whether its errors are a GENUINE Rust regression or parity with Perl LaTeXML. Use when investigating a conversion error/fatal, a "Rust-only" candidate from cortex, a sandbox/canvas failure, or any "is this a real bug vs. parity?" question. Pairs with tools/parity_check.sh, triage_failure.sh, first_error.sh and the cortex document/<id> API. Invoke for "triage this paper", "is 1234.5678 a regression", "classify this failure vs Perl", "/canvas-triage".

2026-06-25
min-repro
软件质量保证分析师与测试员

Reduce a confirmed failing arXiv paper to a minimal, self-contained reproducer (and optionally a regression-test fixture). Use after canvas-triage confirms a GENUINE-RUST-ONLY failure, or whenever you need the smallest .tex that still triggers a specific error/crash. Pairs with tools/bisect_repro.sh and first_error.sh. Invoke for "minimize this paper", "make a reproducer for X", "shrink to a failing case", "/min-repro".

2026-06-25