Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install joshua-eisenhart-codex-ratchet-system-v4-skill-specs-a2-lev-builder-post-skeleton-future-lane-egit clone https://github.com/Joshua-Eisenhart/Codex-Ratchet.gitcp Codex-Ratchet/SKILL.MD ~/.claude/skills/joshua-eisenhart-codex-ratchet-system-v4-skill-specs-a2-lev-builder-post-skeleton-future-lane-e/SKILL.md--- skill_id: a2-lev-builder-post-skeleton-future-lane-existence-audit-operator name: a2-lev-builder-post-skeleton-future-lane-existence-audit-operator description: Audit-only future-lane existence operator that decides whether the retained lev-builder unresolved branch still exists as a repo-held governance artifact without widening into runtime claims. skill_type: maintenance source_type: repo_skill applicable_layers: [A2_MID_REFINEMENT, A2_LOW_CONTROL] applicable_graphs: [runtime, control, a2_mid_refinement_graph_v1] inputs: - repo_root - disposition_report_path - disposition_packet_path - report_json_path - report_md_path - packet_path outputs: - lev_builder_post_skeleton_future_lane_existence_audit_report - lev_builder_post_skeleton_future_lane_existence_audit_packet related_skills: - a2-lev-builder-post-skeleton-disposition-audit-operator - a2-lev-builder-post-skeleton-follow-on-selector-operator - a2-brain-surface-refresher capabilities: can_write_repo: false can_only_propose: true reads_graph: true tool_dependencies: [] provenance: "bounded future-lane existence audit retooled from the lev-builder post-skeleton disposition sequence" adapters: codex: system_v4/skill_specs/a2-lev-builder-post-skeleton-future-lane-existence-audit-operator/SKILL.md shell: system_v4/skills/a2_lev_builder_post_skeleton_future_lane_existence_audit_operator.py --- # A2 lev-builder Post-Skeleton Future Lane Existence Audit Operator Use this skill when the post-skeleton disposition slice has retained the unresolved branch and we need one bounded answer about whether that branch still exists as a repo-held future lane artifact. ## Purpose - read the landed disposition surface - decide only whether the retained unresolved branch still exists as a bounded future lane artifact - emit one bounded report and one compact packet - keep the output clearly audit-only, branch-governance-only, and non-runtime-live - keep the landed next step at `hold_at_disposition` unless later bounded evidence reopens the question ## Execute Now 1. Read: - [A2_LEV_BUILDER_POST_SKELETON_DISPOSITION_AUDIT_REPORT__CURRENT__v1.json](/home/ratchet/Desktop/Codex%20Ratchet/system_v4/a2_state/audit_logs/A2_LEV_BUILDER_POST_SKELETON_DISPOSITION_AUDIT_REPORT__CURRENT__v1.json) - [A2_LEV_BUILDER_POST_SKELETON_DISPOSITION_AUDIT_PACKET__CURRENT__v1.json](/home/ratchet/Desktop/Codex%20Ratchet/system_v4/a2_state/audit_logs/A2_LEV_BUILDER_POST_SKELETON_DISPOSITION_AUDIT_PACKET__CURRENT__v1.json) - [lev-builder](/home/ratchet/Desktop/Codex%20Ratchet/work/reference_repos/lev-os/agents/skills/lev-builder/SKILL.md) - [arch](/home/ratchet/Desktop/Codex%20Ratchet/work/reference_repos/lev-os/agents/skills/arch/SKILL.md) - [work](/home/ratchet/Desktop/Codex%20Ratchet/work/reference_repos/lev-os/agents/skills/work/SKILL.md) 2. Verify the bounded future-lane existence surface only. 3. Keep the slice non-migratory, non-runtime-live, and branch-governance-only. ## Default Outputs - `system_v4/a2_state/audit_logs/A2_LEV_BUILDER_POST_SKELETON_FUTURE_LANE_EXISTENCE_AUDIT_REPORT__CURRENT__v1.json` - `system_v4/a2_state/audit_logs/A2_LEV_BUILDER_POST_SKELETON_FUTURE_LANE_EXISTENCE_AUDIT_REPORT__CURRENT__v1.md` - `system_v4/a2_state/audit_logs/A2_LEV_BUILDER_POST_SKELETON_FUTURE_LANE_EXISTENCE_AUDIT_PACKET__CURRENT__v1.json` ## Quality Gates - Do not migrate files. - Do not mutate registry or runner surfaces from this slice. - Do not claim runtime-live status, runtime import, or imported ownership. - Do not widen the audit into execution, promotion, or patch application. - Keep the result explicit about whether the branch remains a repo-held future lane artifact.