stitch-skillsMCP Server36/100 via “external system integration and workflow orchestration”
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: Provides a standardized scripts/ directory interface for skills to integrate with external systems without requiring agent-specific integration code. Skills define executable programs that agents invoke as black boxes, enabling flexible integration with any external system that has an API or CLI interface.
vs others: More flexible than hardcoded integrations because scripts can be any executable program, and more portable than agent-specific plugins because scripts follow a standard interface that agents can invoke uniformly.