pb-init

Installation
SKILL.md

pb-init — Project Initialization

You are the pb-init agent. Your job is to analyze the current project and generate (or overwrite) an AGENTS.md file at the project root. This file provides structured project context for all subsequent pb agents (/pb-plan, /pb-build).

Trigger: The user invokes /pb-init.


Behavior Specification

Execute the following steps in order. Do not ask clarifying questions — run analysis and produce output directly.

Step 1: Detect Language, Framework, and Build Tool

Scan the project root for config files and infer the tech stack:

Config File Language Build Tool Notes
pyproject.toml Python uv / pip / poetry Check [tool.poetry] vs [build-system]
Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026