meta-bosun-bootstrap

Bootstrap new projects with bosun as a git submodule and generate configuration files.

3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/oddship/bosun --skill meta-bosun-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-bosun-bootstrap
Source: https://github.com/oddship/bosun/tree/main/.pi/skills/meta-bosun-bootstrap
Command: npx skills add https://github.com/oddship/bosun --skill meta-bosun-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the setup of a new project that leverages the bosun framework as a git submodule, providing a robust multi-agent infrastructure foundation.

Core Features & Use Cases

  • Project Scaffolding: Creates a new project directory with bosun integrated as a git submodule.
  • Configuration Generation: Automatically generates essential configuration files (package.json, justfile, .pi/*.json, etc.) adapted for your new project.
  • Use Case: When starting a new AI-powered application that requires complex agent orchestration and background automation, use this Skill to quickly set up the project structure and core configurations, allowing you to focus on developing custom agents and skills.

Quick Start

Use the meta-bosun-bootstrap skill to scaffold a new project named 'my-ai-project'.

Frequently Asked Questions about meta-bosun-bootstrap

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

FAQPage Schema
How do I bootstrap a new project using bosun as a git submodule?

To bootstrap a new project with bosun, this Skill scaffolds the directory and integrates the framework as a git submodule. It automatically generates core configuration files like package.json, justfile, and .pi/*.json adapted for your specific project.

What configuration files are generated during multi-agent project scaffolding?

During multi-agent project scaffolding, the Skill generates essential configuration files including package.json, justfile, and .pi/*.json. These files are automatically adapted to establish the bosun framework infrastructure for your downstream project.

Does project bootstrapping with bosun support custom agent and skill creation?

Project bootstrapping with bosun fully supports custom agent and skill creation. It sets up the multi-agent infrastructure foundation, allowing you to focus on developing custom agents, skills, and extensions on top of the framework.

When do I need to use a scaffolding tool for multi-agent infrastructure?

You need a scaffolding tool for multi-agent infrastructure when starting an AI-powered application that requires complex agent orchestration and background automation. It quickly sets up the project structure and core configurations.

Can I adapt the generated justfile and package.json for my downstream project?

You can adapt the generated justfile and package.json for your downstream project. The Skill automates the creation of these essential configuration files, molding them specifically to integrate the bosun framework into your new project structure.

What is the best way to set up a bosun framework project structure?

The best way to set up a bosun framework project structure is using an automated bootstrap Skill. It configures the framework as a git submodule and generates the necessary package.json, justfile, and .pi/*.json files for immediate development.