xp-practices

xp-practices is a skill for Claude Code from summarybotng/summarybot-ng. It costs 39 tokens per session (1,547 once invoked), scanned A, original, MIT.

A guide to Extreme Programming, an agile software-development approach built around practices such as test-driven development, continuous integration, and pair programming. TDD means writing a failing test before the code that makes it pass.

In plain words
What is it for?
Use it when introducing or improving TDD, continuous integration, pair programming, ensemble programming, collective code ownership, and small releases.
Why use it?
It helps teams get feedback earlier, share knowledge, and keep changes small and safer. The practices provide a concrete way to improve collaboration and technical quality.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when introducing or improving TDD, continuous integration, pair programming, ensemble programming, collective code ownership, and small releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/summarybotng/summarybot-ng/xp-practices
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 summarybotng/summarybot-ng --skill xp-practices
Clone the repo
git clone --depth 1 https://github.com/summarybotng/summarybot-ng

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 xp-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/xp-practices.svg)](https://agentmods.dev/skills/summarybotng/summarybot-ng/xp-practices)
Your own site
<a href="https://agentmods.dev/skills/summarybotng/summarybot-ng/xp-practices"><img src="https://agentmods.dev/badge/skills/summarybotng/summarybot-ng/xp-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,547 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 original 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.00039 $0.01547
Opus 5 $0.00019 $0.00773
Sonnet 5 $0.00008 $0.00309
Haiku 4.5 $0.00004 $0.00155

Measured 3d ago against content hash 986acb72a1a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

xp-practices 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 3d 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/xp-practices/SKILL.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Extreme Programming (XP) Practices

<default_to_action> When applying XP practices:

  1. START with practices that give immediate value
  2. BUILD supporting practices gradually
  3. ADAPT to your context
  4. MEASURE results

Core XP Practices (Prioritized):

Practice Start Here Why First
TDD ✅ Yes Foundation for everything
Continuous Integration ✅ Yes Fast feedback
Pair Programming ✅ Yes Knowledge sharing
Collective Ownership After CI+TDD Needs safety net
Small Releases After CI Infrastructure dependent

Pairing Quick Start:

Driver-Navigator (Classic):
- Driver: Writes code
- Navigator: Reviews, thinks ahead
- Rotate every 20-30 min

Ping-Pong (with TDD):
A: Write failing test
B: Make test pass + refactor
B: Write next failing test
A: Make test pass + refactor

</default_to_action>

Quick Reference Card

The Five XP Values

Value Meaning Practice
Communication Everyone knows what everyone does Daily standups, pairing
Simplicity Simplest thing that works YAGNI, small design
Feedback Get feedback early and often TDD, CI, short iterations
Courage Tell truth, adapt Refactor, admit mistakes
Respect Everyone contributes value Sustainable pace, pairing

Core Practices

Practice Description Benefit
Pair Programming Two devs, one workstation Quality + knowledge sharing
TDD Red-Green-Refactor Confidence + design
CI Integrate multiple times/day Fast feedback
Collective Ownership Anyone can change anything No bottlenecks
Sustainable Pace 40-hour weeks Long-term productivity
Small Releases Ship frequently Risk reduction

Pair Programming

When to Pair

Context Pair? Why
Complex/risky code ✅ Always Needs multiple perspectives
New technology ✅ Always Learning accelerator
Onboarding ✅ Always Knowledge transfer
Critical bugs ✅ Always Two heads better
Simple tasks ❌ Skip Not worth overhead
Research spikes ❌ Skip Pair to discuss findings

Read the full file on GitHub · 233 lines

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. 3d ago First seen · 233 lines · 39 tokens per session scan A 986acb72a1a3

Subscribe to this mod's changes

xp-practices is a skill published in the GitHub repository summarybotng/summarybot-ng (2 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 1,547 once invoked, about $0.0002 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

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

implement-feature

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

HoangNguyen0403/agent-skills-standard · 23 tokens

conductor-implement

Execute tasks from a track's implementation plan following TDD workflow.

rmyndharis/antigravity-skills · 17 tokens

ring:implementing-tasks

Implementing a single planned task (Task N.M.T) end-to-end: selects the right backend agent by language and service type, drives one TDD RED->GREEN turn, then verifies coverage, lint, license headers, runtime, and delivery before handoff. Runs as Gate 0 before ring:reviewing-code. Use to drive ONE task inside an…

LerianStudio/ring · 103 tokens

create-issues

Creates GitHub issues following test-driven development principles and proper labeling conventions. This skill should be used when the user asks to "create an issue", "file a bug", or needs to document new requirements, epics, or PR-scoped tasks.

FradSer/dotclaude · 54 tokens

red-green-refactor

Guides the red-green-refactor TDD workflow: write a failing test first, implement the minimum code to make it pass, then refactor while keeping tests green. Use when a user asks to practice TDD, write tests first, follow red-green-refactor, do test-driven development, write failing tests before code, or phrases like…

rohitg00/skillkit · 90 tokens