一键导入
add-family
Add a new gllvmTMB response family with likelihood, simulation, tests, and documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a new gllvmTMB response family with likelihood, simulation, tests, and documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run Rose's narrow pre-publish consistency gate for gllvmTMB README, vignettes, pkgdown navigation, NEWS, roxygen, or Rd changes. Cross-checks claims against the validation-debt register, the README stable-core feature matrix, the AGENTS.md scope-boundary rule, and (per Phase 0C closeout 2026-05-16) the export ↔ pkgdown reference parity, the removed-article cross-reference cascade, the Preview-banner citation discipline, the REWRITE-PREP contract, and the ROADMAP slice "Done when" deliverable rule.
Audit a completed gllvmTMB task or phase before closing it. Checks implementation, equations, examples, tests, docs, pkgdown, roadmap, NEWS, known limitations, stale wording, after-task reporting, AGENTS.md Rule
Triage gllvmTMB pkgdown articles into tiers (1 = public worked example, 2 = technical reference, 3 = retire) and judge each against the 10 reader-first style rules. Use when adding, removing, or rewriting any vignette under `vignettes/` or `vignettes/articles/`.
Review and improve gllvmTMB prose in README files, vignettes, pkgdown articles, after-task reports, release notes, design docs, and manuscript-style text for clarity, concrete claims, stable terminology, citations, and reader fit.
Hard review gate for scientific R/ggplot figures before merge or release. Use to judge whether screenshots, generated plots, vignettes, or plot helper outputs are immediately publication-ready; fails default-looking ggplot output, illegible labels, misleading intervals, cramped facets, poor scales, and weak visual hierarchy.
R/ggplot2 implementation specialist for publication-quality plot helpers in R packages. Use when editing or creating plot_* functions, package themes, color scales, confidence interval geoms, facets, labels, vdiffr visual tests, export helpers, or when replacing poor default ggplot output with manuscript-ready graphics.
| name | add-family |
| description | Add a new gllvmTMB response family with likelihood, simulation, tests, and documentation. |
Use this skill when adding a new response family to gllvmTMB.
R/families.R.src/gllvmTMB.cpp's family_id switch.R/fit-multi.R (around line 33-99) so the parser dispatches to it.R/simulate-site-trait.R (or in
simulate.gllvmTMB_multi) when relevant.tests/testthat/.R/families.R's shared @rdname families block.docs/design/02-family-registry.md (the canonical list of
what the engine supports).cli::cli_abort) if the
user passes an unsupported link.predict(type = "response"), fitted(), and
simulate.gllvmTMB_multi() return for the new family.dpois(..., log = TRUE), dbinom(..., log = TRUE), etc.).R/fit-multi.R so the optimiser
doesn't begin at NaN.add-simulation-test skill).\examples{} block.Do not add families just because they are available elsewhere. Families should serve a clear multivariate / stacked-trait use case.