agent-ops-context-map
Analyze the codebase to create a concise, LLM-optimized structured overview in .agent/map.md.
npx skills add majiayu000/claude-skill-registry --skill agent-ops-context-map-weholt-script-cast --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Context Map Generation ## Purpose Create a high-level, token-efficient overview of the system (`.agent/map.md`) to allow reasoning about the whole project without reading every file. ## Confidence-Based Staleness Thresholds **Map freshness requirements scale with confidence level:** | Confidence | Max Age | Refresh Requirement | |------------|---------|---------------------| | LOW | 24 hours | MANDATORY before implementation | | NORMAL | 7 days | RECOMMENDED if significant changes | | HIGH | 30 days | OPTIONAL | ### Staleness Check When invoked (or before low confidence work): ``` 📍 CONTEXT MAP STALENESS CHECK Map file: .agent/map.md Last updated: {date} ({N} days ago) Confidence level: {confidence} Max age for confidence: {threshold} {If stale:} ⚠️ Context map is STALE for {confidence} confidence work. For LOW confidence, understanding the codebase is critical. Refreshing map before proceeding... {If fresh:} ✅ Context map is current ({N} days old, threshold: {threshold} days) ``` ### Low Confidence Refresh Requirements For LOW confidence work: 1. **Check map age** — if > 24 hours, refresh is MANDATORY 2. **Check for recent changes** — git diff since last map update 3. **Partial
- Purpose
- Confidence-Based Staleness Thresholds
- Staleness Check
- Low Confidence Refresh Requirements
- Procedure
- Map Header Template
What does the agent-ops-context-map skill do?
Analyze the codebase to create a concise, LLM-optimized structured overview in .agent/map.md.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-ops-context-map-weholt-script-cast --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.
