SKILL·6113F7

dev-patterns-object-pooling

majiayu000
更新于 2 months ago
17 次查看
58
9
58
在 GitHub 上查看
其他general

关于

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.

快速安装

Claude Code

推荐
主要方式
npx skills add majiayu000/claude-skill-registry -a claude-code
插件命令备选方式
/plugin add https://github.com/majiayu000/claude-skill-registry
Git 克隆备选方式
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dev-patterns-object-pooling

在 Claude Code 中复制并粘贴此命令以安装该技能

GitHub 仓库

majiayu000/claude-skill-registry
路径: 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.

相关推荐技能