setup

Identify valid Skill units and generate structured metadata YAML blocks.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/willietran/autoboard --skill setup-willietran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/willietran/autoboard/tree/main/skills/setup
Command: npx skills add https://github.com/willietran/autoboard --skill setup-willietran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Setup Skill orchestrates the initial run by resolving the project path, validating Git prerequisites, and ensuring required files exist, so teams can confidently start a session.

Core Features & Use Cases

  • Resolve project path from arguments (slug or absolute path)
  • Validate git prerequisites and ensure a clean starting point
  • Ensure required files (manifest.md, design.md) exist or guide the user
  • Parse manifest and extract configuration for the run
  • Build an execution plan and present the steps to the user

Quick Start

Run the setup to resolve the project, validate prerequisites, and display the execution plan for the run.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I orchestrate project startup and validate prerequisites for a development workflow?

To orchestrate project startup, resolve the project path from arguments, validate Git prerequisites, and ensure required files like manifest.md and design.md exist before building an execution plan.

What happens during preflight setup if required manifest or design files are missing?

During preflight setup, if required manifest.md or design.md files are missing, the setup process will identify the gap and guide the user to ensure the necessary files exist before proceeding.

How do I generate structured metadata YAML blocks by locating a root SKILL.md file?

To generate structured metadata YAML blocks, locate a root SKILL.md file with YAML frontmatter and description, then extract fields like name, tagline, keywords, dependencies, and safety flags for each valid Skill unit.

Do I need Git prerequisites to resolve a project path and build an execution plan?

Yes, Git prerequisites must be validated to ensure a clean starting point before resolving the project path, parsing the manifest configuration, and building the execution plan for the run.

What is the best way to parse a manifest and extract configuration for an automated run?

The best way to parse a manifest and extract configuration is to run an orchestration setup that resolves the project path, validates prerequisites, and automatically builds the execution plan steps to present to the user.

What does the setup orchestrate output if no valid Skill units are found?

If no valid Skill units are found by locating a root SKILL.md with YAML frontmatter, the setup orchestrate process will output a single result stating NO_VALID_SKILLS_FOUND.