setup

Installation
SKILL.md

Setup Skill

Interactive setup guide for Grant Tracker. Walks through the complete setup process from clone to running application.

Instructions

When this skill is invoked, guide the user through the Grant Tracker setup process interactively. Check the current state before each step and skip steps that are already complete.

Phase 1: Prerequisites Check

  1. Check Docker is running:
    docker info > /dev/null 2>&1
    
    If this fails, tell the user to start Docker Desktop and wait for it to be ready.
Installs
1
First Seen
Jun 19, 2026
setup — michaelwinser/grant-tracker