init

Initializes new Next.js, Python, or Rust projects and integrates the agents-workflow system into Git repositories.

6|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/l3wi/agents-workflow --skill init-l3wi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/l3wi/agents-workflow/tree/main/.pi/skills/init
Command: npx skills add https://github.com/l3wi/agents-workflow --skill init-l3wi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new projects and the integration of the agents-workflow system into existing ones, providing a foundational setup for development.

Core Features & Use Cases

  • New Project Scaffolding: Creates new projects with pre-configured stacks (Next.js, Python, Rust) including dependencies, testing, and linting.
  • Workflow Integration: Adds the agents-workflow system to any existing Git repository, configuring branches, worktrees, and essential files.
  • Use Case: Start a new Next.js application with all the necessary tooling and the agents-workflow system in place, ready for feature development.

Quick Start

Run /skill:init nextjs my-new-app to create a new Next.js project named my-new-app.

Frequently Asked Questions about init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Next.js project with Git and workflow integration?

To scaffold a new Next.js project with Git and workflow integration, run a command like `/skill:init nextjs my-new-app` to automatically generate the project structure, configure dependencies, set up Git branches, and symlink workflow components.

Can I integrate an agents-workflow system into an existing Git repository?

Yes, you can integrate the agents-workflow system into an existing Git repository. The init process configures necessary branches, worktrees, and essential files directly within your current project structure for immediate use.

What programming stacks are supported for new project scaffolding?

New project scaffolding supports pre-configured stacks including Next.js, Python, and Rust. These stacks are initialized with structured project directories, dependencies, testing, and linting configurations.

Does project setup automatically configure Git branches and symlinks?

Yes, project setup automatically configures Git branches and symlinks. During initialization, it establishes the required branch structure and symlinks workflow components to ensure the environment is ready for feature development.

What is the best way to add linting and testing to a new Python project?

The best way to add linting and testing to a new Python project is to use a scaffolding tool that pre-configures these environments. This ensures your project setup includes standard dependencies and tooling from the start.