jam-prep-checklist
Jam Prep Checklist Skill
Interactive walkthrough to ensure your project is ready to start the game jam.
What This Does
Guides you through complete project setup:
- Script Integration - Verifies all 20 starter scripts are in your project
- Manager Initialization - Checks GameManager, AudioManager, InputManager, UIManager setup and initialization order
- Prefab Setup - Confirms key prefabs (player, UI canvas, pooled objects) are created
- Input Configuration - Modern Input System setup and bindings ready
- Scene Setup - Proper scene hierarchy, GameManager placement, component connections
- Team Readiness - Git setup, team members have correct project structure
- Performance Baseline - Initial profiling data, target performance metrics
Activation Triggers
This skill activates when you:
- Ask "am I ready to start the jam?"
- Request "pre-jam checklist" or "setup checklist"
- Run
/jam-statusbefore jam start - Ask about "getting ready" or "final checks"
Output Format
Interactive checklist with:
- ✓ Completed items
- ⚠ Items needing attention
- ❌ Critical blockers
- Final Verdict - "Ready to jam!" or list of things to fix
When to Use
Run this the day before your jam starts (or morning-of) to catch any setup issues before crunch time.
Team Sharing
Checklist can be shared with team to ensure everyone has identical project setup.
More from karchtho/my-claude-marketplace
ui-ux-design
UI/UX design principles, design systems, accessibility, responsive design, and user experience best practices. Activates when discussing layouts, styling, design decisions, user flows, or visual design.
12nginx-configuration
Configure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway functionality. Master production deployments, security headers, and monitoring.
11docker-compose-creator
Design multi-container applications with Docker Compose. Covers service orchestration, networking, volumes, environment configuration, health checks, and production deployment patterns. Use when defining local development stacks or deploying multi-service applications.
10dockerfile-generator
Generate production-ready Dockerfiles with best practices for various tech stacks. Covers multi-stage builds, optimization, security, and language-specific patterns (Node.js, Python, Go, Rust, Java). Use when creating new application containers.
8docker-container-basics
Docker containerization fundamentals. Master container lifecycle, image management, networking, volumes, resource limits, and production deployment patterns. Use when building, running, debugging containers or implementing container orchestration.
8feature-architect
Design game feature architecture before writing code. Use when planning a new feature system, deciding on component structure, or mapping out how a feature integrates with existing systems.
6