Professional design agency skillstack for 3D/WebGL, animation, and modern web development Claude Code plugin marketplace providing comprehensive coverage of modern web technologies including Three.js, GSAP, React Three Fiber, Framer Motion, Babylon.js, and
$ npx -y skills add freshtechbro/claudedesignskills --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: freshtechbro/claudedesignskills
What's inside
Professional design agency skillstack for 3D/WebGL, animation, and modern web development
Claude Code plugin marketplace providing comprehensive coverage of modern web technologies including Three.js, GSAP, React Three Fiber, Framer Motion, Babylon.js, and more.
New: Install skills as plugins directly from this marketplace!
# Add marketplace to Claude Code
/plugin marketplace add freshtechbro/claudedesignskills
# Install individual plugins
/plugin install threejs-webgl
/plugin install gsap-scrolltrigger
/plugin install react-three-fiber
# Or install complete bundles
/plugin install core-3d-animation # 5 skills: Three.js, GSAP, R3F, Motion, Babylon
/plugin install extended-3d-scroll # 6 skills: A-Frame, Vanta, PlayCanvas, PixiJS, Locomotive, Barba
/plugin install animation-components # 5 skills: React Spring, Magic UI, AOS, Anime.js, Lottie
/plugin install authoring-motion # 4 skills: Blender, Spline, Rive, Substance 3D
/plugin install meta-skills # 2 skills: Integration patterns, Modern design
Each plugin includes:
๐ View complete marketplace documentation โ
27 plugins (22 individual + 5 bundles) extending Claude Code with specialized knowledge for cutting-edge web technologies.
Key Features:
Modular packages that teach Claude specific technologies. Each contains:
Progressive disclosure: Claude loads only what's needed per task.
All plugins include slash commands and specialized agents. Full details โ
threejs-webgl โข gsap-scrolltrigger โข react-three-fiber โข motion-framer โข babylonjs-engine
aframe-webxr โข lightweight-3d-effects โข playcanvas-engine โข pixijs-2d โข locomotive-scroll โข barba-js
react-spring-physics โข animated-component-libraries โข scroll-reveal-libraries โข animejs โข lottie-animations
blender-web-pipeline โข spline-interactive โข rive-interactive โข substance-3d-texturing
web3d-integration-patterns โข modern-web-design
Prerequisites: Claude Code CLI or claude.com/code
Install directly from the marketplace:
# Add marketplace
/plugin marketplace add freshtechbro/claudedesignskills
# Browse and install plugins
/plugin install threejs-webgl
/plugin install core-3d-animation # Bundle: 5 skills + commands + agents
Benefits:
Upload individual skills directly to claude.ai:
.zip file from .claude/skills/All skills are properly packaged with:
Clone for skill development or local customization:
git clone https://github.com/freshtechbro/claudedesignskills.git
cd claudedesignskills
Skills auto-activate when triggered. Example prompts:
threejs-webglgsap-scrolltriggerreact-three-fiberCopy individual skills to your project:
# Extract skill contents (not the zip itself)
unzip .claude/skills/threejs-webgl.zip -d your-project/.claude/skills/threejs-webgl/
# Initialize new skill
.claude/skills/skill-creator/scripts/init_skill.py my-skill --path .claude/skills
# Validate
.claude/skills/skill-creator/scripts/quick_validate.py .claude/skills/my-skill
# Package (auto-validates)
.claude/skills/skill-creator/scripts/package_skill.py .claude/skills/my-skill
All skills in this repository meet claude.ai upload requirements:
Required ZIP Structure:
skill-name.zip
โโโ SKILL.md โ Must be at root level!
โโโ references/
โ โโโ api_reference.md
โโโ scripts/
โ โโโ helper_script.py
โโโ assets/
โโโ templates/
Automatic Validation:
package_skill.py ensures correct structure.zip files to prevent nestingCommon Errors (all fixed in this repo):
skill-name/SKILL.md)Each skill includes automation utilities. Examples:
setup_scene.py - Three.js boilerplatecomponent_generator.py - 12 R3F component typesanimation_generator.py - 11 animation typesscene_generator.py - 8 scene types, mesh_builder.py - 13 shapesgenerate_animation.py, timeline_builder.py50+ generators total across all skills.
# Count skills (should be 23)
ls -d .claude/skills/*/ | wc -l
# Count packages (should be 22)
find .claude/skills -name "*.zip" -type f | wc -l
# Validate all
for skill in .claude/skills/*/; do
.claude/skills/skill-creator/scripts/quick_validate.py "$skill"
done
Foundation: threejs-webgl (used by R3F, A-Frame, Vanta) โข gsap-scrolltrigger (integrates with most) โข motion-framer (used by component libs)
Alternatives: 3D (threejs-webgl vs babylonjs-engine vs playcanvas-engine) โข Animation (gsap vs motion vs react-spring) โข Scroll (locomotive vs AOS)
Common Integrations: Three.js + GSAP โข R3F + Motion โข Vanta + GSAP
init_skill.pyquick_validate.pyGuidelines: Imperative form in SKILL.md โข Runnable examples โข Executable scripts (chmod +x) โข Python 3 stdlib only โข Proper YAML frontmatter
MIT License - see LICENSE file
โ Production Ready - All 22 skills complete, validated, and packaged ๐ช Plugin Marketplace - 27 plugins (22 individual + 5 bundles) ready to install ๐ฆ 22 Skills - 3D graphics, animation, scroll effects, interactive web ๐ง 50+ Commands - Slash commands for instant boilerplate ๐ค 27+ Agents - Specialized domain experts ๐ Fully Documented - Guides, patterns, examples ๐ Upload Ready - All skills meet claude.ai packaging requirements
2025-11-13: Launched Plugin Marketplace
2025-10-25: Fixed packaging script for claude.ai compatibility
Built following Anthropic's Claude Skills guidelines.
Ready to use: Upload any skill to claude.ai or clone the repository!
Star this repository to stay updated with new skills and features!
.claude/
.claude-plugin/
marketplace.json
skills/
aframe-webxr/
aframe-webxr.zip
assets/
examples/
README.md
starter_aframe/
index.html
main.js
README.md
style.css
references/
api_reference.md
components_library.md
webxr_guide.md
scripts/
component_builder.py
scene_generator.py
SKILL.md
animated-component-libraries/
animated-component-libraries.zip
assets/
README.md
references/
customization_guide.md
magic_ui_components.md
react_bits_components.md
scripts/
component_importer.py
props_generator.py
SKILL.md
animejs/
animejs.zip
assets/
README.md
references/
api_reference.md
stagger_guide.md
timeline_guide.md
scripts/
animation_generator.py
timeline_builder.py
SKILL.md
babylonjs-engine/
babylonjs-engine.zip
assets/
examples/
README.md
starter_babylon/
index.html
package.json
README.md
src/
main.js
style.css
vite.config.js
references/
api_reference.md
scripts/
mesh_builder.py
scene_generator.py
SKILL.md
barba-js/
barba-js.zip
assets/
README.md
references/
api_reference.md
gsap_integration.md
hooks_guide.md
transition_patterns.md
scripts/
project_setup.py
transition_generator.py
SKILL.md
blender-web-pipeline/
blender-web-pipeline.zip
assets/
README.md
references/
bpy_api_reference.md
gltf_export_guide.md
optimization_strategies.md
scripts/
batch_export.py
generate_lods.py
optimize_model.py
SKILL.md
gsap-scrolltrigger/
gsap-scrolltrigger.zip
assets/
easings/
easing_visualizer.html
examples/
README.md
starter_scroll/
index.html
main.js
README.md
style.css
references/
api_reference.md
common_patterns.md
easing_guide.md
scripts/
generate_animation.py
timeline_builder.py
SKILL.md
lightweight-3d-effects/
lightweight-3d-effects.zip
assets/
examples/
README.md
starter_lightweight/
index.html
main.js
README.md
style.css
references/
tilt_patterns.md
vantajs_effects.md
zdog_api.md
scripts/
generate_zdog.py
setup_vanta.py
SKILL.md
locomotive-scroll/
locomotive-scroll.zip
assets/
starter_locomotive/
index.html
main.js
package.json
README.md
style.css
references/
api_reference.md
gsap_integration.md
scripts/
generate_config.py
integration_helper.py
SKILL.md
lottie-animations/
lottie-animations.zip
assets/
starter_lottie/
README.md
references/
after_effects_export.md
api_reference.md
performance_guide.md
scripts/
generate_lottie_component.py
optimize_lottie.py
SKILL.md
modern-web-design/
modern-web-design.zip
assets/
README.md
references/
accessibility_guide.md
design_trends_2024.md
interaction_patterns.md
performance_checklist.md
scripts/
design_audit.py
pattern_generator.py
SKILL.md
motion-framer/
motion-framer.zip
assets/
examples/
README.md
starter_motion/
index.html
package.json
README.md
src/
App.css
App.jsx
components/
DraggableBox.jsx
HoverCard.jsx
StaggerList.jsx
main.jsx
vite.config.js
references/
api_reference.md
scripts/
animation_generator.py
variant_builder.py
SKILL.md
pixijs-2d/
pixijs-2d.zip
assets/
examples/
README.md
starter_pixijs/
index.html
main.js
README.md
styles.css
references/
api_reference.md
filters_effects.md
performance_guide.md
scripts/
particle_builder.py
sprite_generator.py
SKILL.md
playcanvas-engine/
playcanvas-engine.zip
assets/
examples/
README.md
starter_playcanvas/
index.html
README.md
scripts/
app.js
camera-controller.js
input-manager.js
styles.css
references/
api_reference.md
editor_workflow.md
optimization_guide.md
scripts/
component_builder.py
project_generator.py
SKILL.md
react-spring-physics/
react-spring-physics.zip
assets/
README.md
references/
physics_guide.md
popmotion_api.md
react_spring_api.md
scripts/
physics_calculator.py
spring_generator.py
SKILL.md
react-three-fiber/
react-three-fiber.zip
assets/
examples/
README.md
starter_r3f/
index.html
package.json
README.md
src/
App.jsx
components/
Box.jsx
Sphere.jsx
Experience.jsx
main.jsx
vite.config.js
references/
api_reference.md
scripts/
component_generator.py
scene_setup.py
SKILL.md
rive-interactive/
rive-interactive.zip
assets/
README.md
references/
api_reference.md
scripts/
component_generator.py
viewmodel_builder.py
SKILL.md
scroll-reveal-libraries/
scroll-reveal-libraries.zip
assets/
README.md
references/
animation_catalog.md
aos_api.md
scripts/
aos_generator.py
config_builder.py
SKILL.md
skill-creator/
LICENSE.txt
scripts/
__pycache__/
quick_validate.cpython-313.pyc
init_skill.py
package_skill.py
quick_validate.py
SKILL.md
spline-interactive/
spline-interactive.zip
assets/
README.md
references/
api_reference.md
scripts/
component_builder.py
project_generator.py
SKILL.md
substance-3d-texturing/
substance-3d-texturing.zip
assets/
export_templates/
babylonjs_pbr.json
gltf_standard.json
mobile_webgl.json
threejs_optimized.json
web_orm_packed.json
README.md
references/
export_presets.md
pbr_channel_guide.md
python_api_reference.md
scripts/
batch_export.py
generate_export_preset.py
web_optimizer.py
SKILL.md
threejs-webgl/
threejs-webgl.zip
assets/
starter_scene/
index.html
main.js
README.md
references/
api_reference.md
materials_guide.md
optimization_checklist.md
scripts/
setup_scene.py
SKILL.md
web3d-integration-patterns/
web3d-integration-patterns.zip
SKILL.md
.factory/
docs/
2025-11-18-skill-migration-local-to-personal-copy-all.md
droids/
aframe-webxr.md
animated-component-libraries.md
animejs.md
babylonjs-engine.md
barba-js.md
blender-web-pipeline.md
gsap-scrolltrigger.md
lightweight-3d-effects.md
locomotive-scroll.md
lottie-animations.md
modern-web-design.md
motion-framer.md
pixijs-2d.md
playcanvas-engine.md
react-spring-physics.md
react-three-fiber.md
rive-interactive.md
scroll-reveal-libraries.md
spline-interactive.md
substance-3d-texturing.md
threejs-webgl.md
web3d-integration-patterns.md
README.md
skills/
aframe-webxr/
assets/
examples/
README.md
starter_aframe/
index.html
main.js
README.md
style.css
references/
api_reference.md
components_library.md
webxr_guide.md
scripts/
component_builder.py
scene_generator.py
SKILL.md
animated-component-libraries/
assets/
README.md
references/
customization_guide.md
magic_ui_components.md
react_bits_components.md
scripts/
component_importer.py
props_generator.py
... 1227 moreFAQ
claudedesignskills is a Claude Code plugin with 67 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes aframe-webxr, animated-component-libraries, animejs. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.