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

  1. Do not edit files yet.
  2. Locate the bundled script. Use the first existing path:
  • ${CLAUDE_SKILL_DIR}/scripts/cursor-scout.mjs when CLAUDE_SKILL_DIR is available.
  • .agents/skills/cursor-context-scout/scripts/cursor-scout.mjs for Codex or other agents using the shared skills path.
  • .claude/skills/cursor-context-scout/scripts/cursor-scout.mjs for Claude Code project installs.
  • ~/.agents/skills/cursor-context-scout/scripts/cursor-scout.mjs for global Agent Skills installs.
  • ~/.config/agents/skills/cursor-context-scout/scripts/cursor-scout.mjs for global universal Agent Skills installs.
  • ~/.cursor/skills/cursor-context-scout/scripts/cursor-scout.mjs for global Cursor installs.
  • ~/.codex/skills/cursor-context-scout/scripts/cursor-scout.mjs for global Codex installs.
  • ~/.claude/skills/cursor-context-scout/scripts/cursor-scout.mjs for global Claude Code installs.
  1. Run the scout script from the target repository root:
Installs
3
First Seen
Apr 30, 2026
cursor-context-scout — nanameru/cursor-memory-skills