senior-frontend

仓库创建 2025年10月22日最近提交 22 小时前SkillHot 收录 1 小时前
▸ 精选理由

集成常用最佳实践与自动化脚手架,适合前端工程化场景。

▸ 风险提示

可能会运行安装命令或修改项目结构,注意执行权限。

这个 Skill 做什么

为 React/Next.js + TypeScript + Tailwind 项目提供脚手架、组件实现与性能/可访问性建议。

▸ 展开 SKILL.md 英文原文

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

开发编程ReactNext.js脚手架性能优化通用
1.8k
Stars
518
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/senior-frontend/skills/senior-frontend/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/senior-frontend/skills/senior-frontend/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Senior Frontend

Frontend development patterns, performance optimization, and automation tools for React/Next.js applications.

## Project Scaffolding

Generate a new Next.js or React project with TypeScript, Tailwind CSS, and best practice configurations.

### Scaffolder Options

| Option | Description |
|--------|-------------|
| `--template nextjs` | Next.js 14+ with App Router and Server Components |
| `--template react` | React + Vite with TypeScript |
| `--features auth` | Add NextAuth.js authentication |
| `--features api` | Add React Query + API client |
| `--features forms` | Add React Hook Form + Zod validation |
| `--features testing` | Add Vitest + Testing Library |

### Genera
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有