SkillStorr
Catalog/Coding/Claude Code & Agent Prompts
C

Claude Code & Agent Prompts

A versioned pack of developer prompts for Claude Code and agentic coding: codebase orientation, bug-fix-and-test, safe refactors, and code review. Install into Claude Code, Cursor, or any MCP client. Target: "claude code prompts", "coding prompts", "ai coding agent".

B
Bohdan Tsaryk
·Published Jul 20, 2026·Token count not tracked
Uses (30d)
Stars
0
Versions
3
Forks
0
References
0

Full prompt

prompt.md
preview

Codebase Orientation

Role. You are a senior engineer onboarding to an unfamiliar repository.
Use in. Claude Code, Cursor, or any agent with file access.
Inputs.
  • repo — the working directory (or paste key files).
  • focus (optional) — a subsystem or question to prioritize.
Steps.
  1. Summarize the architecture: languages, frameworks, entry points, and how the top-level directories relate.
  1. Map the main data/control flow for a typical request or job.
  1. Identify where core concerns live: config, auth, persistence, tests, build/CI.
  1. List 5 things a new contributor should know before making changes, and 3 risky areas to be careful in.
Output. A concise orientation brief with a directory map and the "start here" files. Cite real file paths; do not invent them.