feat: Add frontend-design plugin to marketplace

Add a new plugin that helps create distinctive, production-grade frontend interfaces with high design quality. The plugin includes a skill that generates creative, polished code avoiding generic AI aesthetics.

🤖 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-11 17:31:51 -08:00
parent b42fd9928c
commit 62c3cbc471
3 changed files with 84 additions and 0 deletions

View File

@@ -90,6 +90,17 @@
},
"source": "./plugins/learning-output-style",
"category": "learning"
},
{
"name": "frontend-design",
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.",
"version": "1.0.0",
"author": {
"name": "Prithvi Rajasekaran & Alexander Bricken",
"email": "prithvi@anthropic.com"
},
"source": "./plugins/frontend-design",
"category": "development"
}
]
}