A curated index of the original, public Agent Skills published by @xz-dev.
13 skills · 9 repositories
This repository is a catalog, not a source-code mirror. Each skill name links to its canonical SKILL.md; use the repository link to read its documentation, inspect the complete source, and receive updates from the original project.
| Skill | What it helps with | Repository |
|---|---|---|
acceptance-test-driven-development |
Collaborating through ATDD, Three Amigos, concrete examples, executable acceptance criteria, and accepted vertical slices. | acceptance-test-driven-development-skill |
bdd |
Applying BDD as a collaboration and specification practice, with practical Cucumber, Gherkin, and Cucumber.js guidance. | bdd-skill |
googleblog-testing |
Applying Google Testing Blog methodology to test strategy, design, testability, CI, flakiness, UI/E2E testing, and testing culture. | googleblog-testing |
conventional-commits |
Writing, reviewing, validating, and explaining Conventional Commits 1.0.0 messages and their SemVer impact. | conventional-commits-skill |
downstream-fork-maintain |
Maintaining upstream-tracking forks and continuously preparing PR-quality patch stacks without drifting into hard forks. | downstream-fork-maintain-skill |
i-read-the-code |
Producing evidence that code was actually read and understood before a human-review handoff. | i-read-the-code-skill |
| Skill | What it helps with | Repository |
|---|---|---|
human-handoff |
Pausing safely when work is blocked, ambiguous, risky, repetitive, or requires credentials, manual action, or external resources. | human-handoff-skill |
delegating-to-subagents |
Deciding whether one bounded assignment should be delegated and defining a reliable assignment contract. | SuperAgents-skill |
dispatching-parallel-subagents |
Proving that bounded assignments are independent before dispatching them concurrently. | SuperAgents-skill |
handing-off-agent-work |
Intentionally transferring completed or partial work from a reliable live sender to another owner. | SuperAgents-skill |
recovering-agent-progress |
Reconstructing interrupted or stale work when no reliable live sender can hand it off. | SuperAgents-skill |
reviewing-subagent-work |
Independently validating an agent-produced artifact against authoritative requirements and actual evidence. | SuperAgents-skill |
| Skill | What it helps with | Repository |
|---|---|---|
thunderbird-remote-debug-skill |
Debugging Thunderbird MailExtensions from the command line through Remote Agent and WebDriver BiDi. | thunderbird-remote-debug-skill |
Install the repository that owns the skill. For Pi, the common form is:
pi install git:github.com/xz-dev/<repository>For example:
pi install git:github.com/xz-dev/bdd-skill
pi install git:github.com/xz-dev/SuperAgents-skillSuperAgents-skill installs all five skills in that repository. Other Agent Skills-compatible tools can install the owning repository through their package mechanism or copy the relevant skill directory into their configured skills location. Consult each repository's README for tool-specific instructions.
Important
Review a skill before installing it. Skills can instruct an agent to use any tools and permissions available to that agent.
This index includes active, non-fork public repositories owned by xz-dev that publish a standard SKILL.md. Forked repositories, archived projects, plugins, extensions, and adjacent agent tools are intentionally excluded.