From antigravity
Initializes multi-agent repositories from Antigravity template in quick mode for fast scaffold or full mode with LLM provider config, MCP toggle, swarm context, sandbox type, and git init.
npx claudepluginhub study8677/antigravity-workspace-template --plugin antigravityThis skill uses the workspace's default tool permissions.
Initialize a new project from this repository template with two modes.
Scaffolds .agents/ folder structure for AI-first development, including session tracking, task management, coding standards, ADRs, security checklists, and configs for .claude, .codex, .cursor. Use when starting AI-assisted projects.
Bootstraps agent-team in repositories or migrates legacy project states via `agent-team init` and `agent-team migrate`. Useful for repo onboarding and upgrades.
Initializes autonomous agent in current project: creates .claude-code-hermit/ state directories, templates, OPERATOR.md; detects hermits. Run once like git init.
Share bugs, ideas, or general feedback.
Initialize a new project from this repository template with two modes.
quick: Fast scaffold with clean copy and minimal setup.full: quick plus runtime profile setup (.env, mission, context profile, init report) and optional git init.Use the portable script in this skill directory:
python skills/agent-repo-init/scripts/init_project.py \
--project-name my-agent \
--destination-root /absolute/path \
--mode quick
Full mode example:
python skills/agent-repo-init/scripts/init_project.py \
--project-name my-agent \
--destination-root /absolute/path \
--mode full \
--llm-provider openai \
--enable-mcp \
--disable-swarm \
--sandbox-runtime microsandbox \
--init-git
<destination_root>/<project_name>artifacts/logs/agent_repo_init_report.mdsrc/ modulesfull mode, review .context/agent_runtime_profile.md after generation.