What problem does it solve? When you need another AI agent working in a different repository to make changes, writing a clear handoff prompt is tedious and error-prone. This Skill performs read-only analysis of the current working directory and produces a concise, self-contained markdown prompt that another Claude or Cursor agent can execute in its own environment. ## Core Features & Use Cases - Read-only context gathering: Inspects package.json fields, repo structure, and relevant files in the CWD to extract precise file:line pointers without modifying anything. - Cut-list discipline: Enforces a strict exclusion list (no large code quotes, no ready-made implementations, no tree dumps) so the output prompt stays within 30-100 lines and contains only intent, constraints, and pointers. - Structured output template: Produces one copy-paste-ready markdown block with sections for task, symptom, edit points, constraints, and verification commands, including change-file flow instructions (npx @7n/n ch) when workspace files change. - Use Case: You want the @nitra/eslint-config project to support Node 25. Run the skill with that task description, and it outputs a compact prompt with the engines.node edit point, peer dependency constraints, and verification commands, ready to paste into a chat with an agent in that repository. ## Quick Start Ask the agent to run /n-llm-patch followed by a free-form description of the task you want another agent to perform in its own project.