stat-writing-skills
Claude Code skill family for writing, polishing, and submitting statistics papers to Big Four journals (JASA, AoS, JRSS-B, Biometrika) and similar venues (AOAS, JASA ACS, EJS, Bernoulli, Biostatistics, JCGS, COLT, ALT). Theory, methodology, application paper types. Includes Codex MCP external review.
File Explorer
- tests.yml
- refactor-rollout.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- cache_queue_lint.py
- cache_queue_lint_rules.py
- latex_audit.py
- latex_audit_rules.py
- review_regression.py
- review_regression_rules.py
- routing_lint.py
- routing_lint_rules.py
- schema_lint.py
- schema_lint_rules.py
- stat_consistency.py
- stat-application-writing.md
- stat-codex-dialogue.md
- stat-figure-design.md
- stat-latex-audit.md
- stat-notation-audit.md
- stat-positioning-and-claims.md
- stat-reproducibility-audit.md
- stat-review-routing.md
- stat-style-discipline.md
- stat-theory-writing.md
- stat-venue-checklists.md
- stat-writing-principles.md
- present.pdf
- body.tex
- main.log
- main.tex
- refs.bib
- supplement.tex
- current_clean.md
- current_drop.md
- prior.md
- bad_routing.md
- test_latex_audit.py
- test_review_regression.py
- test_routing_lint.py
- test_stat_consistency.py
- .gitignore
- LICENSE
- MAINTENANCE.md
- README.md
- STAT_SKILLS_ROADMAP.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
# Project Badges
-
tests Visit
