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:
Rating
Token Range
Guidance
1
Less than 5K
Use freely
2
5K – 20K
Lightweight
3
20K – 50K
Use with consideration
4
50K – 100K
Context-heavy
5
100K+
Very high consumption
Command Categories
Getting Started
Command
Purpose
Tokens
/gk:bootstrap
Full project setup with research, planning, implementation
5
/gk:bootstrap --auto
Automatic setup without prompts
4
/gk:bootstrap --fast
Quick setup skipping research
3
Planning & Research
Command
Purpose
Tokens
/gk:plan
Create implementation plan (auto-detect complexity)
3
/gk:plan --fast
Quick plan without research
2
/gk:plan --hard
Deep research with thorough validation
3
/gk:plan --two
Generate two alternative approaches
4
/gk:plan --parallel
Plan with parallel-executable phases
3
/gk:ask
Technical and architectural consultation
1
/gk:scout
Fast parallel codebase file discovery
1
/gk:brainstorm
Explore and evaluate feature ideas
1
/gk:research
Deep technical research and analysis
2
/gk:sequential-thinking
Step-by-step reasoning for complex problems
2
Implementation
Command
Purpose
Tokens
/gk:cook
End-to-end task orchestration
1+
/gk:cook --interactive
Step-by-step with human approval (default)
2
/gk:cook --fast
Skip research, quick implementation
2
/gk:cook --parallel
Run phases in parallel
3
/gk:cook --auto
Auto-approve all review gates
3
/gk:cook --no-test
Skip test runs after coding
2
Debugging & Testing
Command
Purpose
Tokens
/gk:debug
Root cause analysis for failures
2
/gk:fix
Smart routing for automatic issue detection
2
/gk:fix --auto
Autonomous fix mode
2
/gk:fix --quick
Fast fix for trivial bugs
1
/gk:fix --parallel
Parallel fullstack fix agents
3
/gk:test
Run and analyze test suites
1
/gk:test ui
UI and visual testing
2
/gk:web-testing
E2E, visual, accessibility, performance tests
2
Git Workflow
Command
Purpose
Tokens
/gk:git cm
Stage and commit locally
1
/gk:git cp
Stage, commit, and push
1
/gk:git pr
Create pull request
1
/gk:git merge
Merge branches
1
/gk:worktree
Git worktree for parallel development
2
Documentation
Command
Purpose
Tokens
/gk:docs init
Create initial project documentation
4
/gk:docs update
Update existing documentation
3
/gk:docs summarize
High-level codebase summary
1
Frontend & Design
Command
Purpose
Tokens
/gk:frontend-design
Polished interfaces from screenshots/designs
3
/gk:frontend-development
React, Next.js component development
3
/gk:ui-ux-pro-max
UI/UX design with 50 styles, 21 palettes
3
/gk:ui-styling
shadcn/ui, Tailwind design systems
2
/gk:remotion
React-based video creation
2
/gk:threejs
3D graphics with Three.js
3
/gk:shader
GLSL fragment shaders
3
Content & Media
Command
Purpose
Tokens
/gk:copywriting
Conversion copywriting and headlines
2
/gk:ai-artist
AI image generation with 129 curated prompts
4
/gk:ai-multimodal
Analyze/generate images, video, audio
3
/gk:media-processing
FFmpeg, ImageMagick, RMBG
2
Integration
Command
Purpose
Tokens
/gk:payment-integration
Stripe, Polar, SePay payments
3
/gk:better-auth
Authentication with Better Auth
2
/gk:databases
MongoDB, PostgreSQL schema and queries
2
/gk:shopify
Shopify apps, extensions, themes
3
Code Quality
Command
Purpose
Tokens
/gk:code-review
Review code quality and score
3
/gk:code-review codebase
Full codebase analysis
3
/gk:code-review codebase parallel
Deep parallel review
4
Utilities
Command
Purpose
Tokens
/gk:gk-help
Discover commands and workflows
1
/gk:journal
Technical session journaling
1
/gk:kanban
Agent orchestration dashboard
1
/gk:preview
Visual explanations, slides, diagrams
1
/gk:watzup
Review recent changes, wrap up session
1
/gk:coding-level
Set experience level (0–5)
1
/gk:find-skills
Discover and install community skills
1
/gk:skill-creator
Create or update custom skills
2
/gk:context-engineering
Monitor context usage and limits
1
Command Modifiers
Modifier
Meaning
Token Impact
--fast
Skip research, quick execution
Lower
--hard
Deep analysis, thorough
Higher
--parallel
Multiple agents simultaneously
Higher
--two
Generate 2 alternative approaches
Higher
--auto
Auto-approve all steps
Same
--no-test
Skip test phase
Lower
Coding Levels
Set your experience level to tailor AI output:
/gk:coding-level 3
Level
Description
0
ELI5 — zero coding experience
1
Junior — 0–2 years
2
Mid-Level — 3–5 years
3
Senior — 5–8 years
4
Tech Lead — 8–10 years
5
God Mode — maximum efficiency (default)
Next Steps
Command Finder — interactive decision tree to find the right command
Workflow Recipes — ready-to-use command sequences for common tasks