Universal AI Skill Registry
Team AI Warehouse is a centralized repository for AI agent skills that syncs across multiple coding tools — Claude Code, OpenCode, Codex, and Pi. One source of truth for all AI-assisted development workflows.
What It Solves
AI coding tools each have their own skill/command systems. Team AI Warehouse standardizes them into a single warehouse with CLI tooling to sync, validate, version, and contribute skills across all tools at once.
Key Commands
| Command | Description |
|---|---|
python3 scripts/uaa init | Initialize warehouse |
python3 scripts/uaa sync --all | Sync skills to all 4 tools |
python3 scripts/uaa status | Show skill counts per tool |
python3 scripts/uaa list | List all available skills |
python3 scripts/uaa validate | Validate SKILL.md files |
python3 scripts/uaa tag v1.0.0 | Create version tag |
python3 scripts/uaa contrib <skill> | Create PR for a new skill |
Structure
- skills/gstack/ — ~34 migrated upstream skills
- skills/team/ — Team-specific shared skills
- skills/personal/ — Personal workflow skills
- contexts/ — Universal startup instructions for each tool
- training/ — Learning materials for skill authors
- CI/CD — GitHub Actions validates SKILL.md files and runs Python tests on every PR
One-Line Install
curl -sSL https://raw.githubusercontent.com/bigknoxy/team-ai-warehouse/main/scripts/setup.sh | bash