
AI Tools Deep Dive
14 partsTL;DR
Four Claude-Design-adjacent repos entered the trending week with a combined 8,300+ stars. Huashu-design, open-codesign, awesome-claude-design, cc-design. Here is what is actually happening, and why the pattern matters.
If you checked the trending repos for new projects created in the past seven days, a pattern should have jumped out. Four of the top fifteen new repos with more than 100 stars share a theme.
DESIGN.md format.Combined, that is over 8,000 stars in under a week across four projects that all orbit the same idea. The cluster is loud enough that ignoring it would miss a real shift in how developers are using Claude Code.
The shared core is: AI agents are now doing design, but the default output looks like slop. These projects are the anti-slop layer.
A few weeks ago we covered the AI design slop study that found 21 percent of Show HN pages trigger five or more of fifteen common "generated by a chat interface" design patterns. The community apparently read the same study and started shipping the countermove.
Huashu-design takes the most opinionated approach. It ships a SKILL.md with twenty encoded design philosophies, a five-dimension review system, and animation pipelines that export to MP4. The pitch is "type a sentence, hit enter, get a finished design." The examples in the README - Gallery ripples, brand reveal animations, interactive app prototypes - are hand-done-quality-but-not-hand-done. Every asset in the README is generated by the skill itself. That is a confidence signal.
open-codesign is the open-source twin of Anthropic's (hypothetical?) Claude Design. It imports your existing Claude Code or Codex project and scaffolds design work from the repo context. One-click onboarding is the feature.
awesome-claude-design is a curated list - sixty-eight DESIGN.md reference documents you can drop into your repo. Same pattern as the awesome-* genre, but the payload is design system specifications instead of library links.
cc-design rounds out the cluster with high-fidelity HTML prototyping focused specifically on guidance for AI agents. Less opinionated than huashu, more extensible than awesome-claude-design.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
All four projects share a thesis that is new enough to be worth stating out loud.
Design is a SKILL.md problem. The encoded opinion belongs in a file the agent reads before it generates. Not a prompt you paste each time. Not a template library. A standing instruction set that travels with your repo and loads automatically when the agent sees a design task.
This is the same insight that drove context engineering more broadly: the lever that actually moves AI output quality is not a better prompt, it is better pre-loaded context. Design was the last creative domain to catch on because the output is visual and harder to grade programmatically. These four projects are the result of the domain finally catching on.
A secondary thesis underneath: opinionated defaults beat infinite flexibility. Every one of these projects ships a set of concrete design choices. Huashu has its twenty philosophies. Awesome-claude-design lists specific design systems. CC-design picks a stance on fidelity. Open-codesign assumes a specific import flow. The anti-pattern they are all avoiding is the "you can make anything" tool that produces nothing memorable.
A few factors probably compounded to make this the breakout week.
First, the AI slop study gave the community a vocabulary. Once "colored left borders are almost as reliable a sign of AI-generated design as em dashes" becomes a quotable line, the incentive to ship something that is not that goes up fast.
Second, Claude Code's skill marketplace crossed a critical mass of working examples. Developers have seen what a good SKILL.md looks like in other domains - code review, testing, migration - and are now porting the pattern to design.
Third, Zed's parallel agents launch earlier this week normalized the idea of per-thread specialized agents. A thread running huashu-design in parallel with a thread running feature-dev is a natural composition.
All three signals fed into each other. The result is a week where "Claude Design" became a thing.
Three practical takeaways.
Install one of these skills and try it. The installation pattern is typically one line:
npx skills add alchaincyf/huashu-design
The friction is low and the delta on your design output is measurable. Even if you do not adopt it long-term, seeing what a well-opinionated design skill does will recalibrate your sense of what is possible from a single skill file.
Write your own DESIGN.md if you have a brand. The awesome-claude-design pattern is: put your design system into a markdown file that any agent can read. Colors, typography, spacing, card patterns, don'ts. Keep it under 300 lines. Commit it to your repo root. Every agent session that touches UI will pull from it automatically.
Separate the design skill from the implementation skill. The emerging pattern is one thread doing design exploration (high-variety, visual, opinionated) and a separate thread wiring the chosen design into actual code (low-variety, correct, constrained). Trying to do both in one agent turn produces diluted results in both directions.
The Claude Design moment is an instance of a larger trend: skills are eating creative tools. Last year, "AI for design" meant standalone apps (Midjourney, Runway, Figma AI). This year, it means a skill file in your repo that your existing agent loads on demand. No new app, no new subscription, no context switch.
If the pattern holds - and 8,000 stars in a week is a reasonable first indicator - the next few months will see the same shift in other domains. Research skills. Legal drafting skills. Financial modeling skills. Each one a single markdown file, each one loadable by any agent, each one replacing what used to be a separate product.
The developers shipping those skills are going to compound faster than the developers still shopping for tools. The whole skills-marketplace thesis is that the unit of AI leverage is shifting from "which product do I buy" to "which skill do I load." This week's Claude Design trend is the clearest single-week evidence of that shift that I have seen.
Worth watching. Worth trying one. Worth writing your own.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Anthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolOpen-source AI pair programming in your terminal. Works with any LLM - Claude, GPT, Gemini, local models. Git-aware ed...
View Tool
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.
High-performance code editor built in Rust with native AI integration. Sub-millisecond input latency. Built-in assistant...
A practical walk-through of how to design, write, and ship a Claude Code skill - from choosing when to trigger, through allowed-tools, to the steps the agent will actually follow.
Getting StartedReusable markdown files with instructions and workflows.
Claude Code/simplify, /batch, /debug, /fast, and other built-in skills.
Claude Code
Claude Design by Anthropic: Generate a Design System From Your Repo + Build High-Fidelity UI Fast The video reviews Claude Design by Anthropic, calling it a highly differentiated product, and demonst

Setting Up Self-Improving Skills in Claude Code: Manual & Automatic Methods In this video, you'll learn how to set up self-improving skills within Claude Code. The tutorial addresses the key problem

Check out Replit: https://replit.com/refer/DevelopersDiges The video demos Replit’s Agent 4, explaining how Replit evolved from a cloud IDE into a platform where users can build, deploy, and scale ap

Updated 2026 comparison of Aider and Claude Code using official docs and current workflow patterns: architecture, contro...

Aider is open source and works with any model. Claude Code is Anthropic's commercial agent. Here is how they compare for...

Adrian Krebs scored 500 Show HN landing pages against 15 AI design patterns. 21% were heavy slop, 46% mild, 33% clean. H...