init

Automate project bootstrap and standardization for fyrsmithlabs repositories.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/fyrsmithlabs/marketplace --skill init-fyrsmithlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/fyrsmithlabs/marketplace/tree/main/plugins/fs-dev/skills/init
Command: npx skills add https://github.com/fyrsmithlabs/marketplace --skill init-fyrsmithlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of bootstrapping Fyrsmithlabs project standards, ensuring consistent configuration, generated artifacts, and a maintainable baseline for all repos.

Core Features & Use Cases

  • Auto-detect repository state (new vs existing) and apply appropriate setup
  • Generate missing artifacts such as CLAUDE.md and standard configuration scaffolding
  • Interactive configuration wizard to tailor project setup and ensure compliance
  • File-based fallback when optional services like contextd are unavailable
  • Validate tooling, CI readiness, and documentation to align with git-repo-standards

Quick Start

  • /init
  • /init --check
  • /init --quick
  • /init --validate

Frequently Asked Questions about init

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

FAQPage Schema
How do I bootstrap CI/CD and project standards for an existing git repository?

Running the init Skill on an existing repository automatically detects its state, generates missing configuration scaffolding, and validates CI readiness against git-repo-standards.

What is CLAUDE.md and when do I need to generate it for my project setup?

CLAUDE.md is a maintainable baseline artifact generated during project setup to ensure consistent configuration across fyrsmithlabs repositories.

Can I customize repository configuration during project bootstrap?

Yes, you can customize repository configuration during project bootstrap by running the interactive configuration wizard to tailor setup and ensure compliance.

Does the init project setup work without external contextd integration?

The project setup works without contextd integration by utilizing a file-based fallback mechanism to generate artifacts when optional services are unavailable.

How do I validate CI readiness and documentation for my git repo?

To validate CI readiness and documentation, run the validate command to check your repository tooling and configuration alignment against git-repo-standards.

Is there a quick way to apply standard configuration scaffolding to a new repository?

Yes, you can quickly apply standard configuration scaffolding to a new repository by running the quick command to bypass the interactive wizard for rapid setup.