Claude Skill
google-labs-code/stitch-skills
一个为Stitch MCP服务器设计的TypeScript智能体技能库,遵循开放标准,兼容Antigravity、Gemini CLI、Claude Skill和Cursor。
概览
仓库信息
安装这个 Skill
npx plugins add google-labs-code/stitch-skills --scope project --target claude-codeRegistry 信息
npx plugins add google-labs-code/stitch-skills --scope project --target claude-codenpx skills add google-labs-code/stitch-skillsnpx plugins --helpnpx skills --help
项目简介
专为Stitch MCP服务器设计的智能体技能库。所有技能均遵循Agent Skills开放标准,确保与Antigravity、Gemini CLI、Claude Skill、Cursor等编程智能体的兼容性。
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.
要点
- 专为Stitch MCP服务器设计
- 遵循Agent Skills开放标准
- 兼容Antigravity、Gemini CLI、Claude Skill、Cursor
- 使用TypeScript编写
- 开源技能库
使用场景
- 为编程智能体添加可复用技能
- 使用Stitch MCP构建智能体工作流
- 将技能集成到Antigravity或Gemini CLI
- 扩展Claude Skill或Cursor的功能
README 摘要
# Stitch Design Skills A collection of agent skills and plugins for [Google Stitch](https://stitch.withgoogle.com), following the [Agent Skills](https://agentskills.io) open standard. Compatible with coding agents such as Codex, Antigravity, Gemini CLI, Claude Code, and Cursor. ## Quick Start ### 1. Install Plugins (Recommended) The fastest way to set up the full Stitch plugin suite globally. #### Codex In Codex, add this repository as a plugin marketplace: | Field | Value | |---|---| | Source | `https://github.com/google-labs-code/stitch-skills` | | Git ref | `main` | | Sparse paths | Leave empty, or use the paths below for a smaller checkout | Optional sparse paths: ```text .agents/plugins plugins/stitch-design plugins/stitch-build plugins/stitch-utilities ``` Do not use `plugins/codex`; that path does not exist in this repository. The equivalent Codex CLI command is: ```bash codex plugin marketplace add google-labs-code/stitch-skills --ref main \ --sparse .agents/plugins \ --sparse plugins/stitch-design \ --sparse plugins/stitch-build \ --sparse plugins/stitch-utilities ``` After adding the marketplace, install the plugins you need from the `Stitch Skills` marketplace: - `stitch-design` - `stitch-build` - `stitch-utilities` #### Claude Code ```bash npx plugins add google-labs-code/stitch-skills --scope project --target claude-code ``` ### 2. Install Skills Selectively Choose only the specific skills you need. > [!IMPORTANT] > Stitch Design Skills often have inter-dependencies. If you choose to install skills selectively, ensure you include all required dependencies. ```bash npx skills add google-labs-code/stitch-skills ``` You can run the following commands to see the help documentation for plugins and skills: ```bash npx plugins --help n
话题
暂无话题