Pair Programming

Pair Programming is a skill for Claude Code from amangit1314/repo-rag. It costs 61 tokens per session (6,280 once invoked), scanned A, original, no licence file.

An AI-assisted pair-programming workflow in which the assistant and developer take complementary coding and navigation roles.

In plain words
What is it for?
It helps with test-driven development, debugging, refactoring, learning sessions, code review, security checks, and performance work.
Why use it?
It provides a structured way to collaborate while checking code quality, tests, security, and performance during development.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It helps with test-driven development, debugging, refactoring, learning sessions, code review, security checks, and performance work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amangit1314/repo-rag/pair-programming
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add amangit1314/repo-rag --skill pair-programming
Clone the repo
git clone --depth 1 https://github.com/amangit1314/repo-rag

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Pair Programming

README.md
[![agentmods](https://agentmods.dev/badge/skills/amangit1314/repo-rag/pair-programming.svg)](https://agentmods.dev/skills/amangit1314/repo-rag/pair-programming)
Your own site
<a href="https://agentmods.dev/skills/amangit1314/repo-rag/pair-programming"><img src="https://agentmods.dev/badge/skills/amangit1314/repo-rag/pair-programming.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,280 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.06280
Opus 5 $0.00030 $0.03140
Sonnet 5 $0.00012 $0.01256
Haiku 4.5 $0.00006 $0.00628

Measured 4d ago against content hash 32ef344d86f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Pair Programming scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/pair-programming/SKILL.md · 1,203 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 1,203 lines · 61 tokens per session scan A 32ef344d86f6

Subscribe to this mod's changes

Pair Programming is a skill published in the GitHub repository amangit1314/repo-rag (0 stars, last pushed 1mo ago), with no licence file. It adds 61 tokens to every session and 6,280 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

behavior-contract

Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.

a5c-ai/babysitter · 25 tokens

engineering-workflow

A Chinese-language workflow for reliable software development. It describes exploring the problem, making a plan, using TDD (test-driven development, where tests are written before the code), debugging methodically, reviewing code, and verifying the result.

TencentCloud/Octop · 47 tokens

ai-discover

Parallel discovery of performance hotspots (perf track) and failure surfaces (bug track) for the auto-improvement loop. Fans out one subagent per hot-path area or failure surface; each returns ONE concrete, behavior-preserving fix candidate (perf) or a reproducing test plus fix (bug). Discovery only — no code changes…

kirodotdev/KiroCrew · 75 tokens

nw-bugfix

Bug fix workflow: root cause analysis → user review → regression test + fix via TDD.

nWave-ai/nWave · 23 tokens

starlark-dev

Develop and debug Kurtosis Starlark packages. Create packages from scratch, understand the plan-based execution model, use print() debugging, handle future references, and test packages locally. Use when writing or troubleshooting .star files.

kurtosis-tech/kurtosis · 50 tokens

cli-local-build

Build and test the Kurtosis CLI from source. Compile the CLI binary locally, run it against Docker or Kubernetes engines, and iterate on CLI changes without creating a release. Use when developing or debugging CLI commands.

kurtosis-tech/kurtosis · 46 tokens