Agents Design
All articles / Tag: prompt engineering
Skills · · raphael-salaja

User Interface Wiki — 152 Rules for UI/UX Code Review

A comprehensive skill containing 152 prioritized rules across 12 categories for reviewing web interface implementations, from animation principles and timing functions to UX laws and visual design, each with incorrect vs. correct code examples.

Best Practices · · OpenAI

A Practical Guide to Building Agents

OpenAI's practical guide covering the three pillars of agent construction — choosing the right model, defining tools clearly, and writing effective instructions — with actionable advice on guardrails and evaluation.

Design Patterns · · Anthropic

Building Effective Agents

Anthropic's guide to building effective AI agents, covering workflow patterns like prompt chaining, routing, parallelization, and the orchestrator-workers pattern. Emphasizes simplicity and starting with the least complex solution.