Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
eddyyin avatar

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@trio

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars5
Last updatedApril 26, 2026
Repository10XTeams/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 UI
  • skill/launch.sh / skill/stop.sh — lifecycle scripts
  • skill/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 (version field)
  • src-plugin/skill/server.py (VERSION = "...")
  • src-plugin/skill/web/*.html (<span class="topbar-version">vX.Y</span> — major.minor only)

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.