← ClaudeAtlas

infiniteleverage-projectlisted

This skill should be used when the operator says "new project", "scaffold a project", "create infinite leverage project", "init new project", "start new client project", or "bootstrap project folder". Scaffolds a brand-new project directory from the canonical `templates/project-scaffold/` in `talentedgeai/infiniteleverage-8-agents-template`, substitutes placeholders, wires the 8-agent team into `.claude/`, initializes git, and prints next steps. All operations are inline — no bundled scripts.
talentedgeai/infiniteleverage-plugin · ★ 0 · AI & Automation · score 52
Install: claude install-skill talentedgeai/infiniteleverage-plugin
# Infinite Leverage — New Project Scaffold ## Canonical Source — Read This First **Every file this skill writes comes from ONE repo:** > https://github.com/talentedgeai/infiniteleverage-8-agents-template | What | Canonical path | |---|---| | Project folder scaffold + stub files | `templates/project-scaffold/` | | Folder structure spec | `templates/project-scaffold/FOLDER-STRUCTURE.md` | | 8 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. Run this AFTER `infiniteleverage-init` has set up the machine (agents installed in `~/.claude/agents/`, GitHub + Vercel + Supabase accounts ready). --- ## Inputs to gather | Input | Example | Required | Notes | |---|---|---|---| | Project slug (kebab-case) | `acme-bookstore` | yes | used as fo