validate-starter-scripts
Validate Starter Scripts Skill
Performs comprehensive validation of your 20 starter scripts before the game jam begins.
What This Does
Checks your complete starter script set for:
- Code Quality - Consistent naming, proper encapsulation, clean dependencies
- Best Practices - Proper Singleton patterns, error handling, null checks, proper disposal
- Integration Health - Scripts work together without conflicts, proper initialization order, no circular dependencies
- Memory Safety - Object pooling consistency, proper cleanup, no memory leaks
- Modern Pattern Readiness - Input System compatibility, async/await preparedness, resource management
Activation Triggers
This skill activates when you:
- Ask to "validate my starter scripts"
- Request a "code audit" or "quality check"
- Run
/review-starterscommand - Ask to "check my 20 scripts" or "review my starters"
Output Format
Returns a structured report:
- Critical Issues (must fix before jam)
- Best Practice Suggestions (improve code quality)
- Integration Warnings (potential team collaboration issues)
- Modern Pattern Gaps (missing Input System, async patterns, etc.)
- Ready Status - "Ready to ship" or list of recommended fixes
Pre-Jam Usage
Run this before your game jam starts to ensure all starter scripts are solid and won't cause problems during development.
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