stitch-skillsMCP Server36/100 via “prompt enhancement for improved code generation quality”
A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.
Unique: Implements prompt optimization as a discrete, reusable skill that preprocesses design specifications before code generation, treating prompt quality as a first-class concern. This approach separates prompt engineering from code generation, enabling independent optimization and reuse across multiple code generation tasks.
vs others: More systematic than ad-hoc prompt engineering because it's a structured skill with defined inputs/outputs, and more effective than single-stage code generation because it optimizes prompts before code generation, improving downstream model comprehension.