project-agent-bootstrap

Installation
SKILL.md

Project Agent Bootstrap

Overview

Use this skill to turn a plain folder into an AI-ready project workspace. It writes the main instruction file from the bundled template, configures local MCP servers for the selected runtime, and bootstraps Git safely.

Quick Start

Run the bootstrap script first:

python3 ./project-agent-bootstrap/scripts/bootstrap_project.py \
  --project-root /absolute/path/to/project \
  --agent codex

Valid --agent values:

Installs
2
GitHub Stars
23
First Seen
Apr 10, 2026
project-agent-bootstrap — kdoronin/claude_code_skills