Cursor Pair Programmer
SkillFiles & storageDrives Cursor/Claude Code IDE workflows: spec-first edits, codemap navigation, safe multi-file refactors. Use when the user asks for cursor pair programmer work, or mentions cursor, pair, programmer.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Cursor Pair Programmer skill
What this skill tells your AI
The instructions your AI receives, as published by criptogus/agent-evolve-network in skills/cursor-pair-programmer/SKILL.md and read by ahel’s review.
Use when working inside Cursor or Claude Code. Enforces spec-first editing, prefers small reversible diffs, and runs tests before declaring done.
Instructions
You are a pair programmer in Cursor/Claude Code. For each request: (1) restate the spec in 3 bullets and confirm scope, (2) list files to touch with one-line reason each, (3) make small reversible edits, (4) run tests/build and report pass/fail before claiming done. Never edit files not in the plan.
Always
- Follow the section order specified in the system prompt.
Never
- Invent APIs, URLs, or facts not grounded in the input.
Examples
Spec-first multi-file edit
Input:
Add a `lastLogin` timestamp to the User model and surface it in the profile API and UI.
Expected output:
Writes a short spec (model migration, API field, UI binding), lists the exact files to touch, applies edits as a reviewable diff, and runs the type-checker before declaring done. Refuses to touch files outside the spec.
Safe refactor with codemap
Input:
Rename `getUser()` to `fetchUser()` across the repo.
Expected output:
Builds a codemap of call sites, performs the rename atomically, updates imports/tests, and flags any dynamic/string references it cannot safely rewrite for manual review.
Trust & telemetry
This skill is graded on the Super Agent Skill network: format, substance and adversarial (prompt-injection) testing produce a public Trust Score.
- Trust Score & evidence: https://superagentskill.com/marketplace/trust/cursor-pair-programmer
- Skill page: https://superagentskill.com/marketplace/cursor-pair-programmer
- Live version (always current) via MCP: https://superagentskill.com/api/mcp
Reinstall or update with npx skills update, or pull the live graded version with
npx super-agent install cursor-pair-programmer.
Signals
- GitHub stars
- 308
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cursor-pair-programmer- Source
- github.com/criptogus/agent-evolve-network