AI SummaryXP is an Extreme Programming workflow orchestrator that automates feature implementation through coordinated planning, test-driven development, refactoring, and commits. Developers using XP-compatible languages benefit from structured, systematic code delivery.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "XP" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/xp && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/xp/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/xp/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/xp/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/xp/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Extreme Programming workflow orchestrator. Use when implementing features, adding functionality, or doing test-driven development. Coordinates planning, TDD, refactoring, and commits.
Overview
This skill orchestrates the full XP workflow for feature implementation. It uses reference documentation for interactive phases and delegates to agents for autonomous tasks.
Getting Started
• Detect project type from files in working directory • Read the language skill for the detected type: • build.sbt or *.scala → scala-developer • build.gradle.kts or *.kt → kotlin-developer • Gemfile or *.rb → ruby-developer • *.u or .unison/ → unison-development • Check for project CLAUDE.md — may contain project-specific guidance that supplements or overrides language defaults • Begin with PLAN phase ---
The XP Workflow
` ┌─────────────────────────────────────────────────────────────┐ │ 📋 PLAN → Discuss and break down the feature │ │ 🔴 DEVELOP → TDD cycle (red-green) │ │ 🔵 REFACTOR → Improve design (tests stay green) │ │ 🔍 REVIEW → Autonomous code review (optional) │ │ 💾 COMMIT → Save working state │ │ 🔁 ITERATE → Next task or feature complete │ └─────────────────────────────────────────────────────────────┘ ` ---
Phase 1: Planning (📋 PLAN)
Goal: Understand and decompose the feature before writing any code. Type: Interactive (requires user discussion) Reference: See references/planning.md
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster