dataverse-upload-zip

1
letitbkletitbk

Upload files to Harvard Dataverse via ZIP archive to bypass WAF restrictions. Use when direct uploads of R, Stata, or other code files fail with 403 Forbidden.

194 days ago

irb-protocol

1
letitbkletitbk

Draft IRB protocol documents from research descriptions. Covers study purpose, procedures, risks/benefits, informed consent, data security, and participant selection. Templates for survey, interview, and secondary data studies.

194 days ago

brainstorming

1
letitbkletitbk

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Also use when user says 'ask me questions', 'interview me', or needs help clarifying requirements.

194 days ago

marginal-effects-plot

1
letitbkletitbk

Visualize marginal effects from regression models with factor level parsing, reference category labeling, and multi-panel layouts using R ggplot2. Use when plotting AMEs from Stata margins or R marginaleffects output.

194 days ago

stop-slop

1
letitbkletitbk

Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.

194 days ago

survey-regression-stata

1
letitbkletitbk

Run survey-weighted regression in Stata with svyset, margins for average marginal effects (AMEs), and esttab export. Use for complex survey analysis with sampling weights in Stata.

194 days ago

survey-analysis

1
letitbkletitbk

Design-based survey analysis in R using the survey package. Use for survey design setup, weighted descriptives, svyglm regression, raking, and calibration. NOT for IPW/propensity scores (use /compute-survey-weights).

194 days ago

codex

1
letitbkletitbk

Get code reviews and second opinions using OpenAI Codex CLI (GPT-5.3). Use for reviewing code changes, getting alternative perspectives on implementations, or validating approaches with another AI model.

194 days ago

doc

1
letitbkletitbk

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

194 days ago

setup-snakemake-pipeline

1
letitbkletitbk

Initialize Snakemake workflows with R and Stata integration for reproducible research pipelines. Use when setting up multi-language data processing and analysis workflows.

194 days ago

qualtrics-survey

1
letitbkletitbk

Manage Qualtrics surveys via API - list blocks/questions, create/update questions, add JavaScript, manage embedded data and display logic. Use for modifying existing surveys with LLM-powered features.

194 days ago

skill-creator

1
letitbkletitbk

Use when creating new skills, editing existing skills, scaffolding skill directories, packaging skills for distribution, or verifying skills work before deployment. Combines Anthropic's official skill authoring guide with TDD methodology.

194 days ago

datacheck

1
letitbkletitbk

Use when starting work with a new data file, before any analysis or visualization. Also use when encountering parsing errors, unexpected values, or when the user says "check this data" or "what's in this file".

194 days ago

imagegen

1
letitbkletitbk

Use when the user asks to generate or edit images via the OpenAI Image API (for example: generate image, edit/inpaint/mask, background removal or replacement, transparent background, product shots, concept art, covers, or batch variants); run the bundled CLI (`scripts/image_gen.py`) and require `OPENAI_API_KEY` for live calls.

194 days ago

clean-survey-data

1
letitbkletitbk

Clean survey data with missing value handling, variable recoding, and Stata label conversion to R factors. Use when processing raw survey/health study data, handling coded missing values (91/92/97/98), or converting Stata labels in R.

194 days ago

screenshot

1
letitbkletitbk

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

194 days ago

analyze-ego-network

1
letitbkletitbk

Analyze ego-centric social networks to extract network size, composition, tie strength, and multiplexity using R egor package. Use for personal network data, social support analysis, or network health research.

194 days ago

napkin

1
letitbkletitbk

Maintain a per-repo napkin file that tracks mistakes, corrections, and what works. Activates EVERY session, unconditionally. Read the napkin before doing anything. Write to it continuously as you work — not just at session boundaries. Log your own mistakes, not just user corrections. The napkin lives in the repo at `.claude/napkin.md`.

194 days ago

research-ideation

1
letitbkletitbk

Structured hypothesis generation from literature gaps. Maps existing research, identifies unanswered questions, generates citation-backed hypotheses, and assesses feasibility using a rubric (data, timeline, funding, methods).

194 days ago

marginaleffects

1
letitbkletitbk

Computation of marginal effects, comparisons, and predictions using the marginaleffects R package. Use when computing AMEs, factor contrasts, continuous contrasts, or predicted values from regression models. NOT for plotting (use /marginal-effects-plot or /coefficient-plot).

194 days ago

draft-paper

1
letitbkletitbk

Use when writing a research paper draft from completed analysis results, or when the user says "write paper", "draft manuscript", "start writing", or wants to turn analysis outputs into a publication-ready document with literature review.

194 days ago

compute-survey-weights

1
letitbkletitbk

Calculate participation-adjusted survey weights using logistic regression. Use when you need to adjust sampling weights for selection bias, non-response, or create IPW (inverse probability weights) for survey data.

194 days ago

lit-review

1
letitbkletitbk

Conduct structured literature reviews using Zotero MCP and paper-search-mcp. Search academic databases, screen abstracts, extract findings, and synthesize into thematic reviews with citation keys and evidence tables.

194 days ago

finalize-analysis

1
letitbkletitbk

Use when organizing exploratory analyses into a clean reproducible project with publication-ready outputs, or when the user says "clean up", "finalize", "make reproducible", "prepare for publication", or has messy scripts needing structure.

194 days ago

marp-slide

1
letitbkletitbk

Create professional Marp presentation slides with 7 beautiful themes (default, minimal, colorful, dark, gradient, tech, business). Use when users request slide creation, presentations, or Marp documents. Supports custom themes, image layouts, and "make it look good" requests with automatic quality improvements.

194 days ago

humanizer

1
letitbkletitbk

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

194 days ago

heterogeneity-analysis

1
letitbkletitbk

Subgroup and heterogeneity analysis in Stata using interaction models and stratified regression. Use when examining if treatment effects vary across groups (age, gender, race, etc.).

194 days ago

viz

1
letitbkletitbk

Use when creating any data visualization, chart, figure, or plot. Also use when the user asks to "plot", "graph", "visualize", "make a figure", or refine an existing chart.

194 days ago

distribution-boxplot

1
letitbkletitbk

Create boxplots with custom statistics by group using R ggplot2. Use for comparing distributions across categories, showing median, quartiles, and range with reference lines.

194 days ago

discuss-claims

1
letitbkletitbk

Use when the user wants to create GitHub issues for internal team discussion of core empirical claims in a research paper, or when the user says "post issues", "create claim issues", "set up GitHub discussion", or "discuss findings on GitHub".

194 days ago

citation-verification

1
letitbkletitbk

Cross-check citations in a manuscript against Zotero library and Crossref. Verify author names, years, titles, journals, DOIs. Flag mismatches, missing citations, orphaned references, and formatting inconsistencies.

194 days ago

coefficient-plot

1
letitbk