원클릭으로
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.