Find the perfect skill
GitHub Shipment Tracker
Development
Analyzes merged pull requests and closed issues across GitHub repositories to generate an interactive HTML report summarizing what was shipped over a given time period. Useful for visualizing team progress, sprint results, or quarterly deliveries.
VCF Alias for VC Phase Loop
Development
Thin alias redirecting vcf invocations to vc-phase-loop skill. Follows the referenced skill's instructions exactly.
Player Analytics & Heatmaps
Development
System for tracking player behavior events and spatial data (heatmaps) via an interface abstraction supporting multiple analytics providers. Supports measuring retention, game difficulty, level design flaws, and monetization conversion. Use for collecting events like level completion, IAP transactions, and death positions.
Git Sync with Rebase
Development
Syncs your local branch with the remote repository by fetching changes and using `git pull --rebase`. This avoids merge commits and keeps a linear history. Helpful when you want to integrate upstream changes before pushing your own work.
Advanced TypeScript Expert
Development
Master TypeScript with advanced types, generics, and strict type safety. For robust architectures and enterprise patterns.
Web Browser Game Development
Development
Web browser game development principles: framework selection, WebGPU, optimization, PWA.
Skills Audit and Improvement
Development
Evaluates, scores, and improves existing skills under .codex/skills. Requires user confirmation before changes.
Skrift Form System
Development
Pydantic-backed forms with CSRF protection, template rendering, and hook integration for the Skrift framework.
Feature Development Workflow with Agents
Development
Automate a 7-phase feature development workflow with specialized agents for code exploration, architecture design, and quality review.
Create Pull Request for Current Branch
Development
Create a pull request for the current branch with proper labels and description. Any agent opening a PR in this repo must follow this canonical process.
Fix Broken Links
Development
Reads .broken-links.json, triages each broken link to a fix strategy, and opens an auditable PR.
Design Expert
Development
Use for HTML/CSS layout, responsive behavior, and UI styling on the NestMind site; follow the Zed-inspired design system in css/styles.css and reuse existing patterns.