feat: Add plugin.json metadata for frontend-design plugin

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>
This commit is contained in:
Thariq Shihipar
2025-11-12 14:15:38 -08:00
parent 62c3cbc471
commit c91a6b660d

View File

@@ -0,0 +1,9 @@
{
"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"
}
}