il-projectlisted
Install: claude install-skill talentedgeai/infinite-leverage
# Infinite Leverage — New Project Scaffold
## Canonical Source — Read This First
**Every file this skill writes comes from ONE repo:**
> https://github.com/talentedgeai/infinite-leverage
| What | Canonical path |
|---|---|
| Project folder scaffold + stub files | `templates/project-scaffold/` |
| Folder structure spec | `templates/project-scaffold/FOLDER-STRUCTURE.md` |
| 6 agent definitions | `.claude/agents/*.md` |
| Project skills | `.claude/skills/*/SKILL.md` |
| Engineering rules | `.claude/rules/global-engineering.md` |
| AGENT-DELEGATION block content | embedded below in this SKILL.md — single source for the routing table |
**Rules:**
1. Never modify the scaffold template locally. To change what new projects look like, edit `templates/project-scaffold/` in the canonical repo, commit, push — the next scaffold pulls it automatically.
2. All shell operations are inline in this SKILL.md. **This skill does NOT depend on any external `.sh` files** — every step is something Claude executes directly. That keeps each action visible and auditable.
---
## When to invoke
The operator wants a fresh project folder that follows the canonical Infinite Leverage layout. Prerequisites: the Infinite Leverage v2 plugin installed (which is how this skill is running), plus `git`, an authenticated `gh`, `perl`, `node`/`npm`/`npx`, and `rsync` — Step 1 checks all of them. Agents are installed into the project itself; nothing is ever written to `~/.claude/`.
---
## Inputs to gather
|