mirror of
https://github.com/anthropics/claude-code.git
synced 2025-11-28 08:40:27 +08:00
Add plugin metadata configuration file with version, description, and author information for the frontend-design plugin. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
256 B
JSON
9 lines
256 B
JSON
{
|
|
"name": "frontend-design",
|
|
"version": "1.0.0",
|
|
"description": "Frontend design skill for UI/UX implementation",
|
|
"author": {
|
|
"name": "Prithvi Rajasekaran, Alexander Bricken",
|
|
"email": "prithvi@anthropic.com, alexander@anthropic.com"
|
|
}
|
|
}
|