What problem does it solve? Working across the SEIS ecosystem means choosing between many specialist lanes (governance, cloud, code, design, data) without duplicating plugins or creating parallel structures. This Skill provides a single versioned orchestration surface that routes every request to the smallest useful lane while keeping all work inside the canonical SEIS repository. ## Core Features & Use Cases - Unified Lane Routing: Classifies incoming requests into SEIS, SEIS-Cloud, SEIS-Code, SEIS-Design, or SEIS-Data lanes and applies the matching workflow rules. - Repository Safety Gates: Inspects git status, branch, and remotes first, and keeps destructive operations such as deletions, cloud deploys, and secret-bearing changes behind explicit confirmation. - Consolidation Governance: Treats specialist plugin packages as repo-contained source mirrors behind one canonical install id (seis-ai-agent@seis-repo), preventing duplicate public installs. - Use Case: A maintainer asks to prepare a cloud deployment and update docs; the Skill checks repo safety, routes the deployment work to SEIS-Cloud and the documentation work to the SEIS lane, then validates with the scoped npm check scripts. ## Quick Start Ask the agent to handle a SEIS repository task, for example: review the current git state and route my cloud deployment readiness request through the unified SEIS-Agent workflow.