agentsclimarketplace

Context status

Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/41-sticerd-eee-sewage-econometrics-check/skills/context-status

Show current session status and context health for the sewage project. Use to check context usage, active work state, and what will survive compaction.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill context-status

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.4 KB, 307 tokens by cl100k_base, as published. Nobody here has run it

Context Status

Show current session status including context usage estimate and project state.

Workflow

Step 1: Check Session 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

Step 2: Check Project Progress

# 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

Step 3: Report Status

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/]

Notes

  • Context usage is estimated from conversation length
  • All important state is saved to disk (memory files, output/log/)
  • Use /commit to save work before context compaction

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.