By timbrinded
UI design reviewer distilled from Refactoring UI principles. Reviews screenshots, code, and descriptions for hierarchy, spacing, typography, color, depth, and polish — with concrete CSS fixes and named anti-patterns.
npx claudepluginhub timbrinded/kiln --plugin ui-refactorRaw code refined into polished design.

Kiln is a marketplace of Claude Code plugins for code quality and intelligent tooling. Design plugins encode platform-specific guidelines as machine-enforceable rules. Performance plugins distill expert optimization knowledge into actionable guidance. API plugins provide structured guides for web research and data enrichment APIs.
| Plugin | Category | Description |
|---|---|---|
| swift-design | Design | 40 HIG rules for SwiftUI — letter grading, visual review, accessibility checks, modern API enforcement |
| ui-refactor | Design | Refactoring UI principles — review screenshots, CSS, and Tailwind for hierarchy, spacing, typography, color, depth, and polish |
| performance-optimization | Performance | Abseil-derived optimization guidance — measurement methodology, cross-language patterns for C++, Rust, and TypeScript |
In the Claude Code interactive terminal:
/plugin marketplace add https://github.com/timbrinded/kiln.git
Browse available plugins:
/plugin
Navigate to the Discover tab, select a plugin, and choose a scope (User, Project, or Local).
Or install directly:
/plugin install swift-design@kiln
/plugin install ui-refactor@kiln
/plugin install performance-optimization@kiln
claude --plugin-dir /path/to/kiln/plugins/swift-design
claude --plugin-dir /path/to/kiln/plugins/ui-refactor
claude --plugin-dir /path/to/kiln/plugins/performance-optimization
If you've cloned the repo locally:
/plugin marketplace add ./path/to/kiln
Each plugin lives in plugins/<name>/ as a self-contained Claude Code plugin:
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, version, description)
├── agents/ # Autonomous review agents
├── commands/ # Slash commands (/review, /generate, etc.)
├── skills/ # Skills with progressive disclosure
│ └── <name>/
│ ├── SKILL.md
│ └── references/
└── README.md
Then register it in .claude-plugin/marketplace.json at the repo root:
{
"name": "<name>",
"source": "./plugins/<name>",
"description": "...",
"version": "0.1.0",
"author": { "name": "timbo" },
"category": "design",
"license": "MIT",
"keywords": []
}
MIT
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.