- Home
- /
- Categories
- /
- UI Components
UI Components
Code-based UI component generation and styling
atomic-decomposition
by lingzhi227
Decompose research ideas into atomic, self-contained concepts with bidirectional math-code mapping. For each concept, extract the math formula from papers and find code implementations. Use for complex system papers requiring formal grounding.
code-style
by Automattic
PHP coding standards and WordPress patterns for ActivityPub plugin. Use when writing PHP code, creating classes, implementing WordPress hooks, or structuring plugin files.
domain-name-brainstormer
by skillcreatorai
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
expo-deployment
by skillcreatorai
Deploy Expo apps to iOS App Store, Android Play Store, and web.
artifacts-builder
by skillcreatorai
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
database-design
by skillcreatorai
Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries.
web-design-guidelines
by skillcreatorai
Modern web design principles for responsive layouts, accessibility, and visual hierarchy.
say-hi
by amilich
Respond with a friendly greeting. Use when the user says hi, hello, greets the agent, or asks to be greeted.
jiwuchat-quickstart
by KiWi233333
JiwuChat 项目快速入门知识库 - 基于 Tauri 2.9+ 和 Nuxt.js 4.0 的跨平台聊天应用
Web Interface Guidelines
by quran
Frontend build on next.js
Vercel React Best Practices
by quran
Frontend build on next.js
web-design-guidelines
by quran
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check
Web Interface Guidelines
by quran
Frontend build on next.js
quran.com-frontend-next
by quran
Frontend build on next.js
vercel-react-best-practices
by quran
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should
Vercel React Best Practices
by quran
Frontend build on next.js
using-base-ui-with-material-ui
by siriwatknp
Always use this skill when integrating Base UI components @base-ui-components/react with Material UI @mui/material.
writing-registry-meta
by siriwatknp
Use this skill when writing meta file for MUI Treasury registry.
ring:exploring-codebase
by LerianStudio
Autonomous two-phase codebase exploration - first discovers natural perspectives (layers, components, boundaries), then dispatches adaptive deep-dive explorers based on what was discovered. Synthesizes findings into actionable insights.
astro
by Mindrally
Expert in Astro framework with static generation and partial hydration patterns
creating-streamlit-themes
by streamlit
Creating and customizing Streamlit themes. Use when changing app colors, fonts, or appearance, or aligning apps to brand guidelines. Covers config.toml configuration, design principles, and CSS avoidance.
using-streamlit-markdown
by streamlit
Covers all Markdown features in Streamlit including GitHub-flavored syntax plus Streamlit extensions like colored text, badges, Material icons, and LaTeX. Use when formatting text, labels, tooltips, or any text-rendering element.
building-streamlit-custom-components-v2
by streamlit
Builds bidirectional Streamlit Custom Components v2 (CCv2) using st.components.v2.component. Use when authoring inline HTML/CSS/JS components or packaged components (manifest asset_dir, js/css globs), wiring state/trigger callbacks, theming via --st-* CSS variables, or bundling with Vite / component-template v2.
organizing-streamlit-code
by streamlit
Organizing Streamlit code for maintainability. Use when structuring apps with separate modules and utilities. Covers separation of concerns, keeping UI code clean, and import patterns.