SKILL·6113F7

dev-patterns-object-pooling

majiayu000
Updated 2 months ago
17 views
58
9
58
View on GitHub
Othergeneral

About

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.

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-object-pooling

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

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/dev-patterns-object-pooling
0
FAQ

Frequently asked questions

What is the dev-patterns-object-pooling skill?

dev-patterns-object-pooling is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform dev-patterns-object-pooling-related tasks without extra prompting.

How do I install dev-patterns-object-pooling?

Use the install commands on this page: add dev-patterns-object-pooling to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does dev-patterns-object-pooling belong to?

dev-patterns-object-pooling is in the patterns category, tagged general.

Is dev-patterns-object-pooling free to use?

Yes. dev-patterns-object-pooling is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

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-coverage-tracking
Other

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.

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