什么是 frontend-dev-guidelines?
React/TypeScript 应用程序的前端开发指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在创建组件、页面、功能、获取数据、样式、路由或使用前端代码时使用。 来源:binjuhor/shadcn-lar。
React/TypeScript 应用程序的前端开发指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在创建组件、页面、功能、获取数据、样式、路由或使用前端代码时使用。
通过命令行快速安装 frontend-dev-guidelines AI 技能到你的开发环境
来源:binjuhor/shadcn-lar。
Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization.
| @/ | src/ | import { apiClient } from '@/lib/apiClient' | | types | src/types | import type { User } from 'types/user' | | components | src/components | import { SuspenseLoader } from 'components/SuspenseLoader' | | features | src/features | import { authApi } from 'features/auth' |
| Create a component | component-patterns.md | | Fetch data | data-fetching.md | | Organize files/folders | file-organization.md | | Style components | styling-guide.md | | Set up routing | routing-guide.md | | Handle loading/errors | loading-and-error-states.md | | Optimize performance | performance.md | | TypeScript types | typescript-standards.md |
React/TypeScript 应用程序的前端开发指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在创建组件、页面、功能、获取数据、样式、路由或使用前端代码时使用。 来源:binjuhor/shadcn-lar。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelinesReact/TypeScript 应用程序的前端开发指南。现代模式包括 Suspense、延迟加载、useSuspenseQuery、具有功能目录的文件组织、MUI v7 样式、TanStack Router、性能优化和 TypeScript 最佳实践。在创建组件、页面、功能、获取数据、样式、路由或使用前端代码时使用。 来源:binjuhor/shadcn-lar。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/binjuhor/shadcn-lar --skill frontend-dev-guidelines 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/binjuhor/shadcn-lar