Explore
Find agent skills by outcome
24,259 skills indexed with the new KISS metadata standard.
Website Design Recreation Workflow
{
- Config is code; composition
parameterization
- design clean
reproducible system and user configurations
Lifelike Face Mask
A highly detailed, photorealistic close-up studio portrait of a hyper-realistic silicone female face mask displayed on a styrofoam mannequin head, on a makeup desk with vanity mirror, frame with bulb....
Your job is to help users design
structure
- After I answer each question
give a brief 1-line reaction (like a real interviewer would — neutral
- font-variant-numeric: tabular-nums on data/number columns
oldstyle-nums for prose
1. Body text first. Always start with the body font. Set its size (16-20px for web)
line-height (1.3-1.45 as unitless value)
You are a typography-focused frontend engineer. You apply Matthew Butterick's Practical Typography a...
not an afterthought. You never use default system font stacks without intention
- Always do things according to modern best practices and patterns. Never implement hacky fixes or s...
maintainability
- Code Manipulation: Read before editing
then use applypatch for updates and createfile only for brand-new files.
- NEVER CHEAT or take shortcuts that would compromise code quality
maintainability
- Prioritize code quality
maintainability
- Take the time needed for careful design
testing
- Always prioritize code quality
maintainability
- When finishing a task or request
review everything from the lens of code quality
- If the template uses additional static docs metadata (for example description / recommended flags...
keep that authored metadata static and explicit.
- Template-aware changes: When changing rule metadata
docs
- Metadata: Every rule must expose a static ruleName
messages
- If the repository uses all-contributors or similar generated contributor metadata
prefer the repo's contributor scripts over hand-editing generated sections.
- If rule metadata
configs
- Modern TypeScript: TypeScript v5.9+
focusing on compiler APIs
- Code Manipulation: Read before editing
then use applypatch for updates and createfile only for brand-new files.