From 83da10fc585e113eedeb9f74b16bd38a0c02872f Mon Sep 17 00:00:00 2001 From: liyin2015 Date: Sun, 1 Feb 2026 19:06:27 -0800 Subject: [PATCH] docs: add AdaL CLI compatibility AdaL is a self-evolving AI coding agent that supports the Agent Skills standard, making these Stitch skills available to AdaL users. - Website: https://sylph.ai/adal - Docs: https://docs.sylph.ai - Discord: https://discord.com/invite/ezzszrRZvT Co-Authored-By: AdaL --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6dec855..aaa583f 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,11 @@ All new skills need to follow the file structure above to implement the Agent Sk * **Generate Designs**: Skills that generate new design screens in Stitch from a given set of data. This is not an officially supported Google product. This project is not eligible for the [Google Open Source Software Vulnerability Rewards Program](https://bughunters.google.com/open-source-security). + +## Compatible Agents + +These Stitch skills work with AI coding agents including: + +- [Claude Code](https://claude.ai/code) - Anthropic's official CLI +- [AdaL](https://sylph.ai/adal) - Self-evolving AI coding agent with MCP support +