Claude Skill

google-labs-code/stitch-skills

一个为Stitch MCP服务器设计的TypeScript智能体技能库,遵循开放标准,兼容Antigravity、Gemini CLI、Claude Skill和Cursor。

概览

Stars6,339
Forks758
语言TypeScript
最后更新2026-06-29
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者google-labs-code
仓库stitch-skills
完整名称google-labs-code/stitch-skills
Repo ID1,135,847,870

安装这个 Skill

npx plugins add google-labs-code/stitch-skills --scope project --target claude-code

Registry 信息

类型mcp_server
质量分70/100
验证状态readme_parsed
最近验证2026-05-29
平台
ClaudeMCPCodexCursor
能力
pdfimagevideoterminalworkflow
识别文件
README.md
安装方式
  • npx plugins add google-labs-code/stitch-skills --scope project --target claude-code
  • npx skills add google-labs-code/stitch-skills
  • npx plugins --help
  • npx 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03