From AI Operating System — Core
Run the pre-flight check before starting work (branch + clean tree + tests green + state alignment + sprint-start Triage Gate). Use at the start of every session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-os-core:preflightThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- The AI Operating System — Core · @Farm_crypto_net · https://github.com/deficryptonet · MIT: this notice must be retained in copies. -->
Run the pre-flight check. Do not start any task until this passes.
git branch --show-current — confirm we're on the current sprint branch (not main). If on main or wrong branch, stop and tell me.git status — confirm clean working tree. If dirty, ask what to do (commit / stash / discard).Report each check as PASS/FAIL. If anything fails, stop and flag it before proceeding.
npx claudepluginhub deficryptonet/ai-operating-system --plugin ai-os-coreGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.