By shaunrfox
Expert Panda CSS workflows for React + Vite projects - setup, tokens, recipes, and components
Build React components with Panda CSS recipes, TypeScript, and accessibility patterns
Design composable form component architectures using atomic design principles
Create component recipes (regular and slot recipes) with variants and compound variants
Review existing components for Panda CSS best practices compliance and refactoring
Set up Panda CSS in a React + Vite project with configuration and build integration
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.
A curated collection of Claude Code plugins for modern web development workflows.
Add this marketplace to Claude Code:
/plugin marketplace add shaunrfox/okshaun-claude-marketplace
Then install any plugin:
/plugin install panda-css-workflows@okshaun-plugins
Restart Claude Code to activate the plugins.
Expert Panda CSS workflows for React + Vite projects, covering:
Version: 1.2.0 Skills: 7 Slash Commands: 7 Agents: 1
To add a new plugin to this marketplace:
Create a new directory for your plugin:
mkdir my-new-plugin
Create the plugin structure:
my-new-plugin/
.claude-plugin/
plugin.json
skills/
README.md
Update .claude-plugin/marketplace.json to include your plugin:
{
"name": "my-new-plugin",
"source": "./my-new-plugin",
"version": "1.0.0",
"description": "Brief description"
}
Commit and push your changes
Version and tag the release
Each plugin should follow this structure:
plugin-name/
.claude-plugin/
plugin.json # Required: Plugin manifest
skills/ # Optional: Skill definitions
skill-name.md
commands/ # Optional: Slash commands
command-name.md
agents/ # Optional: Agent configurations
agent-name.md
hooks/ # Optional: Hook scripts
hook-name.sh
mcp/ # Optional: MCP server configs
server-name/
README.md # Recommended: Plugin documentation
Contributions are welcome! Please:
Each plugin may have its own license. Check individual plugin directories for details.
npx claudepluginhub shaunrfox/okshaun-claude-marketplaceExpert Tailwind CSS v4.1 - CSS-first configuration, @theme, @utility, @variant, Oxide engine 5x faster, OKLCH colors, container queries, 15 specialized skills
Web development tools including frontend design workflows
Build React UIs with shadcn/ui — the open-code component system. Covers 58+ components (Base UI and Radix variants), CLI commands, components.json configuration, CSS variable theming (OKLCH), framework installation (Next.js, Vite, Astro, Remix, Laravel, Gatsby, TanStack), registry system, form patterns (React Hook Form, TanStack Form, Server Actions), dark mode, RTL, and monorepo setup.
Frontend component development with accessibility and responsive design
Complete UI/UX design system for React Native & Next.js with 4 core skills
Create beautiful, performant web animations for React and TypeScript applications. Includes background effects, text animations, 3D transforms, creative visual effects, Framer Motion, GSAP, and more.