发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Themes Reference
Guide for developing Shopify themes with Liquid templating.
Extensions Reference
Guide for building UI extensions and Shopify Functions.
App Development Reference
Guide for building Shopify apps with OAuth, GraphQL/REST APIs, webhooks, and billing.
Shader Programming GLSL
来自 sickn33/antigravity-awesome-skills 技能
Styling & Customization
See [customization.md](../customization.md) for theming, CSS variables, and adding custom colors.
Icons
**Always use the project's configured `iconLibrary` for imports.** Check the `iconLibrary` field from project context: `lucide` → `lucide-react`, `tabler` → `@tabler/icons-react`, etc. Never assume `lucide-react`.
Forms & Inputs
来自 sickn33/antigravity-awesome-skills 技能
Component Composition
来自 sickn33/antigravity-awesome-skills 技能
Base vs Radix
API differences between `base` and `radix`. Check the `base` field from `npx shadcn@latest info`.
shadcn MCP Server
The CLI includes an MCP server that lets AI assistants search, browse, view, and install components from registries.
Customization & Theming
Components reference semantic CSS variable tokens. Change the variables to change every component.
shadcn CLI Reference
Configuration is read from `components.json`.