Back to Skills

dev-patterns-coverage-tracking

majiayu000
Updated 8 days ago
17 views
58
9
58
View on GitHub
Othergeneral

About

This skill provides grid-based territory tracking for game mechanics like Splatoon-style paint coverage. It efficiently calculates team scores and detects paint-over scenarios by using spatial partitioning instead of tracking individual decals. Developers should use this when implementing performance-sensitive territorial control systems.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dev-patterns-coverage-tracking

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/dev-patterns-coverage-tracking
0

Related Skills

dev-patterns-mobile-haptics

Other

This skill provides haptic feedback patterns for mobile games using the Vibration API, enabling tactile responses for controls and interactions. It includes practical code examples for implementing vibrations to enhance game feel and UI feedback on supported platforms. Developers should use it when adding immersive tactile experiences to mobile applications, particularly for Android browsers with full API support.

View skill

dev-patterns-object-pooling

Other

This skill provides object pooling for React Three Fiber components like decals and particles to eliminate garbage collection pauses. It's designed for high-performance scenarios where objects are frequently created and destroyed, targeting 60 FPS with many transient objects. The pattern pre-allocates reusable objects with activation/deactivation hooks and works best when maximum simultaneous objects are bounded.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill