Leaderboard/Design/claudedesignskills
Last commit on October 25, 2025·Created on October 25, 2025

freshtechbro/claudedesignskills

A comprehensive toolkit for building immersive, motion-driven web experiences
Combined rank
#345
across all skills
In Design
#36
category rank
Stars
916
+2.9% in last 7d
Forks
158
+3.9% in last 7d
Watchers
9
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides specialized capabilities for creative frontend engineers and technical artists to implement high-end interactive interfaces. It bridges the gap between professional design tools and browser execution, covering everything from 3D asset pipelines to complex animation choreography.

Whether developing WebXR applications, optimizing glTF exports from Blender, or implementing scroll-driven storytelling, these skills provide the technical patterns needed for modern, performance-first web design.

WHO IT'S FOR
Creative Frontend Engineers
building high-end interactive web experiences
WebXR / 3D Developers
developing browser-based VR and AR applications
Technical Artists
optimizing 3D asset pipelines for the web
UI/UX Designers using AI
implementing designer-led vector animations
Repository contents

23 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Three.js WebGL plugin

Installs: Individual threejs-webgl plugin, including its skill content, commands, agents, scripts, references, and asset templates. · Claude Code

Before you start
  • Claude Code CLI or claude.com/code
  1. In a Claude Code agent session, add the author's plugin marketplace.

    /plugin marketplace add freshtechbro/claudedesignskills
  2. In the same Claude Code agent session, install the individual threejs-webgl plugin.

    /plugin install threejs-webgl
.claude/skills/threejs-webgl/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a minimal lit Three.js cube

Uses threejs-webgl

  • <PROJECT_PATH>: path to the existing web project
Use the threejs-webgl skill to add a minimal rotating, lit cube scene to the web project at <PROJECT_PATH>. Include a scene, perspective camera, WebGL renderer, box mesh, and resize handling. Keep the result focused and explain which files you changed.