Instructions file CodexOpenCode
Instructions for letitbk/claude-academic-setup, covering agents.md, 1. use skills when relevant, 2. think before coding, 3. simplicity first and 4. surgical changes.
Instructions file CodexOpenCode
Instructions for letitbk/claude-academic-setup, covering agents.md, 1. use skills when relevant, 2. think before coding, 3. simplicity first and 4. surgical changes.
Instructions file
Instructions for letitbk/claude-academic-setup, covering claude.md, 1. use skills when relevant, 2. think before coding, 3. simplicity first and 4. surgical changes.
Command
Analyze the specified function from the given file with detailed line-by-line breakdown.
Command
Like OS paging for processes, this command saves the entire conversation state to disk by extracting it from Claude Code's local storage (/.claude/projects/). After running this command, you can use /compact to free up Claude's context memory.
Command
Open interactive annotation UI for a markdown file.
Command
Annotate the last rendered assistant message.
Command
Open interactive code review for current changes.
Command
Search across all your Claude Code conversation history for: $ARGUMENTS.
Command
You are documenting project progress and committing changes after a major analysis or pipeline step.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when returning to a project after time away, starting a work session, or recovering from interruption - provides comprehensive project context and recent activity summary.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Get code reviews, plan evaluations, and second opinions using OpenAI Codex CLI (GPT-5.5). Use for reviewing code changes, evaluating implementation plans, getting alternative perspectives, or validating approaches with another AI model.
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
Sync local repository with Harvard Dataverse archive using the API. Use when uploading, replacing, or deleting files in a Dataverse dataset.
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
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/renderdocx.py for visual checks.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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).
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as reportlab, pdfplumber, and pypdf for generation and extraction.
Skill Claude CodeCodex
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.
Skill Claude CodeCodex
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.