00 Preflight banner
AntifragileTech AntifragileTech

00 Preflight

Development community

Description

# Preflight Check — Run This First If Unsure > Checks your system has everything needed to install the Antifragile Claude Code. Takes 10 seconds. ## Copy this prompt into Claude Code: ``` Before I install the Antifragile Claude Code, run a quick preflight check on my system: 1. Check if `git` is installed (run `git --version`) - If NOT installed: tell me how to install it for my OS - macOS: `xcode-select --install` or `brew install git` - Windows: download from https://git-scm.com/d

Installation

Installs to ~/.claude/skills/antifragiletech-antifragile-claude-code-00-preflight/SKILL.md

Terminal
mkdir -p ~/.claude/skills/antifragiletech-antifragile-claude-code-00-preflight && curl -fsSL https://raw.githubusercontent.com/AntifragileTech/antifragile-claude-code/HEAD/prompts/00-preflight.md -o ~/.claude/skills/antifragiletech-antifragile-claude-code-00-preflight/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository