
Trio
- 5 repo stars
- Updated April 26, 2026
- 10XTeams/trio
Trio workflow: 9 skills + 12 agents for PRD/TDD/test-case authoring and subsprint planning/execution, plus a local Markdown wiki viewer/editor.
About
trio is a Claude Code skill in the Testing & QA category. Trio workflow: 9 skills + 12 agents for PRD/TDD/test-case authoring and subsprint planning/execution, plus a local Markdown wiki viewer/editor.
- trio
- Testing & QA
- AI-coding skill
Trio by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add 10XTeams/trio/plugin install trio@trioAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | April 26, 2026 |
| Repository | 10XTeams/trio ↗ |
What it does
Trio workflow: 9 skills + 12 agents for PRD/TDD/test-case authoring and subsprint planning/execution, plus a local Markdown wiki viewer/editor.
README.md
Trio Claude Plugin
This folder is the plugin source. The repo's .claude-plugin/marketplace.json points at it directly — Claude Code loads it as-is, no build step.
Slash commands
/trio:view-document— opens the current folder as a wiki in the browser/trio:stop— shuts down the background server
Requirements
- macOS
- Python 3 on
PATH - Google Chrome (falls back to the default browser if absent)
Layout
commands/— slash-command prompts (/trio:view-document,/trio:stop)skill/server.py— stdlib HTTP server (no pip deps) backing the wiki UIskill/launch.sh/skill/stop.sh— lifecycle scriptsskill/web/— Trio frontend (served as static files)skill/test_server.py— server unit tests
Tests
cd src-plugin/skill && python3 -m unittest test_server -v
Releasing
Version is hardcoded in three files. On bump, update all three to the same X.Y.Z:
src-plugin/.claude-plugin/plugin.json(versionfield)src-plugin/skill/server.py(VERSION = "...")src-plugin/skill/web/*.html(<span class="topbar-version">vX.Y</span>— major.minor only)