Ag Init banner
study8677 study8677

Ag Init

Development community

Description

--- description: Scaffold a new multi-agent repository from the Antigravity template (invokes agent-repo-init skill). --- Invoke the `agent-repo-init` skill. Parse $ARGUMENTS for: project name, destination path, mode (`quick` or `full`). If any are missing, ask before running `${CLAUDE_PLUGIN_ROOT}/skills/agent-repo-init/scripts/init_project.py`.

Installation

Installs to ~/.claude/skills/study8677-antigravity-workspace-template-ag-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/study8677-antigravity-workspace-template-ag-init && curl -fsSL https://raw.githubusercontent.com/study8677/antigravity-workspace-template/HEAD/commands/ag-init.md -o ~/.claude/skills/study8677-antigravity-workspace-template-ag-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository