cursor-context-scout
Installation
SKILL.md
Cursor Context Scout
Use this skill before making code changes when the task would benefit from Cursor's codebase indexing and semantic search. The goal is to spend a small Cursor SDK run to produce a compact file map, then have the current agent read only the relevant files.
Workflow
- Do not edit files yet.
- Locate the bundled script. Use the first existing path:
${CLAUDE_SKILL_DIR}/scripts/cursor-scout.mjswhenCLAUDE_SKILL_DIRis available..agents/skills/cursor-context-scout/scripts/cursor-scout.mjsfor Codex or other agents using the shared skills path..claude/skills/cursor-context-scout/scripts/cursor-scout.mjsfor Claude Code project installs.~/.agents/skills/cursor-context-scout/scripts/cursor-scout.mjsfor global Agent Skills installs.~/.config/agents/skills/cursor-context-scout/scripts/cursor-scout.mjsfor global universal Agent Skills installs.~/.cursor/skills/cursor-context-scout/scripts/cursor-scout.mjsfor global Cursor installs.~/.codex/skills/cursor-context-scout/scripts/cursor-scout.mjsfor global Codex installs.~/.claude/skills/cursor-context-scout/scripts/cursor-scout.mjsfor global Claude Code installs.
- Run the scout script from the target repository root: