By RUSHYOP
React Three Fiber skill pack: fundamentals, geometry, materials, lighting, textures, shaders, animation, interaction, loaders, physics, postprocessing, plus brain-viz large-graph renderer patterns. Vendored r3f-* from EnzeD/r3f-skills (MIT).
Project-specific R3F patterns for the Brain Visualization 18k-node graph renderer — one InstancedMesh + LineSegments2/GL_LINES edge batches, in-place attribute rewrites, frameloop='demand' discipline, settle-debounced scans, additive-blend brightness budgeting, SpriteText font races, drei OrbitControls event topology, window-hook E2E probes, and the multi-agent git serialization discipline. Use when touching src/components/BrainScene.tsx, GraphCanvas.tsx, CameraRig.tsx, or building any new large-scale (10k+ instance) R3F scene in this repo.
React Three Fiber animation - useFrame, useAnimations, spring physics, keyframes. Use when animating objects, playing GLTF animations, creating procedural motion, or implementing physics-based movement.
React Three Fiber fundamentals - Canvas, hooks (useFrame, useThree), JSX elements, events, refs. Use when setting up R3F scenes, creating components, handling the render loop, or working with Three.js objects in React.
React Three Fiber geometry - built-in shapes, BufferGeometry, instancing with Drei. Use when creating 3D shapes, custom meshes, point clouds, lines, or optimizing with instanced rendering.
React Three Fiber interaction - pointer events, controls, gestures, selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Private Claude Code marketplace for RUSHYOP-owned plugins.
This is the source of truth for local plugins. Do not vendor them into project .claude/plugins/cache/. Install from this marketplace instead.
| Plugin | Contents |
|---|---|
r3f | React Three Fiber skills + brain-viz-renderer |
better-ux-quality | UX/design skill pack (14 skills) |
ramco-brain | Journey/eval/reindex/sync + ramco-data-locator agent |
vizuara | PDF/HTML reports + Wisprflow figures |
agent-tooling | find-skills, git-commit, graphify, migrate-radix-to-base, project-sites, shadcn |
In project or user settings.json:
{
"extraKnownMarketplaces": {
"rushy": {
"source": {
"source": "github",
"repo": "RUSHYOP/rushy-claude-plugins"
}
}
},
"enabledPlugins": {
"r3f@rushy": true,
"better-ux-quality@rushy": true,
"ramco-brain@rushy": true,
"vizuara@rushy": true,
"agent-tooling@rushy": true
}
}
/plugin marketplace add RUSHYOP/rushy-claude-plugins
Or let Claude pull via extraKnownMarketplaces on next start.
Claude will clone into ~/.claude/plugins/marketplaces/rushy and install enabled plugins into the normal cache from this repo, not from random project copies.
# clone once
git clone [email protected]:RUSHYOP/rushy-claude-plugins.git ~/Codes-2/rushy-claude-plugins
# point marketplace installLocation at the clone (known_marketplaces.json)
# or use a file source if your Claude version supports local path marketplaces
Private. All rights reserved unless noted inside a skill (e.g. vendored MIT r3f content).
npx claudepluginhub rushyop/rushy-claude-plugins --plugin r3fGeneral agent skills: find-skills, git-commit, graphify, migrate-radix-to-base, project-sites, shadcn.
Ramco ERP brain skills: journey extraction, eval, reindex, sync, plus ramco-data-locator agent.
Rushy marketplace operations: SessionStart drift checks, post-install reconcile hints, and slash commands to import CLI-installed plugins into the RUSHYOP catalog.
Report and figure generation: Vizuara PDF/HTML reports and Wisprflow chart figures.
Curated skills for improving UI quality and UX on non-3D websites and applications: design-system redesign, motion/UX systems, component polish, and conversion copy.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.