← ClaudeAtlas

initlisted

Use this skill when the user runs `/ievo:init`, opens a new project that does not yet have `.ievo/`, or asks "set up iEvo here" / "find skills for this project" — not for configuring lifecycle hooks alone (use /ievo:hooks-setup for that). Initializes iEvo in the current project — discover relevant skills and agents from skills.sh and the broader GitHub ecosystem (via own discover.mjs script, no prereq install), audit them for safety via senior-security-engineer review, install through an interactive interview. Composes two lower-level skills (index-repos, security-check) plus discover.mjs + repo-indexer + security-auditor sub-agents into a complete setup pipeline.
ievo-ai/skills · ★ 0 · Code & Development · score 72
Install: claude install-skill ievo-ai/skills
# Init ## ⚠️ Critical execution directive — read first **Execute the entire pipeline continuously, without pausing.** Do NOT wait for user input between steps. The ONLY user-facing pauses are: 1. **Step 1** — `AskUserQuestion`, twice at most: the working-directory confirmation, only if `pwd` shows neither `.git/` nor a Step 4 manifest; and the permission check 2. **Step 7a** (resolve ambiguous categories) — `AskUserQuestion`, only if any categories were marked `/ambiguous` 3. **Step 7b** (per-candidate interview) — `AskUserQuestion`, including the single batched tail question for `overlap_tail[]` items, if any 4. **Step 8** (RED security verdict) — `AskUserQuestion`, only for RED candidates 5. **Step 12.5** (platform-mismatch self-check) — only if a mismatch is actually caught, and never in this step directly: the pauses belong to the `/ievo:evo` handoff, which under its own Step 1 overlay-only carve-out can raise **at most two**, each independently conditional — Step 5.6's upstream-feedback offer (if the lesson classifies as upstream-relevant, which this one does) and Step 5.7's extraction offer (only if that overlay already holds a cluster). Choosing to share at Step 5.6 hands off to `/ievo:feedback`, which adds its own public-posting gate 6. **Step 13** (final feedback prompt) — `AskUserQuestion` Between every other step, **proceed immediately** to the next step. If you find yourself thinking "should I confirm with the user before doing X?" — the answer is NO. Just do