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"]
)
Installs
21
GitHub Stars
11
First Seen
Jan 24, 2026
initializer-agent — adaptationio/skrillz