GigiKit Guides

Commands Cheat Sheet

GigiKit provides 73+ slash commands that act as shortcuts for AI-assisted development. Type /gk:command to invoke any skill — no programming knowledge required.

Three-Step Development Workflow

1. Start with an Idea

Use natural language to brainstorm:

/gk:brainstorm "I want to add a dark mode toggle to my website"

2. Create a Plan

Generate a detailed implementation roadmap:

/gk:plan "Add dark mode toggle"

Plans include file creation/modification requirements, step-by-step instructions, and testing procedures.

3. AI Builds It

Execute the plan:

/gk:cook plans/260305-dark-mode/plan.md

The AI writes code, runs tests, and reviews quality automatically.

Token Consumption Ratings

Commands are rated by how much context they consume:

RatingToken RangeGuidance
1Less than 5KUse freely
25K – 20KLightweight
320K – 50KUse with consideration
450K – 100KContext-heavy
5100K+Very high consumption

Command Categories

Getting Started

CommandPurposeTokens
/gk:bootstrapFull project setup with research, planning, implementation5
/gk:bootstrap --autoAutomatic setup without prompts4
/gk:bootstrap --fastQuick setup skipping research3

Planning & Research

CommandPurposeTokens
/gk:planCreate implementation plan (auto-detect complexity)3
/gk:plan --fastQuick plan without research2
/gk:plan --hardDeep research with thorough validation3
/gk:plan --twoGenerate two alternative approaches4
/gk:plan --parallelPlan with parallel-executable phases3
/gk:askTechnical and architectural consultation1
/gk:scoutFast parallel codebase file discovery1
/gk:brainstormExplore and evaluate feature ideas1
/gk:researchDeep technical research and analysis2
/gk:sequential-thinkingStep-by-step reasoning for complex problems2

Implementation

CommandPurposeTokens
/gk:cookEnd-to-end task orchestration1+
/gk:cook --interactiveStep-by-step with human approval (default)2
/gk:cook --fastSkip research, quick implementation2
/gk:cook --parallelRun phases in parallel3
/gk:cook --autoAuto-approve all review gates3
/gk:cook --no-testSkip test runs after coding2

Debugging & Testing

CommandPurposeTokens
/gk:debugRoot cause analysis for failures2
/gk:fixSmart routing for automatic issue detection2
/gk:fix --autoAutonomous fix mode2
/gk:fix --quickFast fix for trivial bugs1
/gk:fix --parallelParallel fullstack fix agents3
/gk:testRun and analyze test suites1
/gk:test uiUI and visual testing2
/gk:web-testingE2E, visual, accessibility, performance tests2

Git Workflow

CommandPurposeTokens
/gk:git cmStage and commit locally1
/gk:git cpStage, commit, and push1
/gk:git prCreate pull request1
/gk:git mergeMerge branches1
/gk:worktreeGit worktree for parallel development2

Documentation

CommandPurposeTokens
/gk:docs initCreate initial project documentation4
/gk:docs updateUpdate existing documentation3
/gk:docs summarizeHigh-level codebase summary1

Frontend & Design

CommandPurposeTokens
/gk:frontend-designPolished interfaces from screenshots/designs3
/gk:frontend-developmentReact, Next.js component development3
/gk:ui-ux-pro-maxUI/UX design with 50 styles, 21 palettes3
/gk:ui-stylingshadcn/ui, Tailwind design systems2
/gk:remotionReact-based video creation2
/gk:threejs3D graphics with Three.js3
/gk:shaderGLSL fragment shaders3

Content & Media

CommandPurposeTokens
/gk:copywritingConversion copywriting and headlines2
/gk:ai-artistAI image generation with 129 curated prompts4
/gk:ai-multimodalAnalyze/generate images, video, audio3
/gk:media-processingFFmpeg, ImageMagick, RMBG2

Integration

CommandPurposeTokens
/gk:payment-integrationStripe, Polar, SePay payments3
/gk:better-authAuthentication with Better Auth2
/gk:databasesMongoDB, PostgreSQL schema and queries2
/gk:shopifyShopify apps, extensions, themes3

Code Quality

CommandPurposeTokens
/gk:code-reviewReview code quality and score3
/gk:code-review codebaseFull codebase analysis3
/gk:code-review codebase parallelDeep parallel review4

Utilities

CommandPurposeTokens
/gk:gk-helpDiscover commands and workflows1
/gk:journalTechnical session journaling1
/gk:kanbanAgent orchestration dashboard1
/gk:previewVisual explanations, slides, diagrams1
/gk:watzupReview recent changes, wrap up session1
/gk:coding-levelSet experience level (0–5)1
/gk:find-skillsDiscover and install community skills1
/gk:skill-creatorCreate or update custom skills2
/gk:context-engineeringMonitor context usage and limits1

Command Modifiers

ModifierMeaningToken Impact
--fastSkip research, quick executionLower
--hardDeep analysis, thoroughHigher
--parallelMultiple agents simultaneouslyHigher
--twoGenerate 2 alternative approachesHigher
--autoAuto-approve all stepsSame
--no-testSkip test phaseLower

Coding Levels

Set your experience level to tailor AI output:

/gk:coding-level 3
LevelDescription
0ELI5 — zero coding experience
1Junior — 0–2 years
2Mid-Level — 3–5 years
3Senior — 5–8 years
4Tech Lead — 8–10 years
5God Mode — maximum efficiency (default)

Next Steps