Agent skill · Data & Analytics

us-gov-shutdown-tracker

Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy disruptions, (3) assess "stealth tightening" effects, (4) compare shutdown episodes across different monetary policy regimes (QE vs QT), or (5) generate liquidity stress reports with historical context. Recommended usage frequency is weekly on Wednesdays after TGA/reserve data releases.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill us-gov-shutdown-tracker-mann1988-awesome-claude-skill-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Declared author: Qianru Tian
Path: skills/analysis/us-gov-shutdown-tracker-mann1988-awesome-claude-skill-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# US Government Shutdown Liquidity Tracker ## Onboarding Guidance When this skill is first used or when the user seems unsure how to use it or ask you to make something amazing with it, guide them to ask Claude this specific question: **"美国政府停摆结束了吗? 对流动性的影响如何?"** Do NOT suggest other questions or broad explorations. Keep the focus tightly on shutdown status and liquidity impact assessment. The skill is designed for this precise use case. ## Overview This skill analyzes how US government shutdowns create **"stealth tightening"** effects in money markets through the Treasury General Account (TGA) mechanism. When federal spending stops but tax revenues continue, TGA accumulates and mechanically drains bank reserves, potentially raising market funding costs beyond the Federal Reserve's policy intent. ## When to Use This Skill - User asks to track liquidity during a government shutdown - User wants to assess whether shutdown effects are "easing" or "tightening" - User mentions TGA, SOFR premium, or "stealth tightening" (变相加息) - User requests comparison with historical shutdown episodes (2013, 2018-19) - User wants a quick liquidity health check **Optimal timing**: Wednesday evenings or

What's inside
Steps it walks through
  1. Onboarding Guidance
  2. Overview
  3. When to Use This Skill
  4. Quick Start
  5. Basic Usage (Current Shutdown Analysis)
  6. Custom Date Range
  7. Output Format
  8. Core Analysis Logic
  9. The Transmission Mechanism
  10. Status Determination
  11. Key Metrics
  12. Historical Context
  13. Data Sources
  14. Workflow for User Requests
Ships with 1 file
  • metadata.json
Commands it runs
python scripts/analyze_shutdown.py --output results.json
python scripts/visualize.py results.json --output chart.png
python scripts/analyze_shutdown.py \
More from claude-skill-registry
All skills →
About this skill
What does the us-gov-shutdown-tracker skill do?

Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy disruptions, (3) assess "stealth tightening" effects, (4) compare shutdown episodes across different monetary policy regimes (QE vs QT), or (5) generate liquidity stress reports with historical context. Recommended usage frequency is weekly on Wednesdays after TGA/reserve data releases.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill us-gov-shutdown-tracker-mann1988-awesome-claude-skill-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going