Install
$ agentstack add skill-shalomb-agent-skills-codemap ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Codemap
Gives instant architectural context: project tree, dependency flow, hub detection, diff, intent classification, and multi-agent handoff.
Commands
codemap . # Project tree with file counts and top files
codemap --deps . # Dependency flow + hub files (requires ast-grep)
codemap --diff # Changes vs main branch
codemap --diff --ref # Changes vs specific branch
codemap --importers # Who imports this file? Is it a hub?
codemap handoff . # Build + save cross-agent handoff artifact
codemap handoff --latest . # Read latest saved handoff
codemap skill list # Show available skills
codemap skill show # Load full skill instructions
codemap config show # Show current project config
codemap context --compact # Minimal JSON context envelope
First-Use Setup
Before deeper analysis in a new repo:
- Run
codemap .— if output is noisy or config is missing, runcodemap skill show config-setupfirst - Run
codemap --deps .— dependency graph and hub files - Config is repo memory: once tuned, all future calls benefit automatically
When to use
| Situation | Command | |---|---| | Starting any task | codemap . | | "Where is X?" / "What uses Y?" | codemap --deps . | | About to edit a file | codemap --importers | | "What changed?" / before committing | codemap --diff | | Switching agents / resuming work | codemap handoff . | | Config missing or output noisy | codemap skill show config-setup | | Risk warning in hook output | codemap skill show |
Hook output
The prompt-submit hook fires on every message and emits:
Skills matched: hub-safety, explore — run `codemap skill show ` for guidance
Skills are pull-based — names are surfaced automatically, full body loaded only when needed.
Builtin skills
| Skill | When to load | |---|---| | config-setup | Config missing, boilerplate, or output noisy | | hub-safety | Editing a file with 3+ importers | | explore | Understanding how code works | | handoff | Switching between agents |
Reference
For MCP tools and HTTP API endpoints, load references/codemap-api.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: shalomb
- Source: shalomb/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.