Home /Claude Skills /agentation-design-feadback
Highly Recommended

Agentation Design Feadback

Say goodbye to design revision nightmares
The bridge between designers and developers
Core Principle:
This tool magically turns design feedback into code changes. When designers annotate your website with suggestions, it automatically parses those notes, locates the corresponding frontend elements, and converts modifications directly into TailwindCSS code updates. No more toggling between code and design mockups.
KEY FEATURES
01Pinpoint Targeting
Double verification with CSS selectors and Tailwind classes ensures modifying the right elements
02Side Effect Warning
Warns which other elements may be affected before making changes
03Responsive Guard
Automatically preserves existing responsive breakpoint configurations
04Dark Mode Sync
Intelligently synchronizes style changes between light/dark modes
github.com/clyde-yoonjae/agentation-design-feadback
development·clyde-yoonjae·2026-02-02·3·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/clyde-yoonjae/agentation-design-feadback.git
SSH
git clone [email protected]:clyde-yoonjae/agentation-design-feadback.git
GitHub CLI
gh repo clone clyde-yoonjae/agentation-design-feadback
FAQ
Q: What are the installation steps for Agentation Design Feadback Agent Skills?
1.Parse Feedback: Extract CSS selectors, Tailwind classes and modification requests
2.Locate Code: Find corresponding elements in codebase
3.Safety Check: Verify if changes affect other elements
4.Generate Changes: Apply modifications while preserving responsive/dark mode configurations
Q: What are the highlights of Agentation Design Feadback Agent Skills?
  • Instant design-to-code conversion
  • Smart confirmation before changes
  • Component extraction suggestions
  • Complete change documentation
Q: What are the use cases for Agentation Design Feadback Agent Skills?
  • When receiving annotated feedback from designers
  • When bulk modifying similar component styles
  • When maintaining design consistency in large projects
  • When making visual adjustments for A/B testing
Q: What are the limitations of Agentation Design Feadback Agent Skills?
  • TailwindCSS projects only
  • Requires well-structured CSS selectors