setup

Diagnose repository readiness and bootstrap local Flywheel configuration.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/mopeyjellyfish/flywheel --skill setup-mopeyjellyfish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/mopeyjellyfish/flywheel/tree/main/skills/setup
Command: npx skills add https://github.com/mopeyjellyfish/flywheel --skill setup-mopeyjellyfish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Diagnoses repo readiness and bootstraps local Flywheel setup for onboarding, workflow readiness, host posture checks, and missing tool discovery.

Core Features & Use Cases

  • Evaluate repo health by inspecting tooling, manifests, and host surfaces to surface gaps before work.
  • Bootstrap a durable local Flywheel config and workspace surfaces to accelerate first tasks.
  • Provide guided recovery paths when a later stage is blocked by a missing surface, ensuring predictable progress.

Quick Start

Run $fw:setup to inspect this repository and bootstrap Flywheel readiness.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I diagnose repo readiness before starting local development?

Diagnose repo readiness by inspecting tooling, manifests, and host surfaces to surface gaps before work. This process identifies missing tools and evaluates host security posture to ensure your workspace is fully prepared for onboarding and workflow execution.

What is the best way to bootstrap a local Flywheel setup for a new project?

Bootstrap a durable local Flywheel setup by running the setup command to inspect the repository. This action configures local workspace surfaces and accelerates first tasks by providing guided recovery paths when a later stage is blocked by a missing surface.

Can I check host security posture and missing tool discovery across multiple projects?

Yes, you can check host security posture and discover missing tools across projects. The setup workflow evaluates repo health by inspecting host surfaces and manifests, applying to workflow readiness checks to ensure predictable progress and gap discovery.

Why does my workflow setup get blocked by missing local config surfaces?

Workflow setup gets blocked when local config surfaces are missing from the host environment. The setup process identifies these missing surfaces during repo health evaluation and provides guided recovery paths to ensure predictable progress and unblock later stages.

Do I need YAML frontmatter to run repo readiness diagnostics?

Yes, YAML frontmatter with name and description is required to run repo readiness diagnostics. The setup process uses these references alongside local config and security posture checks to accurately evaluate workspace gaps and bootstrap the environment.