skills/41-sticerd-eee-sewage-econometrics-check/skills/context-status/SKILL.md
Show current session status and context health for the sewage project. Use to check context usage, active work state, and what will survive compaction.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research context-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show current session status including context usage estimate and project state.
# Recent git activity
git log --oneline -5
# Working tree status
git status --short
# Recent output files
ls -lt output/log/ 2>/dev/null | head -5
# Count analysis scripts
find scripts/R/09_analysis/ -name "*.R" | wc -l
# Count output tables and figures
ls output/tables/*.tex 2>/dev/null | wc -l
ls output/figures/ 2>/dev/null | wc -l
# Check manuscript sections
ls docs/overleaf/*.tex 2>/dev/null
Format output:
Session Status
---
Recent commits: [last 3]
Uncommitted changes: [count]
Recent reports: [last 3 in output/log/]
Project Progress
---
Pipeline scripts: N
Analysis scripts: N
Output tables: N
Output figures: N
Manuscript sections: N .tex files
Memory Files
---
[List files in .claude/projects/.../memory/]
/commit to save work before context compactiontools
Show mcp-stata identity, connected tools, and status. Use when the user asks if mcp-stata is available, asks about access to the toolkit, or asks what Stata tools are connected.
tools
Activate when users mention Stata commands, .do files, regressions, econometrics, stored results, graphs, dataset inspection, replication, or Stata errors. Route the task through mcp-stata tools and the specialized research skills instead of treating it as plain text coding.
development
Build and review paper-ready regression, balance, and summary tables from Stata outputs. Use when the user needs a clean table for a draft, appendix, or coauthor share-out.
tools
Install, configure, update, or verify mcp-stata across Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and VS Code. Activate when users ask to set up the Stata toolkit or troubleshoot the installation.