Agent skill · AI & Agents

agent-ops-context-map

Analyze the codebase to create a concise, LLM-optimized structured overview in .agent/map.md.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/agent-ops-context-map-weholt-script-cast/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

# 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

What's inside
Steps it walks through
  1. Purpose
  2. Confidence-Based Staleness Thresholds
  3. Staleness Check
  4. Low Confidence Refresh Requirements
  5. Procedure
  6. Map Header Template
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going