diff --git a/PRODUCT.md b/PRODUCT.md index 922a302d5..2a9047042 100644 --- a/PRODUCT.md +++ b/PRODUCT.md @@ -14,9 +14,11 @@ product ## Product Purpose Help people choose a visual direction, inspect its examples, and carry its tokens, -recipes, and prompts into their own project. Community participation should connect -real people and their work, not manufacture activity or imply that a prompt alone -guarantees a production-ready interface. +recipes, and prompts into their own project. The same catalog is delivered through +the website, an MCP server, an Agent Skill, and npm packages; the same facts must +hold in each, so no surface may describe the catalog differently from another. +Community participation should connect real people and their work, not manufacture +activity or imply that a prompt alone guarantees a production-ready interface. ## Brand Personality diff --git a/README.en.md b/README.en.md index f3426961d..fd8e80204 100644 --- a/README.en.md +++ b/README.en.md @@ -10,7 +10,8 @@
An open-source visual style library for AI-generated web interfaces.
- 148 curated styles, each with design tokens, component recipes, Tailwind-ready constraints, and copy-ready prompts.
+ 148 curated styles, each with design tokens, component recipes, Tailwind-ready constraints, and copy-ready prompts.
+ Available over MCP, as an Agent Skill, and via npm CLI.
diff --git a/README.md b/README.md index 61cd415d1..4316b5647 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@
面向 AI 生成网页的开源视觉风格库。
- 148 套精选风格,每套都包含设计令牌、组件配方、Tailwind 约束与可直接复制的提示词。
+ 148 套精选风格,每套都包含设计令牌、组件配方、Tailwind 约束与可直接复制的提示词。
+ 支持 MCP、Agent Skill 与 npm CLI。