CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
kuse-ai avatar

Modern Web Design

kuse-ai/kuse-skills
262 installs6 stars
Summary

This is a comprehensive web design system that generates production-ready sites using Tailwind CSS and modern responsive patterns. It comes with four distinct style categories (minimalist professional, modern SaaS, creative portfolio, and e-commerce), complete with reference files for design systems and component templates you can actually use. The implementation workflow is solid, covering everything from semantic HTML structure to accessibility features and scroll animations with Intersection Observer. It's genuinely useful if you need to spin up landing pages, portfolios, or SaaS interfaces quickly without starting from scratch. The included component library and design tokens should save you from reinventing common patterns, though you'll still need to customize for your specific brand.

Install to Claude Code

npx -y skills add kuse-ai/kuse-skills --skill modern-web-design --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.mdView on GitHub

Modern Web Design Creator

Build beautiful, responsive websites using modern design principles, Tailwind CSS, and contemporary UI patterns. Creates production-ready code with animations, responsive layouts, and accessibility features.

When to Use This Skill

Use this skill for:

  • Landing pages and marketing websites
  • Portfolio and personal brand sites
  • Business and company websites
  • SaaS application interfaces
  • E-commerce product pages
  • Blog and content sites
  • Dashboard and admin interfaces

Design System Foundation

Core Principles

  • Mobile-first responsive design with breakpoint optimization
  • Design tokens for consistent spacing, colors, and typography
  • Component-based architecture for maintainable code
  • Accessibility-first development with ARIA labels and semantic HTML
  • Performance optimization with minimal CSS and efficient animations

Style Categories

Reference references/design-systems.md for complete style specifications:

Minimalist Professional
  • Clean typography with generous whitespace
  • Neutral color palette with strategic accent colors
  • Subtle shadows and minimal animations
  • Focus on content hierarchy and readability
Modern SaaS
  • Bold gradients and vibrant colors
  • Card-based layouts with elevation
  • Micro-interactions and hover states
  • Dashboard-style components
Creative Portfolio
  • Experimental layouts and grid systems
  • Bold typography and creative color schemes
  • Advanced animations and scroll effects
  • Image-focused design patterns
E-commerce Optimized
  • Product-focused layouts
  • Trust signals and social proof elements
  • Conversion-optimized CTAs
  • Shopping and checkout flows

Implementation Workflow

  1. Analyze Requirements: Determine site purpose, target audience, and functionality needs
  2. Select Design Category: Choose appropriate style system from references
  3. Generate Structure: Create semantic HTML with proper heading hierarchy
  4. Apply Styling: Implement Tailwind CSS classes with design system tokens
  5. Add Interactions: Include animations, hover states, and micro-interactions
  6. Optimize Responsive: Ensure mobile-first responsive behavior
  7. Enhance Accessibility: Add ARIA labels, alt text, and keyboard navigation

Code Generation Standards

HTML Structure

  • Semantic HTML5 elements (<header>, <main>, <section>, <article>)
  • Proper heading hierarchy (h1 → h6)
  • Accessibility attributes (ARIA, alt text, roles)
  • Meta tags for SEO and responsive design

CSS Framework

  • Tailwind CSS utility classes for rapid development
  • Custom CSS for complex animations and unique effects
  • CSS variables for design token consistency
  • Mobile-first media queries

JavaScript Features

  • Vanilla JavaScript for lightweight interactions
  • Intersection Observer for scroll animations
  • Form validation and submission handling
  • Mobile menu and navigation toggles

Component Library

Load assets/component-templates.html for reusable components:

Navigation Components

  • Responsive header with mobile menu
  • Sticky navigation with scroll effects
  • Breadcrumb navigation
  • Footer with social links

Content Sections

  • Hero sections with various layouts
  • Feature grids and comparison tables
  • Testimonial carousels
  • FAQ accordions
  • Contact forms

Interactive Elements

  • Animated buttons and CTAs
  • Image galleries and lightboxes
  • Progress bars and counters
  • Modal dialogs and tooltips

Advanced Features

Animation System

  • CSS transitions for smooth interactions
  • Keyframe animations for complex movements
  • Intersection Observer for scroll-triggered effects
  • Performance-optimized animations

Performance Optimization

  • Minimal CSS footprint with utility-first approach
  • Lazy loading for images and heavy content
  • Critical CSS inlining for above-fold content
  • Progressive enhancement strategies

SEO Foundation

  • Semantic HTML structure
  • Meta tags and Open Graph
  • JSON-LD structured data
  • Performance optimization for Core Web Vitals

Supporting Resources

  • references/design-systems.md: Complete style guides and color palettes
  • assets/component-templates.html: Reusable HTML component library
  • scripts/build-tools.js: Optimization and build utilities
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Frontend DevelopmentMobile DevelopmentDesign & UI/UX
First SeenJun 3, 2026
View on GitHub

More from kuse-ai/kuse-skills

All 2 skills →
  • Landing Page Creator167

Recommended

More Frontend Development →
hairyf avatar
nativewind

hairyf/skills

Use Tailwind CSS to style React Native components across web and native
259
24
davila7 avatar
shopify-apps

davila7/claude-code-templates

Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. Use when: shopify app, shopify, embedded app, polaris, app bridge.
258
30.2k
casper-studios avatar
casper-design-system

casper-studios/casper-marketplace

Casper Studios internal design system for generating consistent, production-grade SaaS UI. Use this skill whenever generating UI code for internal tools, client apps, dashboards, POCs, prototypes, or any visual interface — even quick mockups or artifacts. Apply it any time the output is a React component, page, or layout. If the user mentions "our design system", "Casper style", "match our look", or asks you to build any kind of app or interface, use this skill. Also trigger when restyling or theming existing UI to match Casper's visual language. This skill takes priority over generic frontend-design guidance.
256
11
gohypergiant avatar
accelint-tanstack-query-best-practices

gohypergiant/agent-skills

Use when configuring QueryClient, implementing mutations, debugging performance, or adding optimistic updates with @tanstack/react-query in Next.js App Router. Covers factory patterns, query keys, cache invalidation, observer debugging, HydrationBoundary, multi-layer caching. Keywords TanStack Query, useSuspenseQuery, useQuery, useMutation, invalidateQueries, staleTime, gcTime, refetch, hydration.
255
21
nexu-io avatar
email-marketing

nexu-io/open-design

A brand product-launch email — masthead with wordmark, hero image block, headline lockup with skewed-italic accent, body copy, primary CTA, and a specifications grid. Pure HTML email layout (centered single column, table fallback). Use when the brief asks for an "email", "newsletter blast", "MJML", "product launch email", or "email template".
252
84.7k
rstackjs avatar
migrate-to-rsbuild

rstackjs/agent-skills

Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.
252
86