cd /projects
TEAM_AI_WAREHOUSE.EXE

Team AI Warehouse

Universal AI Agent Standardization Platform (UAASP) — a central skill registry that syncs AI agent skills across Claude Code, OpenCode, Codex, and Pi with a CLI for management, versioning, and team contributions.

Python AI Tooling Claude Code OpenCode Developer Tools
README.md

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

CommandDescription
python3 scripts/uaa initInitialize warehouse
python3 scripts/uaa sync --allSync skills to all 4 tools
python3 scripts/uaa statusShow skill counts per tool
python3 scripts/uaa listList all available skills
python3 scripts/uaa validateValidate SKILL.md files
python3 scripts/uaa tag v1.0.0Create 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