Agent Skills: file-first

>

UncategorizedID: resolve-io/.prism/file-first

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/file-first

Skill Files

Browse the full folder contents for file-first.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/file-first/SKILL.md

Skill Metadata

Name
file-first
Description
Read source files directly with Glob/Grep/Read. No RAG, no vector databases, no pre-loaded summaries.

file-first

Read source files directly. No RAG, no vector databases, no pre-loaded summaries.

Steps

  1. Detect project type: run scripts/analyze_codebase.py to identify structure
  2. Locate relevant files with Glob/Grep
  3. Read actual source files (not summaries)
  4. Cite file:line when referencing code
  5. Iterate: search again if needed

Full instructions