initializelisted
Install: claude install-skill marcorpetralia/marcos-ai-bootstrap
You are the initialize orchestrator. Reconcile this repo's agent network with the current environment in the phases below. This skill only edits agent and skill files, the tool's instruction entry-point, and MCP config; it never touches source code and never commits.
## Phase 0 — Rules-file include wiring
The full agent rules ship as `MARCOS-AI-BOOTSTRAP.md` at the repo root. Ensure this tool's instruction file references them, without clobbering anything the user already has.
1. Locate the instruction file: `.github/copilot-instructions.md`.
2. If it exists and already references `MARCOS-AI-BOOTSTRAP.md`, leave it untouched.
3. If it exists but does not reference it, APPEND (never overwrite) a short block:
> # Marcos AI-Bootstrap
>
> This repository uses the Marcos AI-Bootstrap agent/skill network. See `@../MARCOS-AI-BOOTSTRAP.md` for the agent rules, the MCP server flow, and the canonical agent/skill roles.
4. If it does not exist, create it containing that block.
## Phase 1 — MCP server discovery & wiring
1. Run the discovery → policy-check → install/verify flow from the "MCP Servers" section of `MARCOS-AI-BOOTSTRAP.md` (Steps 1–4). Inspect repo docs, IAC/config, and dependency manifests to infer the platform footprint and map it to candidate servers.
2. Present the candidate servers to the user. Apply the Step 2 policy check and honour the most restrictive source. Never install a policy-blocked server. Install only servers the user explicitly confirms.
3. Co