What problem does it solve? Setting up a new project consistently is error-prone: choosing the right agent skills, scaffolding the agent harness, creating the GitHub repository with correct metadata, and writing a README that meets organizational standards all require manual coordination. This Skill standardizes that entire bootstrap workflow for firstsun-dev projects. ## Core Features & Use Cases - Skill Selection and Installation: Reads the skills catalog, matches skills to the actual stack and workflow, and installs them via npx skills add so the lockfile records sources. - Agent Harness Scaffolding: Delegates to firstsun-harness to create reliability artifacts such as CLAUDE.md, AGENTS.md, feature_list.json, and session handoff files. - GitHub Repository Governance: Creates or reconciles repositories with a metadata contract covering descriptions, topics, homepage URLs, and an English-first README structure. - Brand Tier Classification: Classifies projects as Workshop, Supporting, or Flagship based on explicit evidence criteria, with new projects defaulting to Workshop. - Use Case: When starting a new Obsidian plugin project under firstsun-dev, invoke this Skill to install relevant skills, scaffold the harness, create the GitHub repo with proper metadata, and record it as a Workshop-tier project. ## Quick Start Initialize my new firstsun-dev project in the current directory by selecting relevant skills, scaffolding the agent harness, and creating the GitHub repository with standard metadata.