initializer-agent
Installation
SKILL.md
Initializer Agent
First-session agent that sets up the foundation for autonomous coding projects.
Quick Start
Initialize a Project
from scripts.initializer import InitializerAgent
agent = InitializerAgent(project_dir)
result = await agent.initialize_project(
spec="Build a task management app with user auth",
tech_stack=["nextjs", "typescript", "prisma"]
)