dev-r3f-r3f-fundamentals
About
This skill provides React Three Fiber fundamentals for declarative 3D scene composition and game loop implementation. It covers core patterns for setting up scenes, creating 3D components, and managing canvas/renderer settings with `useFrame`. Use it when starting new R3F projects or building interactive 3D components.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dev-r3f-r3f-fundamentalsCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
dev-r3f-r3f-physics
OtherThis skill provides Rapier physics integration for React Three Fiber (R3F) applications, enabling realistic physics simulation and collision detection in 3D games and interactive scenes. It's ideal for developers needing to add falling objects, character controllers, vehicles, or interactive environments to their R3F projects. The skill offers a declarative component-based API (`Physics` and `RigidBody`) for straightforward implementation.
dev-r3f-r3f-materials
OtherThis skill helps developers select and implement materials, shaders, and visual effects in React Three Fiber (R3F). It provides a decision framework for choosing material types, from basic unlit options to advanced PBR and custom shaders, while considering performance. Use it when creating custom materials, implementing visual effects, or optimizing 3D object rendering.
content-collections
MetaThis 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.
polymarket
MetaThis 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.
