.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dan-the-dev/xp-developer-skills
home/skills/dan-the-dev/xp-developer-skills
dan-the-dev avatar

dan-the-dev/xp-developer-skills

8 skills

View on GitHub
$npx skills add dan-the-dev/xp-developer-skills
SkillInstalls
atddPragmatic Acceptance Test-Driven Development — agree concrete examples with stakeholders (Discuss), capture them as executable acceptance checks (Distill),…—bugfixUse when fixing bugs, regressions, failing tests, or unexpected behavior.—legacy-testingMichael Feathers–style legacy code change — treat code without automated tests as legacy, then follow identify change points, find test points, break…—new-featureSlice a whole capability into ordered releasable increments (increment backlog in increments/<stem>.md).—new-incrementDeliver one releasable increment from increments/<feature>.md — strict TDD by default (one test-lists/<feature>.md, unit tests).—refactoringMartin Fowler–style refactoring — change the internal structure of code without changing observable behavior.—spikeXP-style spike — time-boxed experiment on an isolated branch; code is disposable.—tddApplies strict Test-Driven Development with a repo-local Markdown test list (default `test-lists/<slug>.md` unless the project defines another folder), Robert…—