beautify-site
v1.0.0Make any website look professionally designed: settle one bold design direction, fit components to it, add purposeful motion, then strip every tell-tale sign of AI-generated design.
By dorianspitz23License: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install beautify-site for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install beautify-site@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dorianspitz23/beautify-siteClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/beautify-site/SKILL.md
Included Skills1
Use when the user wants a website, page, or UI to look better — "make this site look better", "beautify my landing page", "redesign this UI", "make it look professional", "this page looks bland/generic/cheap", "polish the design", "make it look expensive", "make it extravagant". Runs one ordered pipeline — pin a design direction, fit components to it, layer motion, then strip every AI tell in a mandatory final pass. Bold and extravagant by default. Fully self-contained — every helper tool is optional with a documented fallback. Produces a persisted design-system MASTER.md plus implemented, accessibility-checked, AI-tell-free UI.
Plugin manifests1
{
"name": "beautify-site",
"version": "1.0.0",
"description": "Make any website look professionally designed: settle one bold design direction, fit components to it, add purposeful motion, then strip every tell-tale sign of AI-generated design.",
"author": {
"name": "dorianspitz23",
"url": "https://github.com/dorianspitz23"
},
"homepage": "https://github.com/dorianspitz23/beautify-site",
"repository": "https://github.com/dorianspitz23/beautify-site",
"license": "MIT",
"keywords": [
"design",
"web-design",
"ui",
"frontend",
"design-system",
"motion",
"tailwind"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[beautify-site on Agent Plugins Marketplace](https://pluginsmp.com/plugins/beautify-site)