← All plugins
senior-frontend
Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS. Includes component scaffolding, bundle analysis, performance optimization, and accessibility best practices.
Claude Code1 skill
by alirezarezvani1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is senior-frontend/ inside the repository.
Layout
senior-frontend/
├── .claude-plugin/plugin.json└── skills/senior-frontend/SKILL.md
Skills1
senior-frontendskills/senior-frontend/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.
Manifests1
senior-frontend/.claude-plugin/plugin.json
{
"name": "senior-frontend",
"description": "Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS. Includes component scaffolding, bundle analysis, performance optimization, and accessibility best practices.",
"author": {
"name": "alirezarezvani",
"url": "https://github.com/alirezarezvani/claude-skills"
}
}