From 6260b8b34c48b2aa8914d3e82da5e41a0ae989c8 Mon Sep 17 00:00:00 2001 From: wehub-resource-sync Date: Mon, 13 Jul 2026 10:27:15 +0000 Subject: [PATCH] docs: make Chinese README the default --- README.md | 793 +++++++++++++++++++++++++++--------------------------- 1 file changed, 396 insertions(+), 397 deletions(-) diff --git a/README.md b/README.md index 56b4602..a650c4d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ + +> [!NOTE] +> 本文档由 WeHub 基于上游 README 翻译整理,属于社区翻译,非官方中文文档。 +> [English](./README.en.md) · [原始项目](https://github.com/rampstackco/claude-skills) · [上游 README](https://github.com/rampstackco/claude-skills/blob/HEAD/README.md) +> 原作者、版权与许可证归属以原始项目及本仓库 LICENSE 文件为准。 +
-Complete Claude Skills for the full web lifecycle. Build, ship, audit, optimize. +覆盖完整 Web 生命周期的 Claude 技能。构建、发布、审计、优化。 -# Brand Build Skills for Claude +# Claude 品牌构建技能 -**A complete, opinionated library of [Claude Skills](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) covering the full lifecycle of building, launching, running, and growing a brand and a website.** +**一套完整且立场鲜明的 [Claude Skills](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) 库,覆盖品牌与网站从构建、上线、运营到增长的完整生命周期。** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) @@ -19,16 +25,16 @@
-> 103 stack-agnostic skills covering brand, design, content, SEO, dev, ops, growth, and research. Includes an Ahrefs MCP-powered SEO audit suite. Use them on Next.js, WordPress, Shopify, Webflow, plain HTML, or anything else. +> 103 个与技术栈无关的技能,涵盖品牌、设计、内容、SEO、开发、运维、增长与研究。包含由 Ahrefs MCP 驱动的 SEO 审计套件。可在 Next.js、WordPress、Shopify、Webflow、纯 HTML 或任何其他环境中使用。 -*Featured in [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) under Business & Marketing.* +*收录于 [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) 的 Business & Marketing 分类。* --- -## Install in Claude Code +## 在 Claude Code 中安装 -Add the marketplace, then install the plugin you want: +添加 marketplace,然后安装你需要的插件: ``` /plugin marketplace add rampstackco/claude-skills @@ -42,262 +48,262 @@ Add the marketplace, then install the plugin you want: /plugin install rampstack-pm@rampstack ``` -Prefer a lighter marketplace that lists only the curated subsets (no full catalog)? Add `rampstackco/plugins` instead and install the same three plugins from there: +更倾向于只列出精选子集(不含完整目录)的轻量 marketplace?请改用 `rampstackco/plugins`,并从那里安装相同的三个插件: ``` /plugin marketplace add rampstackco/plugins /plugin install rampstack-starter@rampstack ``` -Skills load on demand: each contributes roughly its name and description until Claude needs it. +技能按需加载:每个技能在 Claude 需要之前,大致只会贡献其名称和描述。 --- -## Table of contents +## 目录 -- [What are Claude Skills?](#what-are-claude-skills) -- [What is in this library](#what-is-in-this-library) -- [Featured skills](#featured-skills) -- [See it in action](#see-it-in-action) -- [Logo design in action](#logo-design-in-action) -- [Reference build in action](#reference-build-in-action) -- [Getting started](#getting-started) -- [Quick example](#quick-example) -- [How they compose](#how-they-compose) -- [How the catalog connects](#how-the-catalog-connects) -- [Surfaces](#surfaces) +- [什么是 Claude Skills?](#what-are-claude-skills) +- [本库包含什么](#what-is-in-this-library) +- [精选技能](#featured-skills) +- [实际效果](#see-it-in-action) +- [Logo 设计实战](#logo-design-in-action) +- [参考构建实战](#reference-build-in-action) +- [入门指南](#getting-started) +- [快速示例](#quick-example) +- [技能如何组合](#how-they-compose) +- [目录如何关联](#how-the-catalog-connects) +- [使用场景](#surfaces) -- [The 103-skill catalog](#the-103-skill-catalog) +- [103 个技能目录](#the-103-skill-catalog) -- [Recommended MCPs](#recommended-mcps) -- [Authoring conventions](#authoring-conventions) -- [Repository structure](#repository-structure) -- [Trust and security](#trust-and-security) -- [Contributing](#contributing) -- [Acknowledgments](#acknowledgments) -- [Resources](#resources) -- [License](#license) +- [推荐的 MCP](#recommended-mcps) +- [编写约定](#authoring-conventions) +- [仓库结构](#repository-structure) +- [信任与安全](#trust-and-security) +- [贡献指南](#contributing) +- [致谢](#acknowledgments) +- [资源](#resources) +- [许可证](#license) --- -## What are Claude Skills? +## 什么是 Claude Skills? -Claude Skills are reusable capability packages that teach Claude how to handle a specific kind of task with a consistent framework, vocabulary, and output format. Each skill is a folder containing a `SKILL.md` (instructions plus YAML metadata) and optional reference files (templates, checklists, worked examples). Claude loads a skill automatically when a user request matches the skill's description. +Claude Skills 是可复用的能力包,它们教会 Claude 如何用一致的框架、术语和输出格式来处理特定类型的任务。每个技能是一个文件夹,其中包含 `SKILL.md`(指令加 YAML 元数据)以及可选的参考文件(模板、检查清单、示例)。当用户请求与技能描述匹配时,Claude 会自动加载该技能。 -Skills work across [Claude.ai](https://claude.ai), [Claude Code](https://docs.claude.com/en/docs/claude-code/overview), and the [Anthropic API](https://docs.claude.com/en/api/agent-skills). Once you write a skill, it is portable across all three. +技能可在 [Claude.ai](https://claude.ai),、[Claude Code](https://docs.claude.com/en/docs/claude-code/overview), 和 [Anthropic API](https://docs.claude.com/en/api/agent-skills). 上使用。编写一次技能后,即可在三者之间移植。 -For the official deep dive, see [Anthropic's Agent Skills documentation](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview). +官方深入阅读,请参阅 [Anthropic 的 Agent Skills 文档](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview). --- -## What is in this library +## 本库包含什么 -This is not a curated list of other people's skills. It is a single, opinionated library where every skill follows the same structure and conventions, so the skills compose cleanly across a real project lifecycle. +这不是对他人技能的精选列表。它是一个统一的、有明确取向的库,其中每个技能都遵循相同的结构和约定,因此技能可以在真实项目生命周期中顺畅地组合使用。 -What you get: +你将获得: -- **103 skills** across 16 categories, every one with a complete `SKILL.md` and at least one reference file -- **490 reference files** (templates, checklists, decision matrices, worked examples) +- **103 个技能**,分布在 16 个类别中,每个技能都配有完整的 `SKILL.md` 和至少一个参考文件 +- **490 个参考文件**(模板、检查清单、决策矩阵、示例) -- **Stack-agnostic.** Works on any web stack. The only named-tool exception is the SEO audit suite, which assumes the Ahrefs MCP. -- **Future-proof.** Principles over tools. Stable concepts over trending techniques. References to durable specs (W3C, WHATWG, Schema.org, MDN, NN/g, WCAG) over content that ages with each algorithm update. -- **Uniform structure.** Every skill uses the same section order, the same tone, and the same authoring conventions. Predictable in, predictable out. -- **Composable.** Skills reference each other. `creative-brief` points to `brand-voice`. `incident-response` points to `monitoring-and-alerting`. Each skill's "When NOT to use" tells you which sibling fits your adjacent work. +- **与技术栈无关。** 适用于任何 Web 技术栈。唯一点名工具的例外是 SEO 审计套件,它假定使用 Ahrefs MCP。 +- **面向未来。** 原则优先于工具。稳定概念优先于流行技巧。引用持久规范(W3C、WHATWG、Schema.org、MDN、NN/g、WCAG),而非随每次算法更新而过时的内容。 +- **统一结构。** 每个技能使用相同的章节顺序、相同的语气和相同的编写约定。输入可预期,输出也可预期。 +- **可组合。** 技能之间相互引用。`creative-brief` 指向 `brand-voice`。`incident-response` 指向 `monitoring-and-alerting`。每个技能的「When NOT to use」会告诉你哪项相邻工作更适合由哪个同级技能承担。 -Highlight categories: brand strategy and identity, design systems, content production with full Tier 1 and Tier 2 coverage, full SEO suite (foundation plus Ahrefs MCP-powered audit suite), product management with experimentation and gap-closing tracks, growth tooling for interactive web tools, paid media discipline, frontend dev and accessibility, performance and QA, launch and incident ops, UX research, plus a meta-skill that teaches you to write your own. +重点类别:品牌策略与识别、设计系统、内容生产(完整覆盖 Tier 1 与 Tier 2)、完整 SEO 套件(基础部分加上由 Ahrefs MCP 驱动的审计套件)、产品管理(含实验与缺口补齐 track)、面向互动式 Web 工具的增长工具、付费媒体规范、前端开发与无障碍、性能与 QA、发布与事故运维、UX 研究,以及一个教你如何编写自有技能的原技能(meta-skill)。 --- -## Featured skills +## 精选技能 -Six entry-point skills, one per audience track. Run any of these standalone, or compose them with the rest of the catalog. +六个入口技能,每个受众 track 各一个。可单独运行其中任意一个,也可与目录中的其余技能组合使用。 -| Skill | What it does | +| 技能 | 作用 | |---|---| -| [`creative-direction`](skills/creative-direction/SKILL.md) (Brand and creative) | Four-axis brief (tone, aesthetic, audience, sensory ambition) that gives every downstream skill a coherent direction | -| [`experiment-design`](skills/experiment-design/SKILL.md) (PM, experimentation) | From hypothesis to decision: sample size, duration, segment analysis, and the failure modes that produce wrong shipping calls | -| [`feature-launch-playbook`](skills/feature-launch-playbook/SKILL.md) (PM, gap-closing) | The discipline of launching a feature well: positioning, internal alignment, customer comms, enablement, rollout, monitoring | -| [`pillar-content-architecture`](skills/pillar-content-architecture/SKILL.md) (Content) | Hub-and-cluster topical authority: pillar selection, cluster planning, internal linking, refresh discipline | -| [`landing-page-copy`](skills/landing-page-copy/SKILL.md) (Marketing) | Landing pages, sales pages, hero-to-CTA flow with copy that converts | -| [`funnel-flow-architecture`](skills/funnel-flow-architecture/SKILL.md) (Growth tooling) | Cross-tool conversion flows architected to match the audience and the funnel stage | +| [`creative-direction`](skills/creative-direction/SKILL.md)(品牌与创意) | 四轴 brief(语气、美学、受众、感官野心),为所有下游技能提供连贯方向 | +| [`experiment-design`](skills/experiment-design/SKILL.md)(PM,实验) | 从假设到决策:样本量、持续时间、分群分析,以及会导致错误上线决策的失败模式 | +| [`feature-launch-playbook`](skills/feature-launch-playbook/SKILL.md)(PM,缺口补齐) | 妥善发布一项功能的规范:定位、内部对齐、客户沟通、赋能、 rollout、监控 | +| [`pillar-content-architecture`](skills/pillar-content-architecture/SKILL.md)(内容) | 枢纽-集群式主题权威:支柱选题、集群规划、内链、更新规范 | +| [`landing-page-copy`](skills/landing-page-copy/SKILL.md)(营销) | 落地页、销售页,以及从 hero 到 CTA 的高转化文案流程 | +| [`funnel-flow-architecture`](skills/funnel-flow-architecture/SKILL.md)(增长工具) | 跨工具转化流程架构,匹配受众与漏斗阶段 | --- -## See it in action +## 实际效果 -The creative-direction skill rendered as a live showcase → +creative-direction 技能以实时 showcase 呈现 → -Forty-two fictional brands generated from briefs that all use the same skill. Each is a fully styled brand site, not a mockup. The showcase demonstrates what the four-axis framework produces in practice and lets you filter by axis position to see how each combination renders. +四十二个虚构品牌,均基于使用同一技能撰写的 brief 生成。每一个都是完整配样式的品牌站点,而非 mockup。该 showcase 展示了四轴框架在实践中能产生什么,并允许你按轴位置筛选,查看各组合如何呈现。

- Creative Direction skill highlight diagram. Navy header card reads 'Impactful Creative Direction' with the subtitle 'Direction for art, taste, and style'. Four quadrants below show: Framework Axes 4 (Tone, Aesthetic, Relationship, Sensory), Framework Positions 16 (each axis combines into 16 distinct positions), Example Treatments 42 (Pulse, Bloom, Forge, Observatory, and 38 others), and Possible Compositions infinity (Motion: Static, Light, Medium, High). Caption reads 'No templates, only guided outputs.' + Creative Direction 技能亮点示意图。海军蓝标题卡片显示「Impactful Creative Direction」,副标题为「Direction for art, taste, and style」。下方四个象限展示:Framework Axes 4(Tone、Aesthetic、Relationship、Sensory)、Framework Positions 16(每个轴组合成 16 个不同位置)、Example Treatments 42(Pulse、Bloom、Forge、Observatory 及其他 38 个),以及 Possible Compositions infinity(Motion:Static、Light、Medium、High)。说明文字为「No templates, only guided outputs.」

- Showcase grid of brand archetypes including Pulse, Volt, Anode, Drift, and others, with type and motion intensity filter pills above the cards. + 品牌原型展示网格,包含 Pulse、Volt、Anode、Drift 等,卡片上方有类型与动效强度筛选标签。

-### Filter by any axis position +### 按任意轴位筛选 -The skill defines four axes: tone, aesthetic, relationship, sensory. The showcase lets you filter by any combination and see which examples match. Pre-filtered URLs deep-link from the [SKILL.md](skills/creative-direction/SKILL.md) and [axes-explained reference](skills/creative-direction/references/axes-explained.md), so you can read about a position and click straight through to the rendered examples. +该 skill 定义了四个轴:tone(语气)、aesthetic(美学)、relationship(关系)、sensory(感官)。展示页允许你按任意组合筛选,并查看哪些示例与之匹配。预筛选 URL 可从 [SKILL.md](skills/creative-direction/SKILL.md) 和 [axes-explained reference](skills/creative-direction/references/axes-explained.md) 深度链接进入,便于你阅读某一轴位后直接跳转到对应的渲染示例。

- Showcase grid filtered by Tone equals Provocative and Sensory equals Resonant, showing eight matching brand cards with the axis disclosure auto-expanded. + 展示网格按 Tone 等于 Provocative、Sensory 等于 Resonant 筛选,显示八张匹配的品牌卡片,轴位详情已自动展开。

-### The empty state is the lesson +### 空状态即启示 -The framework is generative. The showcase is illustrative. Most rare-but-powerful combinations are valid creative choices that simply have not been built yet. Set Provocative + Editorial Restrained + Coach + Resonant and the grid is empty. +该框架是生成式的(generative)。展示页是说明性的(illustrative)。大多数罕见但有力的组合都是有效的创意选择,只是尚未被构建出来。将 Provocative + Editorial Restrained + Coach + Resonant 组合筛选后,网格将为空。

- Showcase grid with all four axis filters set to Provocative, Editorial Restrained, Coach, and Resonant, showing zero matching examples and the empty state copy: No example yet. The framework allows this combination, it just hasn't been built as one of the thirty worked examples. + 展示网格将四个轴位筛选均设为 Provocative、Editorial Restrained、Coach 和 Resonant,显示零个匹配示例及空状态文案:No example yet. The framework allows this combination, it just hasn't been built as one of the thirty worked examples.

-### The framework's range +### 框架的表达广度 -Same skill, same brief format. Four completely different visual systems. Notice that Pulse and Bloom share identical axis positions yet read as opposite visual languages. The reference brands and aesthetic interpretation do the rest. +同一个 skill、同一份 brief 格式。四种完全不同的视觉体系。注意 Pulse 与 Bloom 占据相同的轴位,却呈现出截然相反的视觉语言。其余差异由参考品牌与美学诠释承担。 - - + + - - + + - - + + - - + +
Pulse music streaming brand. Saturated gradient hero with the headline 'Sound that moves with you' and pink-to-cyan equalizer bars below.Forge boutique fitness studio. Dark industrial hero with intense typography and motivational copy.Pulse 音乐流媒体品牌。饱和渐变主视觉,标题为 'Sound that moves with you',下方为粉青双色均衡器条形图。Forge 精品健身工作室。深色工业风主视觉,强烈字体与激励文案。
Pulse · music streaming
Sound that moves with you.
Playful / Expressive Maximalist / Companion / Resonant
See Pulse demo example →
Forge · boutique fitness
Show up. Get hammered.
Provocative / Expressive Maximalist / Coach / Resonant
See Forge demo example →
Pulse · music streaming
Sound that moves with you.
Playful / Expressive Maximalist / Companion / Resonant
查看 Pulse 演示示例 →
Forge · boutique fitness
Show up. Get hammered.
Provocative / Expressive Maximalist / Coach / Resonant
查看 Forge 演示示例 →
Bloom adaptogenic soda brand. Peachy gradient hero with tri-color headline 'Soda that loves you back' and a strawberries-around-soda-can product photo.Observatory Editorial. Cream paper hero with restrained serif headline 'An observability tool for the engineers who already know what they are doing'.Bloom 适应原苏打水品牌。桃色渐变主视觉,三色标题 'Soda that loves you back',配草莓环绕苏打罐的产品照。Observatory Editorial。奶油色纸张质感主视觉,克制衬线标题 'An observability tool for the engineers who already know what they are doing'。
Bloom · adaptogenic soda
Soda that loves you back.
Playful / Expressive Maximalist / Companion / Resonant
See Bloom demo example →
Observatory Editorial · observability tool
An open-source tool that respects engineer time.
Conversational / Editorial Restrained / Peer / Considered
See Observatory demo example →
Bloom · adaptogenic soda
Soda that loves you back.
Playful / Expressive Maximalist / Companion / Resonant
查看 Bloom 演示示例 →
Observatory Editorial · observability tool
An open-source tool that respects engineer time.
Conversational / Editorial Restrained / Peer / Considered
查看 Observatory 演示示例 →

- See all the brands in the showcase → + 查看展示页中的所有品牌 →

-### Run this on your own brand +### 在你的自有品牌上运行 -The creative-direction skill lives at [`skills/creative-direction/`](skills/creative-direction/). Install it (see below), give Claude a project name and a few inspiration references, and the skill walks you through producing a brief that downstream skills can consume. The brand sites in the showcase were built from briefs of exactly that shape. +creative-direction skill 位于 [`skills/creative-direction/`](skills/creative-direction/)。安装它(见下文),向 Claude 提供项目名称和几个灵感参考,该 skill 会引导你产出一份可供下游 skill 消费的 brief。展示页中的品牌站点正是由这种形态的 brief 构建而成。 --- -## Logo design in action +## Logo design 实战 -The logo-design skill is rendered on rampstack.co as two parallel surfaces. The variant explorer goes deep on one brand at a time: a primary mark, variants across architectures, applied contexts. The taxonomy gallery goes wide across the architecture space: ten fictional marks demonstrating eight mark architectures (wordmark, lockup, monogram, letterform-as-symbol, abstract, pictorial, combination, emblem). Same skill, two different lenses. +logo-design skill 在 rampstack.co 上呈现为两个并行界面。变体探索器(variant explorer)一次深入一个品牌:主标识、跨架构变体、应用场景。分类图库(taxonomy gallery)横向覆盖架构空间:十个虚构标识展示八种标识架构(wordmark、lockup、monogram、letterform-as-symbol、abstract、pictorial、combination、emblem)。同一 skill,两种不同视角。

- Logo Design skill highlight diagram. Navy header card reads 'Bespoke Logo Design' with the subtitle 'Bringing brands to life.' Below the header, a simulated construction guide shows a stylised letterform B rendered against gridlines, with a Golden Ratio overlay, Primary Curve and Secondary Shape callouts, a Kerning marker, and a six-swatch color palette. Three columns at the bottom show: Verticals (Tech, Finance, Healthcare, Retail), Brand Voice (Trustworthy, Innovative, Premium, Approachable), and Architectures (Monogram, Wordmark, Emblem, Abstract). + Logo Design skill 亮点示意图。海军蓝标题卡片写着 'Bespoke Logo Design',副标题为 'Bringing brands to life.'。标题下方为模拟构造指南:网格线上的风格化字母 B,叠加黄金比例、Primary Curve 与 Secondary Shape 标注、Kerning 标记及六色色板。底部三列分别为:Verticals(Tech、Finance、Healthcare、Retail)、Brand Voice(Trustworthy、Innovative、Premium、Approachable)、Architectures(Monogram、Wordmark、Emblem、Abstract)。

-### Per-brand depth +### 按品牌深入 -The variant explorer → +变体探索器 → -Each brand has a primary mark plus variants across architectures and applied contexts. The logo-design skill walks through the discipline of choosing one architecture and rendering it consistently across the system the brand will actually use. +每个品牌都有一个主标识,以及跨架构与应用场景的变体。logo-design skill 会引导你掌握选择一种架构,并在品牌实际使用的体系中一致呈现它的方法。

- Logo design variant explorer showing six fictional brand cards in a three-by-two grid: Whitfield Carter (legal counsel lockup), Wren and Bough (consumer goods lockup), Highline (hospitality wordmark), Sentinel (tech and AI symbol-only), Lacuna (fashion wordmark), and Roost (restaurant lockup). Each card pairs a primary mark with three classification chips for architecture, typographic register, and category, plus a four-variants and five-application-contexts subtext. + Logo design 变体探索器,三行两列展示六张虚构品牌卡片:Whitfield Carter(法律顾问 lockup)、Wren and Bough(消费品 lockup)、Highline(酒店 wordmark)、Sentinel(科技与 AI 纯符号)、Lacuna(时尚 wordmark)、Roost(餐厅 lockup)。每张卡片含主标识及 architecture、typographic register、category 三个分类标签,附注四变体与五应用场景。

-The brands are filterable by architecture, typographic register, and category. The intent is reference work, not consumable templates. +品牌可按 architecture、typographic register 和 category 筛选。其意图是参考作品,而非可直接套用的模板。 -### Architectural taxonomy +### 架构分类法 -The marks gallery → +标识图库 → -Ten fictional marks across eight mark architectures: wordmark, lockup, monogram, letterform-as-symbol, abstract, pictorial, combination, emblem. The taxonomy makes the architectural distinctions concrete by showing all eight side-by-side, with three wordmarks at three typographic registers so the architectural label does less work than the execution. +十个虚构标识涵盖八种标识架构:wordmark、lockup、monogram、letterform-as-symbol、abstract、pictorial、combination、emblem。该分类法通过并排展示全部八种架构使区分具体化,并以三种 typographic register 下的三个 wordmark 说明:执行层面的差异往往比架构标签本身更重要。

- Marks gallery showing six fictional brand cards in a three-by-two grid: knurl (lowercase serif wordmark with knurled texture), TARSUS (uppercase sans lockup with stacked-bar mark), PLINTH (classical serif inside a double-lined emblem frame), Caval (italic horse silhouette plus italic wordmark combination), Ostend (flowing OS monogram resolving to a single connected glyph), and GLINT (high-contrast Didone wordmark with hairline I crossbar). Each card carries the brand name, descriptor, and three classification chips for mark architecture, vertical, and brand voice. + 标识图库,三行两列展示六张虚构品牌卡片:knurl(小写衬线 wordmark,带滚花纹理)、TARSUS(大写无衬线 lockup,叠层条形标识)、PLINTH(古典衬线置于双线徽章框内)、Caval(斜体马形剪影加斜体 wordmark 组合)、Ostend(流动 OS 字母组合连成单一字形)、GLINT(高对比 Didone wordmark,细线 I 横杠)。每张卡片含品牌名、描述及 mark architecture、vertical、brand voice 三个分类标签。

-Filter by architecture, vertical, or brand voice; click any mark card to read its design rationale. +按架构、垂直领域或品牌调性筛选;点击任意标识卡片查看其设计依据。 --- -## Reference build in action +## 参考构建实例 -The full catalog rendered as a 4-phase reference build: blank brief through deployed audited launch site. Threshold is a fictional PLG onboarding analytics product, but the research, brand foundations, build, and audit findings are all real. The reference build is the catalog's single strongest demonstration of how the skills compose end-to-end. +完整目录以四阶段参考构建的形式呈现:从空白 brief 到已部署、经审计的上线站点。Threshold 是一款虚构的 PLG(Product-Led Growth)onboarding 分析产品,但其中的研究、品牌基础、构建与审计发现均为真实内容。该参考构建是目录端到端展示各 skill 如何组合运用的最强示范。

- Reference build hero card. Navy header card reads 'Reference Build' with subtitle 'A fictional B2B SaaS launch, end-to-end.' Below, four white phase cards arranged in a 2x2 grid: Phase 01 Strategy and Research with caption 'Real Ahrefs research applied to a fictional brief'; Phase 02 Brand and Design with caption 'Working brand system with live tokens and components'; Phase 03 Build and Ship with caption 'Deployed launch microsite at /demo/threshold'; Phase 04 Audit and Optimize with caption 'Real audit findings with applied fixes.' Footer caption reads 'Threshold is fictional. The methodology is not.' + 参考构建主视觉卡片。海军蓝标题卡片显示「Reference Build」,副标题为「A fictional B2B SaaS launch, end-to-end.」。下方为四张白色阶段卡片,呈 2x2 网格排列:Phase 01 Strategy and Research,说明文字为「Real Ahrefs research applied to a fictional brief」;Phase 02 Brand and Design,说明文字为「Working brand system with live tokens and components」;Phase 03 Build and Ship,说明文字为「Deployed launch microsite at /demo/threshold」;Phase 04 Audit and Optimize,说明文字为「Real audit findings with applied fixes.」。页脚说明为「Threshold is fictional. The methodology is not.」

-### The four phases +### 四个阶段 -**[Phase 1: Strategy and research →](https://rampstack.co/walkthroughs/saas-launch-research-and-strategy)** -Real Ahrefs keyword research, competitor analysis, content gap audit, and backlink opportunity mapping applied to a fictional B2B SaaS brief. Live data tables sourced from the Ahrefs API. +**[阶段 1:策略与研究 →](https://rampstack.co/walkthroughs/saas-launch-research-and-strategy)** +将真实的 Ahrefs 关键词研究、竞品分析、内容缺口审计和外链机会映射应用于虚构的 B2B SaaS brief。实时数据表来自 Ahrefs API。 -**[Phase 2: Brand and design →](https://rampstack.co/walkthroughs/saas-launch-brand-and-design)** -Logo system, color and typography tokens, working brand component primitives. The brand system renders live on the walkthrough page in real fonts and tokens, not just described. +**[阶段 2:品牌与设计 →](https://rampstack.co/walkthroughs/saas-launch-brand-and-design)** +Logo 体系、色彩与字体排版 token、可用的品牌组件原语。品牌体系在导览页上以真实字体和 token 实时渲染,而非仅作文字描述。 -**[Phase 3: Build and ship →](https://rampstack.co/walkthroughs/saas-launch-build-and-ship)** -The actual launch microsite built with Next.js using Phase 2's brand foundations. Live at [rampstack.co/demo/threshold](https://rampstack.co/demo/threshold). Persistent demonstration banner; noindex; local-only waitlist form. +**[阶段 3:构建与发布 →](https://rampstack.co/walkthroughs/saas-launch-build-and-ship)** +使用阶段 2 的品牌基础,用 Next.js 构建的实际上线微站。线上地址:[rampstack.co/demo/threshold](https://rampstack.co/demo/threshold). 持久演示横幅;noindex;仅本地的 waitlist 表单。 -**[Phase 4: Audit and optimize →](https://rampstack.co/walkthroughs/saas-launch-audit-and-optimize)** -Real audit on the deployed site using the catalog's audit suite (axe-core, Lighthouse, manual checks). Real findings with severity, real fixes applied, real before/after metrics. The closing chapter where the catalog audits its own output. +**[阶段 4:审计与优化 →](https://rampstack.co/walkthroughs/saas-launch-audit-and-optimize)** +对已部署站点进行真实审计,使用目录的审计套件(axe-core、Lighthouse、人工检查)。真实发现含严重程度分级,应用真实修复,呈现真实前后对比指标。目录在此收官章节审计自身产出。 -### The deployed result +### 已部署成果 -The four phases compose into a working microsite at [rampstack.co/demo/threshold](https://rampstack.co/demo/threshold). Real Next.js code, real brand foundations from Phase 2 referenced via cross-route imports, real working multi-step waitlist form (no data stored), persistent demonstration banner, and the inline data visualizations that came out of the post-audit polish pass. +四个阶段组合为一个可运行的微站,地址:[rampstack.co/demo/threshold](https://rampstack.co/demo/threshold). 真实的 Next.js 代码,通过跨路由 import 引用阶段 2 的真实品牌基础,真实可用的多步骤 waitlist 表单(不存储数据),持久演示横幅,以及审计后优化阶段产出的内联数据可视化。

- Full-page screenshot of the deployed Threshold demo at rampstack.co/demo/threshold. Persistent navy demonstration banner at top reads 'Demonstration · Threshold is a fictional product built to illustrate how the catalog composes from blank brief to deployed launch microsite.' Below, the hero section shows a serif headline 'Know how new users actually get to value' next to a stylized product dashboard mockup with KPI tiles, an activation funnel chart, and recent cohorts comparison. Further down the page: a fictional cohort trust strip, a 'The gap' problem section, a wedge section with inline funnel and time-to-first-value charts, a comparison table against Mixpanel/Amplitude/Heap and Pendo/Userpilot, a 'How it works' section with three connected cards, a multi-step waitlist form, and a FAQ section. + 已部署 Threshold 演示站点 rampstack.co/demo/threshold 的全页截图。顶部持久海军蓝演示横幅显示「Demonstration · Threshold is a fictional product built to illustrate how the catalog composes from blank brief to deployed launch microsite.」。下方 hero 区展示衬线标题「Know how new users actually get to value」,旁侧为风格化产品仪表盘 mockup,含 KPI 磁贴、激活漏斗图和近期 cohort 对比。页面下方依次为:虚构 cohort 信任条、「The gap」问题区块、含内联漏斗与首次价值时间图表的 wedge 区块、与 Mixpanel/Amplitude/Heap 及 Pendo/Userpilot 的对比表、「How it works」三卡片串联区块、多步骤 waitlist 表单,以及 FAQ 区块。

-### Why a fictional product +### 为何使用虚构产品 -Real client work cannot be open-sourced; portfolio claims trigger conflict-of-interest concerns in interviews and consulting conversations. A fictional product with a documented brief plus real research, real brand foundations, real working code, and real audit findings produces a teaching artifact that demonstrates methodology without claiming relationships. Threshold is a measurement tool that does not exist; the methodology that built it is the catalog working end-to-end. +真实客户工作无法开源;作品集声明会在面试和咨询沟通中引发利益冲突顾虑。以文档化 brief 搭配真实研究、真实品牌基础、真实可运行代码和真实审计发现的虚构产品,可产出教学范例,展示方法论而不宣称客户关系。Threshold 是一款并不存在的测量工具;构建它的方法论,则是目录端到端运转的真实体现。 --- -## Getting started +## 快速上手 -Skills install in three different places depending on where you use Claude. Pick the platform that matches your workflow. +根据你使用 Claude 的方式,skill 可安装到三个不同位置。选择与你的工作流程匹配的平台。 -### Option 1: Claude.ai (web and desktop) +### 选项 1:Claude.ai(网页与桌面端) -If your Claude.ai plan supports custom Skills: +若你的 Claude.ai 套餐支持自定义 Skills: -1. Go to **Settings → Capabilities → Skills**. -2. Upload the skill folder you want as a `.zip` (one zip per skill folder containing `SKILL.md` and the `references/` subfolder). -3. Enable the skill in the chat interface. +1. 前往 **Settings → Capabilities → Skills**。 +2. 将所需的 skill 文件夹作为 `.zip` 上传(每个 skill 文件夹一个 zip,其中包含 `SKILL.md` 和 `references/` 子文件夹)。 +3. 在聊天界面中启用该 skill。 -Claude will load the skill automatically when your request matches its description. +当你的请求与其描述匹配时,Claude 会自动加载该 skill。 -For current plan availability and the exact upload UI, see [Anthropic's Skills user guide](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview). +有关当前套餐可用性与确切上传界面,请参阅 [Anthropic 的 Skills 用户指南](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview). -### Option 2: Claude Code (recommended) +### 选项 2:Claude Code(推荐) -Skills are first-class citizens in Claude Code. Drop them into your skills directory and Claude Code picks them up automatically. +Skills 在 Claude Code 中是一等公民。将其放入 skills 目录,Claude Code 会自动识别。 -**User-level skills** (available in every project): +**用户级 skills**(在所有项目中可用): ```bash # macOS / Linux @@ -309,57 +315,57 @@ New-Item -ItemType Directory -Force -Path "$HOME\.claude\skills" Copy-Item -Recurse skills\* "$HOME\.claude\skills\" ``` -**Project-level skills** (available only in a specific project): +**项目级 skills**(仅在特定项目中可用): ```bash mkdir -p .claude/skills cp -r path/to/this-repo/skills/* .claude/skills/ ``` -Start (or restart) Claude Code. Skills load automatically. +启动(或重启)Claude Code。Skills 会自动加载。 -For exact current paths and config flags, see the [Claude Code documentation](https://docs.claude.com/en/docs/claude-code/overview). +有关当前确切路径与配置标志,请参阅 [Claude Code 文档](https://docs.claude.com/en/docs/claude-code/overview). -### Option 3: Anthropic API +### 选项 3:Anthropic API -Use Skills programmatically by referencing them in your API calls. Skills must first be uploaded to your workspace (via the Console or API), then referenced by ID when creating messages. +通过在 API 调用中引用 Skills,以编程方式使用。须先将 Skills 上传至你的工作区(通过 Console 或 API),再在创建消息时按 ID 引用。 -For the current API surface, request format, and limits, see the [Agent Skills API documentation](https://docs.claude.com/en/api/agent-skills). +有关当前 API 接口、请求格式与限制,请参阅 [Agent Skills API 文档](https://docs.claude.com/en/api/agent-skills). -### Want only a few skills? +### 只想安装部分 skills? -You do not have to install all 103. Pick the categories that match your work. The library is modular: each skill stands on its own. +你不必安装全部 103 个。按工作需求选择对应类别即可。该库采用模块化设计:每个 skill 均可独立使用。 --- -## Quick example +## 快速示例 -Once installed, skills trigger automatically based on your request. You do not have to name the skill or change how you talk to Claude. +安装后,skills 会根据你的请求自动触发。你无需点名 skill,也无需改变与 Claude 的对话方式。 -**You ask:** +**你提问:** > "Our organic traffic dropped 30% last week. Help me figure out why." -**What happens:** +**实际流程:** -Claude recognizes the request matches `seo-traffic-diagnosis`, loads the skill, and walks through its 5-layer root cause framework: confirm the change is real → localize the change → page-level analysis → technical analysis → external analysis. By the end, you have a hypothesis statement, evidence, and an action plan, structured the same way every time. +Claude 识别该请求匹配 `seo-traffic-diagnosis`,加载该 skill,并按其 5 层根因分析框架推进:确认变化是否真实 → 定位变化范围 → 页面级分析 → 技术分析 → 外部分析。最终你将得到假设陈述、证据与行动计划,且每次结构一致。 -**Other natural triggers:** +**其他自然触发示例:** - "Help me write a creative brief" → `creative-brief` - "Audit my homepage for SEO" → `seo-onpage` - "We need a backlink audit" → `seo-backlink-audit` -- "Plan our content roadmap for Q3" → `seo-content-gap-audit` plus `content-strategy` +- "Plan our content roadmap for Q3" → `seo-content-gap-audit` 加 `content-strategy` - "Postmortem template for last night's incident" → `after-action-report` - "How do I write my own skill?" → `skill-creation-walkthrough` -You can also call a skill explicitly: "Use the `seo-audit-orchestration` skill to run a full audit on example.com." +你也可以显式调用某个 skill:"Use the `seo-audit-orchestration` skill to run a full audit on example.com." --- -## How they compose +## 组合方式 -The skills compose into a full project flow: +这些 skills 可组合为完整项目流程: ``` brand-discovery → brand-ideation → brand-identity → brand-style-guide → brand-voice @@ -381,7 +387,7 @@ incident-response → after-action-report analytics-strategy → cro-optimization → ux-research → usability-testing → journey-mapping ``` -The SEO audit suite (Ahrefs MCP-powered) wraps around the SEO foundation skills: +SEO 审计套件(由 Ahrefs MCP 驱动)围绕 SEO 基础技能构建: ``` seo-audit-orchestration @@ -393,17 +399,17 @@ seo-audit-orchestration └── seo-rank-tracking (ongoing, feeds the others) ``` -The catalog also includes four audience tracks that compose alongside the foundational lifecycle. Each track has its own internal flow: +目录还包含四条受众轨道(audience tracks),可与基础生命周期组合使用。每条轨道都有其内部流程: -**Paid media (Marketing track):** +**付费媒体(营销轨道):** ``` paid-media-strategy → ads-creative-development → ads-performance-analytics ``` -Pairs with the paid media platforms in the integrations catalog at rampstack.co (Google Ads, Meta, LinkedIn, TikTok, plus Synter as the multi-platform aggregator). +与 rampstack.co 集成目录中的付费媒体平台配对(Google Ads、Meta、LinkedIn、TikTok,以及作为多平台聚合器的 Synter)。 -**Growth tooling (interactive web tools):** +**增长工具(交互式 Web 工具):** ``` funnel-flow-architecture (orchestrator) @@ -420,9 +426,9 @@ funnel-flow-architecture (orchestrator) └── product-configurator-design (convert) ``` -`funnel-flow-architecture` is the orchestrator: it sequences which interactive tool fits each audience and funnel stage, distinguishing matched-funnels from kitchen-sink-funnels. +`funnel-flow-architecture` 是编排器(orchestrator):它会按受众和漏斗阶段排序适合的交互式工具,并区分匹配型漏斗(matched-funnels)与「大杂烩」型漏斗(kitchen-sink-funnels)。 -**Tier 2 content lifecycle:** +**二级内容生命周期:** ``` content-strategy → pillar-content-architecture → content-brief-authoring @@ -434,9 +440,9 @@ content-strategy → pillar-content-architecture → content-brief-authoring content-refresh-system → content-repurposing → content-migration ``` -`ai-content-collaboration` is a workflow layer that runs across every phase rather than a single step. `documentation-strategy` operates continuously alongside the rest. +`ai-content-collaboration` 是贯穿各阶段而非单一步骤的工作流层。`documentation-strategy` 与其余部分并行持续运行。 -**Tier 2 product management (two parallel tracks):** +**二级产品管理(两条并行轨道):** ``` Experimentation track: @@ -450,361 +456,361 @@ pm-spec-writing → roadmap-planning → feature-launch-playbook beta-program-management → product-analytics-setup → integration-orchestrator ``` -The experimentation track ships changes with statistical discipline; the gap-closing track ships features with operational discipline. Both compose with the foundational lifecycle above. +实验轨道以统计学纪律交付变更;补缺轨道以运营纪律交付功能。二者均与上述基础生命周期组合使用。 -Operations, cross-cutting, and team skills (`stakeholder-communication`, `documentation-strategy`, `vendor-evaluation`, `team-onboarding-playbook`, `dependency-management`, `cost-optimization`, etc.) cut across every track. +运营、横切与团队技能(`stakeholder-communication`、`documentation-strategy`、`vendor-evaluation`、`team-onboarding-playbook`、`dependency-management`、`cost-optimization` 等)贯穿所有轨道。 -You can also pull individual skills for one-off work. Need just a backlink audit? Use `seo-backlink-audit`. Need to write a creative brief? Use `creative-brief`. Each skill stands on its own. +你也可以单独抽取某项技能完成一次性工作。只需要反向链接审计?使用 `seo-backlink-audit`。需要撰写创意简报?使用 `creative-brief`。每项技能均可独立使用。 --- -## How the catalog connects +## 目录如何连接 -The skills compose with the tools your team already uses. 103 skills at the center; 35 integrations across 6 integration categories radiating out via MCPs. +这些技能可与团队现有工具组合。中心是 103 项技能;通过 MCP 向外辐射 6 个集成类别下的 35 项集成。

- RampStack architecture diagram. A central navy hub card shows the RampStack mark with the subtitle 'Stack-agnostic methodology'. Six category cards radiate out: Workflow with 6 integrations (Jira, Linear, Notion, Figma, GitHub), Experimentation with 11 integrations (Statsig, PostHog, Optimizely, Amplitude), SEO Intelligence with 3 integrations (Ahrefs, Semrush, Similarweb), Paid Media with 5 integrations (Google Ads, Meta Ads, LinkedIn, TikTok, Synter), Content and SEO with 5 integrations (Webflow, Contentful, Frase, Profound, AirOps), and Data and Analytics with 5 integrations (BigQuery, Snowflake, Mixpanel, dbt, Hex). + RampStack 架构图。中央海军蓝枢纽卡片展示 RampStack 标识,副标题为「与栈无关的方法论」。六张类别卡片向外辐射:Workflow 含 6 项集成(Jira、Linear、Notion、Figma、GitHub),Experimentation 含 11 项集成(Statsig、PostHog、Optimizely、Amplitude),SEO Intelligence 含 3 项集成(Ahrefs、Semrush、Similarweb),Paid Media 含 5 项集成(Google Ads、Meta Ads、LinkedIn、TikTok、Synter),Content and SEO 含 5 项集成(Webflow、Contentful、Frase、Profound、AirOps),Data and Analytics 含 5 项集成(BigQuery、Snowflake、Mixpanel、dbt、Hex)。

--- -## Surfaces +## 产品触点 -This catalog is the open-source methodology layer. Commercial surfaces at [rampstack.co](https://rampstack.co) extend it: +本目录是开源方法论层。[rampstack.co](https://rampstack.co) 上的商业化产品触点对其进行了扩展: -- **[Skills directory](https://rampstack.co/skills)**. Every skill on a curated landing surface with audience tracks, search, and category navigation. -- **[Walkthroughs](https://rampstack.co/walkthroughs)**. Multi-skill recipes that orchestrate skill clusters end-to-end. Use these when one skill is not enough and a packaged sequence is. -- **[Integrations directory](https://rampstack.co/integrations)**. Curated MCPs, APIs, and tooling that the skills hook into. -- **[Showcase](https://rampstack.co/showcase)**. Real brand sites built from these skills, with the brief that produced each one. +- **[技能目录](https://rampstack.co/skills)**. 每项技能都有精选落地页,包含受众轨道、搜索与分类导航。 +- **[演练指南](https://rampstack.co/walkthroughs)**. 端到端编排技能集群的多技能配方。当单项技能不够、需要打包序列时使用。 +- **[集成目录](https://rampstack.co/integrations)**. 精选的 MCP、API 与工具,供技能接入。 +- **[案例展示](https://rampstack.co/showcase)**. 用这些技能构建的真实品牌站点,并附产生各站点的简报。 -The skills in this repository remain free, open-source, and stack-agnostic. The surfaces above are how the same methodology is delivered as a product. +本仓库中的技能保持免费、开源且与技术栈无关。上述产品触点是将同一方法论以产品形态交付的方式。 --- -## Design principles +## 设计原则 -claude-skills follows the [Agent Skills Specification](https://agentskills.io), the open standard for portable AI agent skills originally developed by Anthropic and adopted across the AI tooling ecosystem (Claude Code, OpenAI Codex, Gemini CLI, GitHub Copilot, Cursor, VS Code, Goose, Spring AI, and 30+ other platforms as of early 2026). +claude-skills 遵循 [Agent Skills Specification](https://agentskills.io), 这是可移植 AI 智能体技能的开放标准,最初由 Anthropic 开发,并已在 AI 工具生态中广泛采用(截至 2026 年初,包括 Claude Code、OpenAI Codex、Gemini CLI、GitHub Copilot、Cursor、VS Code、Goose、Spring AI 及 30 多个其他平台)。 -Beyond the format itself, the catalog is designed around three principles aligned with the guidance Anthropic publishes in [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents): +除格式本身外,目录围绕三项原则设计,与 Anthropic 在 [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents): 中发布的指南一致: -**Simplicity.** Each skill covers one focused capability rather than trying to be a multi-purpose document. A roadmap-planning skill plans roadmaps. A keyword-research skill researches keywords. Composing them together produces complex workflows; mixing them inside one skill produces unreliable ones. +**简洁性。** 每项技能只覆盖一项聚焦能力,而非试图成为多用途文档。路线图规划技能负责规划路线图;关键词研究技能负责研究关键词。将它们组合可产生复杂工作流;混在同一项技能内则不可靠。 -**Transparency.** Every skill declares its scope, dependencies, and expected behavior in machine-readable YAML frontmatter. The catalog is inspectable by tooling, not just by humans reading prose. +**透明性。** 每项技能在机器可读的 YAML frontmatter 中声明其范围、依赖与预期行为。目录可供工具检视,而不仅供人阅读正文。 -**Quality contracts via tooling.** Structural and content quality is enforced through automated checks (run `python .github/scripts/lint_skills.py`) rather than convention alone. Every skill is validated against a schema. Every catalog change is validated in CI. +**通过工具保障质量契约。** 结构与内容质量通过自动化检查(运行 `python .github/scripts/lint_skills.py`)强制执行,而非仅靠约定。每项技能均按 schema 校验;每次目录变更均在 CI 中校验。 -Skills in this catalog are designed to compose into the common agentic workflow patterns Anthropic documents: prompt chaining (sequential steps), routing (classify and direct), parallelization (sectioning or voting), orchestrator-workers (dynamic delegation), and evaluator-optimizer (iterative refinement). +本目录中的技能旨在组合成 Anthropic 文档中的常见智能体工作流模式:提示链(prompt chaining,顺序步骤)、路由(routing,分类与导向)、并行化(parallelization,分段或投票)、编排者-工作者(orchestrator-workers,动态委派),以及评估者-优化者(evaluator-optimizer,迭代精炼)。 -Because the catalog conforms to the open Agent Skills standard, skills work across any platform supporting the specification without modification. +由于目录符合开放的 Agent Skills 标准,技能可在支持该规范的任何平台上无需修改即可使用。 -## Family repos +## 家族仓库 -claude-skills is the parent catalog. Curated subsets and companion repos focus on specific specialties: +claude-skills 是父级目录。精选子集与配套仓库聚焦特定领域: -| Repo | Focus | Skills | +| 仓库 | 聚焦领域 | 技能数 | |---|---|---| -| [claude-skills](https://github.com/rampstackco/claude-skills) | Full catalog (you are here) | 103 | -| [claude-skills-starter](https://github.com/rampstackco/claude-skills-starter) | General-purpose lite | 14 | -| [claude-skills-seo](https://github.com/rampstackco/claude-skills-seo) | SEO consulting | 12 | -| [claude-skills-pm](https://github.com/rampstackco/claude-skills-pm) | Product management | 12 | -| [claude-skills-widgets](https://github.com/rampstackco/claude-skills-widgets) | UI patterns + components | 65 + 32 | -| [awesome-claude-skills](https://github.com/rampstackco/awesome-claude-skills) | Curated discovery list | n/a | +| [claude-skills](https://github.com/rampstackco/claude-skills) | 完整目录(当前所在) | 103 | +| [claude-skills-starter](https://github.com/rampstackco/claude-skills-starter) | 通用精简版 | 14 | +| [claude-skills-seo](https://github.com/rampstackco/claude-skills-seo) | SEO 咨询 | 12 | +| [claude-skills-pm](https://github.com/rampstackco/claude-skills-pm) | 产品管理 | 12 | +| [claude-skills-widgets](https://github.com/rampstackco/claude-skills-widgets) | UI 模式 + 组件 | 65 + 32 | +| [awesome-claude-skills](https://github.com/rampstackco/awesome-claude-skills) | 精选发现列表 | n/a | -Each family repo is MIT-licensed, conforms to the Agent Skills Specification, and is stack-agnostic. Use the full catalog for breadth; use a specialty subset when working in one domain. +各家族仓库均采用 MIT 许可证,符合 Agent Skills Specification,且与技术栈无关。需要广度时使用完整目录;专注单一领域时使用专项子集。 --- -## The 103-skill catalog +## 103 项技能目录 -All 103 skills are shipped. Each has a complete SKILL.md plus at least one reference file (template, checklist, or playbook). +全部 103 项技能均已随附交付。每项技能均包含完整的 SKILL.md,以及至少一份参考文件(模板、检查清单或操作手册)。 -### Strategy and discovery (5) +### 策略与发现 (5) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`brand-discovery`](skills/brand-discovery/SKILL.md) | Audience research, competitive scan, positioning territory exploration | -| [`creative-brief`](skills/creative-brief/SKILL.md) | Project briefs that align stakeholders before work starts | -| [`creative-direction`](skills/creative-direction/SKILL.md) | Four-axis aesthetic brief (tone, aesthetic, audience, sensory ambition) for cross-skill coherence | -| [`information-architecture`](skills/information-architecture/SKILL.md) | Sitemap, navigation, URL structure, content types, taxonomy | -| [`content-strategy`](skills/content-strategy/SKILL.md) | Editorial strategy, content calendar, topical authority planning | +| [`brand-discovery`](skills/brand-discovery/SKILL.md) | 受众调研、竞争扫描、定位领域探索 | +| [`creative-brief`](skills/creative-brief/SKILL.md) | 在工作开始前对齐利益相关方的项目简报 | +| [`creative-direction`](skills/creative-direction/SKILL.md) | 四轴美学简报(语气、美学、受众、感官诉求),用于跨技能一致性 | +| [`information-architecture`](skills/information-architecture/SKILL.md) | 站点地图、导航、URL 结构、内容类型、分类体系 | +| [`content-strategy`](skills/content-strategy/SKILL.md) | 编辑策略、内容日历、主题权威规划 | -### Brand (7) +### 品牌 (7) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`brand-ideation`](skills/brand-ideation/SKILL.md) | Naming, positioning territories, mood directions, narrative angles | -| [`brand-identity`](skills/brand-identity/SKILL.md) | Logo system, color, typography, imagery, iconography, motion | -| [`brand-style-guide`](skills/brand-style-guide/SKILL.md) | The canonical reference document for the full brand system | -| [`brand-voice`](skills/brand-voice/SKILL.md) | Voice attributes, tone shifts, vocabulary, paired-example library | -| [`brand-archetype-system`](skills/brand-archetype-system/SKILL.md) | 12 archetype defaults across 18 verticals: color, type, voice, imagery starters | -| [`logo-design`](skills/logo-design/SKILL.md) | Logo variants across architectures (wordmark, lockup, monogram, letterform-as-symbol), with rationale and application specs | -| [`creative-brief-selector`](skills/creative-brief-selector/SKILL.md) | Live-reference-grounded creative briefs with divergence check against prior builds | +| [`brand-ideation`](skills/brand-ideation/SKILL.md) | 命名、定位领域、情绪方向、叙事角度 | +| [`brand-identity`](skills/brand-identity/SKILL.md) | 标识体系、色彩、字体、影像、图标、动效 | +| [`brand-style-guide`](skills/brand-style-guide/SKILL.md) | 完整品牌体系的权威参考文档 | +| [`brand-voice`](skills/brand-voice/SKILL.md) | 声音属性、语气变化、词汇、配对示例库 | +| [`brand-archetype-system`](skills/brand-archetype-system/SKILL.md) | 18 个垂直领域中的 12 种原型默认配置:色彩、字体、声音、影像起点 | +| [`logo-design`](skills/logo-design/SKILL.md) | 多种架构下的标识变体(字标、组合标、字母组合标、字母形符号),附设计理由与应用规范 | +| [`creative-brief-selector`](skills/creative-brief-selector/SKILL.md) | 基于实时参考的创意简报,并对照既往构建进行发散性校验 | -### Design (4) +### 设计 (4) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`design-system`](skills/design-system/SKILL.md) | Component library, design tokens, design system documentation | -| [`design-standards`](skills/design-standards/SKILL.md) | Production-grade page and component design standards | -| [`art-direction`](skills/art-direction/SKILL.md) | Photography, illustration, and visual direction for campaigns | -| [`vertical-site-conventions`](skills/vertical-site-conventions/SKILL.md) | Vertical page and site composition built to the experience bar | +| [`design-system`](skills/design-system/SKILL.md) | 组件库、设计令牌(design tokens)、设计系统文档 | +| [`design-standards`](skills/design-standards/SKILL.md) | 生产级页面与组件设计标准 | +| [`art-direction`](skills/art-direction/SKILL.md) | 摄影、插画与活动视觉指导 | +| [`vertical-site-conventions`](skills/vertical-site-conventions/SKILL.md) | 按体验标准构建的垂直页面与站点版式 | -### Content (13) +### 内容 (13) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`pillar-content-architecture`](skills/pillar-content-architecture/SKILL.md) | Hub-level content architecture: pillar topic selection, cluster planning, internal linking, URL structure, pillar and cluster page anatomy, topical authority signals, refresh discipline | -| [`content-brief-authoring`](skills/content-brief-authoring/SKILL.md) | Per-piece editorial brief: target keyword, intent, audience, outline, entity coverage, internal linking, success criteria, and the discipline that distinguishes useful briefs from bloat | -| [`content-and-copy`](skills/content-and-copy/SKILL.md) | Website copy, blog content, content production frameworks | -| [`landing-page-copy`](skills/landing-page-copy/SKILL.md) | Landing pages, sales pages, hero-to-CTA flow | -| [`email-sequences`](skills/email-sequences/SKILL.md) | Onboarding flows, lifecycle campaigns, transactional copy | -| [`programmatic-seo`](skills/programmatic-seo/SKILL.md) | Designing pSEO programs that work: data sources, template design, quality control at scale, internal linking, crawl budget, AEO/GEO patterns, refresh discipline, and when pSEO is and is not the right answer | -| [`editorial-qa`](skills/editorial-qa/SKILL.md) | Pre-publish QA framework: brief adherence, voice consistency, fact accuracy, AI-content audit, AEO/SEO compliance, sampling at scale, and the workflow that distinguishes catch-problems QA from process theater | -| [`ai-content-collaboration`](skills/ai-content-collaboration/SKILL.md) | How humans and AI compose in content workflows: participation boundaries, hybrid patterns, voice ownership, the AI slop problem, disclosure and transparency, team calibration, and the ethics of honest AI-assisted production | -| [`long-form-content-frameworks`](skills/long-form-content-frameworks/SKILL.md) | Structural patterns for individual long-form pieces (case studies, whitepapers, research reports, definitive guides, manifestos, ebooks, long-form tutorials) that distinguish publication-quality work from bloggy-long padding or academic bloat | -| [`content-refresh-system`](skills/content-refresh-system/SKILL.md) | Systematic content refresh: quarterly audits, refresh prioritization, refresh-vs-merge-vs-delete decisions, the lifecycle discipline that distinguishes intentional programs from set-and-forget decay | -| [`content-repurposing`](skills/content-repurposing/SKILL.md) | Cross-format content adaptation: one piece becomes many (blog series, email, social, webinar, podcast, video) with per-format adaptation rather than mass-blast that ignores medium constraints | -| [`content-distribution`](skills/content-distribution/SKILL.md) | Content distribution discipline: owned, earned, and paid channels matched to audience and content type. Channel-fit decisions, distribution cadence, the strategic alternative to spam-everywhere or hope-and-pray | -| [`evidence-based-reviews`](skills/evidence-based-reviews/SKILL.md) | Evidence tiers, methodology disclosure, honest review claims | +| [`pillar-content-architecture`](skills/pillar-content-architecture/SKILL.md) | 枢纽级内容架构:支柱主题选择、集群规划、内链、URL 结构、支柱页与集群页结构、主题权威信号、更新纪律 | +| [`content-brief-authoring`](skills/content-brief-authoring/SKILL.md) | 单篇编辑简报:目标关键词、意图、受众、大纲、实体覆盖、内链、成功标准,以及区分有用简报与臃肿废话的纪律 | +| [`content-and-copy`](skills/content-and-copy/SKILL.md) | 网站文案、博客内容、内容生产框架 | +| [`landing-page-copy`](skills/landing-page-copy/SKILL.md) | 落地页、销售页、从主视觉到 CTA 的流程 | +| [`email-sequences`](skills/email-sequences/SKILL.md) | 引导流程、生命周期营销活动、事务性文案 | +| [`programmatic-seo`](skills/programmatic-seo/SKILL.md) | 设计可落地的程序化 SEO(pSEO)方案:数据源、模板设计、规模化质量控制、内链、抓取预算、AEO/GEO 模式、更新纪律,以及何时适合/不适合采用 pSEO | +| [`editorial-qa`](skills/editorial-qa/SKILL.md) | 发布前 QA 框架:简报遵循、声音一致性、事实准确性、AI 内容审计、AEO/SEO 合规、规模化抽样,以及区分真正发现问题与流程表演的 QA 工作流 | +| [`ai-content-collaboration`](skills/ai-content-collaboration/SKILL.md) | 人与 AI 在内容工作流中的协作方式:参与边界、混合模式、声音归属、AI 低质内容(AI slop)问题、披露与透明度、团队校准,以及诚实 AI 辅助生产的伦理 | +| [`long-form-content-frameworks`](skills/long-form-content-frameworks/SKILL.md) | 单篇长文结构模式(案例研究、白皮书、研究报告、权威指南、宣言、电子书、长文教程),区分出版级作品与博客式冗长填充或学术臃肿 | +| [`content-refresh-system`](skills/content-refresh-system/SKILL.md) | 系统化内容更新:季度审计、更新优先级、更新/合并/删除决策,以及区分有意规划与设置后放任衰减的生命周期纪律 | +| [`content-repurposing`](skills/content-repurposing/SKILL.md) | 跨格式内容改编:一篇变多篇(博客系列、邮件、社交、网络研讨会、播客、视频),按格式适配而非忽视媒介约束的群发轰炸 | +| [`content-distribution`](skills/content-distribution/SKILL.md) | 内容分发纪律:自有、赢得与付费渠道与受众及内容类型匹配。渠道适配决策、分发节奏,以及「到处刷屏」或「祈祷见效」之外的策略性替代方案 | +| [`evidence-based-reviews`](skills/evidence-based-reviews/SKILL.md) | 证据层级、方法论披露、诚实的评测主张 | -### SEO foundation (7) +### SEO 基础 (7) -Tool-agnostic SEO skills. These define the conceptual frameworks. The SEO audit suite below adds the Ahrefs MCP-powered execution layer. +与工具无关的 SEO 技能。这些技能定义概念框架。下方的 SEO 审计套件则补充由 Ahrefs MCP 驱动的执行层。 -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`seo-onpage`](skills/seo-onpage/SKILL.md) | Single-page audits and optimization across 8 dimensions | -| [`seo-technical`](skills/seo-technical/SKILL.md) | Crawlability, indexability, rendering, schema, page experience | -| [`seo-keyword`](skills/seo-keyword/SKILL.md) | Discovery, intent classification, clustering, prioritization | -| [`seo-competitor`](skills/seo-competitor/SKILL.md) | SERP overlap, content gaps, backlink gaps, technical comparison | -| [`seo-offpage`](skills/seo-offpage/SKILL.md) | Link building, digital PR, citations, linkable assets | -| [`seo-content-audit`](skills/seo-content-audit/SKILL.md) | Keep/update/merge/redirect/delete decisions across a site | -| [`seo-aeo-geo`](skills/seo-aeo-geo/SKILL.md) | AI search optimization, llms.txt, extraction-friendly content | +| [`seo-onpage`](skills/seo-onpage/SKILL.md) | 单页审计与优化,覆盖 8 个维度 | +| [`seo-technical`](skills/seo-technical/SKILL.md) | 可抓取性、可索引性、渲染、结构化数据(schema)、页面体验 | +| [`seo-keyword`](skills/seo-keyword/SKILL.md) | 发现、意图分类、聚类、优先级排序 | +| [`seo-competitor`](skills/seo-competitor/SKILL.md) | SERP 重叠、内容缺口、外链缺口、技术对比 | +| [`seo-offpage`](skills/seo-offpage/SKILL.md) | 外链建设、数字公关、引用、可链接资产 | +| [`seo-content-audit`](skills/seo-content-audit/SKILL.md) | 全站保留/更新/合并/重定向/删除决策 | +| [`seo-aeo-geo`](skills/seo-aeo-geo/SKILL.md) | AI 搜索优化、llms.txt、便于提取的内容 | -### SEO audit suite (Ahrefs MCP-powered) (7) +### SEO 审计套件(由 Ahrefs MCP 驱动)(7) -End-to-end SEO audit workflows that pull data from the Ahrefs MCP and produce concrete deliverables. These skills assume the Ahrefs MCP is connected. +端到端 SEO 审计工作流,从 Ahrefs MCP 拉取数据并产出具体交付物。这些技能假定已连接 Ahrefs MCP。 -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`seo-audit-orchestration`](skills/seo-audit-orchestration/SKILL.md) | Master orchestrator: sequences the suite, produces a rollup report | -| [`seo-backlink-audit`](skills/seo-backlink-audit/SKILL.md) | Profile health, anchor mix, toxic links, reclamation, gap analysis | -| [`seo-keyword-gap-audit`](skills/seo-keyword-gap-audit/SKILL.md) | Competitor keyword gaps with opportunity scoring and clustering | -| [`seo-content-gap-audit`](skills/seo-content-gap-audit/SKILL.md) | Missing topics, thin coverage, outdated content, decay diagnosis | -| [`seo-traffic-diagnosis`](skills/seo-traffic-diagnosis/SKILL.md) | Diagnose drops, stalls, or wins via 5-layer root cause analysis | -| [`seo-site-health-audit`](skills/seo-site-health-audit/SKILL.md) | Triage Ahrefs Site Audit findings by SEO impact, not severity | -| [`seo-rank-tracking`](skills/seo-rank-tracking/SKILL.md) | Setup, baseline, segmentation, alerting, dashboarding | +| [`seo-audit-orchestration`](skills/seo-audit-orchestration/SKILL.md) | 主协调器:编排整套流程,产出汇总报告 | +| [`seo-backlink-audit`](skills/seo-backlink-audit/SKILL.md) | 档案健康度、锚文本组合、有毒链接、回收、缺口分析 | +| [`seo-keyword-gap-audit`](skills/seo-keyword-gap-audit/SKILL.md) | 竞品关键词缺口,含机会评分与聚类 | +| [`seo-content-gap-audit`](skills/seo-content-gap-audit/SKILL.md) | 缺失主题、薄弱覆盖、过时内容、衰减诊断 | +| [`seo-traffic-diagnosis`](skills/seo-traffic-diagnosis/SKILL.md) | 通过五层根因分析诊断流量下跌、停滞或增长 | +| [`seo-site-health-audit`](skills/seo-site-health-audit/SKILL.md) | 按 SEO 影响而非严重程度对 Ahrefs Site Audit 发现项进行分诊 | +| [`seo-rank-tracking`](skills/seo-rank-tracking/SKILL.md) | 设置、基线、细分、告警、仪表盘 | -### Product (13) +### 产品 (13) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`pm-spec-writing`](skills/pm-spec-writing/SKILL.md) | PRDs, user stories, acceptance criteria, dev briefs | -| [`roadmap-planning`](skills/roadmap-planning/SKILL.md) | Quarterly planning, prioritization, dependency mapping | -| [`integration-orchestrator`](skills/integration-orchestrator/SKILL.md) | Sequence creative-direction work across phases, gates, handoffs, and QA verification | -| [`experiment-design`](skills/experiment-design/SKILL.md) | Hypothesis to decision: sample size, duration, segment analysis, interpretation, and the failure modes that produce wrong shipping calls | -| [`feature-flagging`](skills/feature-flagging/SKILL.md) | Flags as production infrastructure: types, naming, lifecycle, targeting, rollout, stale flag cleanup, governance | -| [`experimentation-analytics`](skills/experimentation-analytics/SKILL.md) | Read result panels without fooling yourself: confidence intervals, p-values, multiple testing, sequential testing, CUPED, ratio metrics, network effects, dashboard reconciliation | -| [`experimentation-platform-orchestrator`](skills/experimentation-platform-orchestrator/SKILL.md) | Pick the right experimentation platform, migrate when wrong, coordinate when multi-platform: a decision framework for Statsig, PostHog, GrowthBook, Optimizely, Amplitude, Eppo, Kameleoon | -| [`product-analytics-setup`](skills/product-analytics-setup/SKILL.md) | Instrument product analytics correctly: event taxonomy, properties, naming conventions, schema versioning, funnels, retention cohorts, North Star selection, and the instrumentation debt that compounds without discipline | -| [`data-warehouse-experimentation`](skills/data-warehouse-experimentation/SKILL.md) | Run experiments out of the warehouse: SQL assignment, exposure logs, dbt metric definitions, statistical analysis, variance reduction with CUPED, sequential testing, and the operational tradeoffs vs platforms | -| [`feature-launch-playbook`](skills/feature-launch-playbook/SKILL.md) | The operational discipline of launching a feature well: positioning, internal alignment, customer comms, sales enablement, support readiness, rollout strategy, monitoring, and post-launch measurement | -| [`jtbd-framing`](skills/jtbd-framing/SKILL.md) | Jobs-to-be-Done framework. Job statements, struggling moments, hire/fire criteria, the difference between feature-thinking and job-thinking. Honest about where JTBD earns its keep and where it becomes performative | -| [`okr-design`](skills/okr-design/SKILL.md) | OKR design discipline. Outcome statements, key results, scoring, mid-quarter recalibration. Distinguishes sandbagged OKRs (always hit, useless) from aspirational fantasy (impossible, demoralizing) from stretch OKRs (genuine ambition with quarterly accountability) | -| [`beta-program-management`](skills/beta-program-management/SKILL.md) | Running betas that produce real signal. Participant selection, structured feedback, beta-to-GA decisions. Distinguishes soft-launch (no structure) from kitchen-sink (everyone in) from structured-beta (calibrated cohort with intentional feedback loops) | +| [`pm-spec-writing`](skills/pm-spec-writing/SKILL.md) | PRD、用户故事、验收标准、开发简报 | +| [`roadmap-planning`](skills/roadmap-planning/SKILL.md) | 季度规划、优先级排序、依赖映射 | +| [`integration-orchestrator`](skills/integration-orchestrator/SKILL.md) | 跨阶段、关卡、交接与 QA 验证编排创意指导(creative-direction)工作 | +| [`experiment-design`](skills/experiment-design/SKILL.md) | 从假设到决策:样本量、时长、细分分析、解读,以及导致错误上线决策的失败模式 | +| [`feature-flagging`](skills/feature-flagging/SKILL.md) | 将功能开关作为生产基础设施:类型、命名、生命周期、定向、灰度发布、过期开关清理、治理 | +| [`experimentation-analytics`](skills/experimentation-analytics/SKILL.md) | 不误读结果面板:置信区间、p 值、多重检验、序贯检验、CUPED、比率指标、网络效应、仪表盘对账 | +| [`experimentation-platform-orchestrator`](skills/experimentation-platform-orchestrator/SKILL.md) | 选择合适实验平台、选错时迁移、多平台时协调:面向 Statsig、PostHog、GrowthBook、Optimizely、Amplitude、Eppo、Kameleoon 的决策框架 | +| [`product-analytics-setup`](skills/product-analytics-setup/SKILL.md) | 正确搭建产品分析:事件分类体系、属性、命名规范、模式版本控制、漏斗、留存队列、北极星指标选择,以及缺乏纪律会不断累积的埋点债务 | +| [`data-warehouse-experimentation`](skills/data-warehouse-experimentation/SKILL.md) | 基于数据仓库运行实验:SQL 分配、曝光日志、dbt 指标定义、统计分析、CUPED 方差缩减、序贯检验,以及与平台方案的运营权衡 | +| [`feature-launch-playbook`](skills/feature-launch-playbook/SKILL.md) | 妥善上线功能的运营纪律:定位、内部对齐、客户沟通、销售赋能、支持就绪、发布策略、监控与上线后度量 | +| [`jtbd-framing`](skills/jtbd-framing/SKILL.md) | 待完成任务(Jobs-to-be-Done,JTBD)框架。任务陈述、挣扎时刻、雇佣/解雇标准,功能思维与任务思维的区别。坦诚说明 JTBD 何时真正有用、何时流于形式 | +| [`okr-design`](skills/okr-design/SKILL.md) | OKR 设计纪律。成果陈述、关键结果、评分、季度中重新校准。区分保底 OKR(总能达成、毫无用处)、幻想型 OKR(不可能、令人沮丧)与拉伸型 OKR(真正雄心且季度可问责) | +| [`beta-program-management`](skills/beta-program-management/SKILL.md) | 运行能产生真实信号的 Beta:参与者筛选、结构化反馈、Beta 到 GA 决策。区分软启动(无结构)、大杂烩(全员参与)与结构化 Beta(经过校准的队列与有意设计的反馈闭环) -### Development (4) +### 开发(4) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`code-review-web`](skills/code-review-web/SKILL.md) | PR review, build error diagnosis, security and quality checks | -| [`frontend-component-build`](skills/frontend-component-build/SKILL.md) | Component architecture, props design, accessibility from the start | -| [`accessibility-audit`](skills/accessibility-audit/SKILL.md) | WCAG compliance audit with remediation plan | -| [`performance-optimization`](skills/performance-optimization/SKILL.md) | Core Web Vitals, asset optimization, render performance | +| [`code-review-web`](skills/code-review-web/SKILL.md) | PR 评审、构建错误诊断、安全与质量检查 | +| [`frontend-component-build`](skills/frontend-component-build/SKILL.md) | 组件架构、props 设计、从一开始就考虑无障碍(accessibility) | +| [`accessibility-audit`](skills/accessibility-audit/SKILL.md) | WCAG 合规审计及修复方案 | +| [`performance-optimization`](skills/performance-optimization/SKILL.md) | Core Web Vitals、资源优化、渲染性能 | -### Quality assurance (1) +### 质量保证(1) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`qa-testing`](skills/qa-testing/SKILL.md) | Pre-launch QA, regression testing, cross-browser checks | +| [`qa-testing`](skills/qa-testing/SKILL.md) | 上线前 QA、回归测试、跨浏览器检查 | -### Operations (9) +### 运维(9) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`launch-runbook`](skills/launch-runbook/SKILL.md) | Go-live runbook, DNS cutover, deploy day procedures | -| [`incident-response`](skills/incident-response/SKILL.md) | Incident triage, comms, mitigation, escalation | -| [`after-action-report`](skills/after-action-report/SKILL.md) | Post-mortems, retros, learnings documentation | -| [`domain-strategy`](skills/domain-strategy/SKILL.md) | DNS architecture, redirects, registrars, multi-domain portfolios | -| [`monitoring-and-alerting`](skills/monitoring-and-alerting/SKILL.md) | SLO design, uptime checks, alert routing, on-call rotations | -| [`backup-and-disaster-recovery`](skills/backup-and-disaster-recovery/SKILL.md) | RPO/RTO targets, backup strategy, restoration drills | -| [`security-baseline`](skills/security-baseline/SKILL.md) | HTTPS, security headers, CSP, secrets management, vulnerability scans | -| [`email-deliverability`](skills/email-deliverability/SKILL.md) | DMARC, SPF, DKIM, sender reputation, deliverability monitoring | -| [`media-asset-management`](skills/media-asset-management/SKILL.md) | Image pipelines, video hosting, asset libraries, format selection | +| [`launch-runbook`](skills/launch-runbook/SKILL.md) | 上线运行手册、DNS 切换、部署日流程 | +| [`incident-response`](skills/incident-response/SKILL.md) | 事故分级、沟通、缓解、升级 | +| [`after-action-report`](skills/after-action-report/SKILL.md) | 事后复盘、回顾、经验文档 | +| [`domain-strategy`](skills/domain-strategy/SKILL.md) | DNS 架构、重定向、注册商、多域名组合 | +| [`monitoring-and-alerting`](skills/monitoring-and-alerting/SKILL.md) | SLO 设计、可用性检查、告警路由、值班轮换 | +| [`backup-and-disaster-recovery`](skills/backup-and-disaster-recovery/SKILL.md) | RPO/RTO 目标、备份策略、恢复演练 | +| [`security-baseline`](skills/security-baseline/SKILL.md) | HTTPS、安全响应头、CSP、密钥管理、漏洞扫描 | +| [`email-deliverability`](skills/email-deliverability/SKILL.md) | DMARC、SPF、DKIM、发件人信誉、送达率监控 | +| [`media-asset-management`](skills/media-asset-management/SKILL.md) | 图片流水线、视频托管、资源库、格式选择 | -### Growth (2) +### 增长(2) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`analytics-strategy`](skills/analytics-strategy/SKILL.md) | Measurement frameworks, dashboard design, event taxonomy | -| [`cro-optimization`](skills/cro-optimization/SKILL.md) | Hypothesis-driven testing, conversion optimization | +| [`analytics-strategy`](skills/analytics-strategy/SKILL.md) | 度量框架、仪表盘设计、事件分类体系 | +| [`cro-optimization`](skills/cro-optimization/SKILL.md) | 假设驱动测试、转化优化 | -### Growth tooling (12) +### 增长工具(12) -Interactive web tools that turn visitors into leads. Lead magnets, calculators, quizzes, multi-step forms, chatbots, and the cross-tool funnel architecture that orchestrates them. +将访客转化为线索的交互式 Web 工具。引流磁铁、计算器、测验、多步表单、聊天机器人,以及统筹这些工具的跨工具漏斗架构。 -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`lead-magnet-design`](skills/lead-magnet-design/SKILL.md) | Designing gated content that earns the email. Distinguishes thin-bait (overpromises, underdelivers) from kitchen-sink-resource (everything, helps with nothing) from earned-value-magnet (delivers standalone value while qualifying the lead) | -| [`calculator-design`](skills/calculator-design/SKILL.md) | Designing interactive calculators that deliver decision-support value while qualifying leads. Distinguishes vanity-calculator (no real value) from lead-trap (hides answer behind email) from transparent-decision-tool (gives genuine value, captures leads honestly) | -| [`quiz-and-assessment-design`](skills/quiz-and-assessment-design/SKILL.md) | Designing quizzes and assessments that produce actionable segmentation. Distinguishes clickbait-quiz (engagement only) from vanity-result (entertaining, not useful) from actionable-segmentation (genuine categorization that drives next-step recommendations) | -| [`multi-step-form-design`](skills/multi-step-form-design/SKILL.md) | Designing multi-step forms that respect cognitive load while maintaining completion intent. Distinguishes kitchen-sink-single-page (overwhelms) from progress-theater (steps without genuine staging) from genuinely-staged (each step earns its own page) | -| [`chatbot-flow-design`](skills/chatbot-flow-design/SKILL.md) | Designing conversational flows for chatbots and AI agents on websites. Distinguishes scripted-bot (rigid trees, fail edge cases) from hallucinating-bot (LLM without structure, makes things up) from structured-guided-conversation (LLM-powered with intent architecture and fallback discipline) | -| [`funnel-flow-architecture`](skills/funnel-flow-architecture/SKILL.md) | Architecting cross-tool conversion flows that match audience and stage. Distinguishes silo-funnels (every tool standalone) from kitchen-sink-funnels (every audience squeezed through one path) from matched-funnels (architecture matched to audience-and-stage) | -| [`onboarding-wizard-design`](skills/onboarding-wizard-design/SKILL.md) | Designing first-run product onboarding wizards. Distinguishes tutorial-overload (dump everything upfront) from skip-friendly-empty (skipped onboarding leads to abandoned product) from earned-progressive-disclosure (right things at the right moments) | -| [`interactive-product-tour`](skills/interactive-product-tour/SKILL.md) | Designing in-product tours and contextual help. Distinguishes tooltip-spam (every button has a tour stop) from one-and-done (tour shows once, never seen again) from contextual-when-needed (surfaces help at the moment friction occurs) | -| [`upgrade-flow-design`](skills/upgrade-flow-design/SKILL.md) | Designing free-to-paid conversion flows. Distinguishes paywall-everywhere (gates everything aggressively) from free-forever-trap (no upgrade path surfaces) from value-triggered-upgrade (paywall surfaces at moments of demonstrated value) | -| [`scheduler-and-booking-design`](skills/scheduler-and-booking-design/SKILL.md) | Designing schedulers and booking flows. Distinguishes any-time-friction (no qualification, just a booking link) from interrogation-gate (so much qualification it scares users off) from qualified-fast-path (just enough qualification to set up the call well) | -| [`comparison-tool-design`](skills/comparison-tool-design/SKILL.md) | Designing comparison tools that help users decide. Distinguishes feature-list-dump (every feature in a row, no decision support) from hidden-recommendation (biased comparison pretending to be neutral) from honest-comparison-with-guidance (genuine comparison plus opinionated recommendation) | -| [`product-configurator-design`](skills/product-configurator-design/SKILL.md) | Designing interactive product configurators. Distinguishes infinite-options (decision paralysis from too many options) from canned-bundles-only (no real customization) from guided-configuration (smart defaults plus meaningful constraints plus escape hatches) | +| [`lead-magnet-design`](skills/lead-magnet-design/SKILL.md) | 设计能换取邮箱的 gated content。区分 thin-bait(过度承诺、交付不足)、kitchen-sink-resource(什么都塞、什么都帮不上)与 earned-value-magnet(提供独立价值的同时筛选线索) | +| [`calculator-design`](skills/calculator-design/SKILL.md) | 设计能提供决策支持价值并筛选线索的交互式计算器。区分 vanity-calculator(无真实价值)、lead-trap(把答案藏在邮箱门后)与 transparent-decision-tool(提供真实价值、诚实获取线索) | +| [`quiz-and-assessment-design`](skills/quiz-and-assessment-design/SKILL.md) | 设计能产生可执行分群的测验与评估。区分 clickbait-quiz(只为互动)、vanity-result(有趣但无用)与 actionable-segmentation(真实分类并驱动下一步推荐) | +| [`multi-step-form-design`](skills/multi-step-form-design/SKILL.md) | 设计尊重认知负荷同时保持完成意愿的多步表单。区分 kitchen-sink-single-page(信息过载)、progress-theater(有步骤却无真实分阶段)与 genuinely-staged(每一步都配得上独立页面) | +| [`chatbot-flow-design`](skills/chatbot-flow-design/SKILL.md) | 为网站上的聊天机器人与 AI agent 设计对话流程。区分 scripted-bot(僵化树状结构、边缘情况失效)、hallucinating-bot(无结构的 LLM、凭空编造)与 structured-guided-conversation(有意图架构与回退纪律的 LLM 驱动对话) | +| [`funnel-flow-architecture`](skills/funnel-flow-architecture/SKILL.md) | 架构与受众和阶段匹配的跨工具转化流程。区分 silo-funnels(每个工具各自为政)、kitchen-sink-funnels(所有受众挤进同一路径)与 matched-funnels(架构匹配受众与阶段) | +| [`onboarding-wizard-design`](skills/onboarding-wizard-design/SKILL.md) | 设计产品首次使用的引导向导。区分 tutorial-overload(一次性倾倒全部内容)、skip-friendly-empty(跳过引导导致弃用产品)与 earned-progressive-disclosure(在正确时刻呈现正确内容) | +| [`interactive-product-tour`](skills/interactive-product-tour/SKILL.md) | 设计产品内导览与情境化帮助。区分 tooltip-spam(每个按钮都有导览停靠点)、one-and-done(导览只显示一次、再也不见)与 contextual-when-needed(在产生摩擦的时刻呈现帮助) | +| [`upgrade-flow-design`](skills/upgrade-flow-design/SKILL.md) | 设计免费到付费的转化流程。区分 paywall-everywhere(处处激进设限)、free-forever-trap(没有升级路径露出)与 value-triggered-upgrade(在价值被证明的时刻露出付费墙) | +| [`scheduler-and-booking-design`](skills/scheduler-and-booking-design/SKILL.md) | 设计排程与预约流程。区分 any-time-friction(无筛选、仅给预约链接)、interrogation-gate(筛选过多吓跑用户)与 qualified-fast-path(刚好足够的筛选以做好通话准备) | +| [`comparison-tool-design`](skills/comparison-tool-design/SKILL.md) | 设计帮助用户做决定的对比工具。区分 feature-list-dump(每行罗列功能、无决策支持)、hidden-recommendation(偏袒对比却假装中立)与 honest-comparison-with-guidance(真实对比加明确推荐) | +| [`product-configurator-design`](skills/product-configurator-design/SKILL.md) | 设计交互式产品配置器。区分 infinite-options(选项过多导致决策瘫痪)、canned-bundles-only(无真实定制)与 guided-configuration(智能默认、有意义约束与逃生出口) | -### Marketing (3) +### 营销(3) -Paid media discipline: strategy, creative, and performance analytics. Pairs with the paid media platforms in the /integrations catalog at rampstack.co. +付费媒体(paid media)纪律:策略、创意与效果分析。与 rampstack.co 上 /integrations 目录中的付费媒体平台配套使用。 -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`paid-media-strategy`](skills/paid-media-strategy/SKILL.md) | Hypothesis to spend: channel selection, budget allocation, audience targeting, bid strategy, attribution reality, and the failure modes that burn agency-scale budgets | -| [`ads-creative-development`](skills/ads-creative-development/SKILL.md) | Hook patterns, format selection, video pacing, variation systems, testing methodology, fatigue detection, and the platform-specific creative norms that separate ads from clutter | -| [`ads-performance-analytics`](skills/ads-performance-analytics/SKILL.md) | Read paid media dashboards without fooling yourself: attribution models, platform reporting quirks, ROAS vs LTV, multi-platform reconciliation, incrementality testing, and the interpretation failures that compound into wasted budget | +| [`paid-media-strategy`](skills/paid-media-strategy/SKILL.md) | 从假设到花费:渠道选择、预算分配、受众定向、出价策略、归因现实,以及会烧掉代理级预算的失败模式 | +| [`ads-creative-development`](skills/ads-creative-development/SKILL.md) | 钩子模式、格式选择、视频节奏、变体体系、测试方法、疲劳检测,以及区分广告与杂讯的平台特定创意规范 | +| [`ads-performance-analytics`](skills/ads-performance-analytics/SKILL.md) | 读懂付费媒体仪表盘而不自欺:归因模型、平台报表怪癖、ROAS 与 LTV、多平台对账、增量测试,以及会叠加成浪费预算的解读失误 | -### Research (6) +### 研究(6) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`ux-research`](skills/ux-research/SKILL.md) | Research planning, user interviews, qualitative synthesis | -| [`usability-testing`](skills/usability-testing/SKILL.md) | Test design, moderation, findings reports | -| [`journey-mapping`](skills/journey-mapping/SKILL.md) | Customer journey maps, service blueprints, friction analysis | -| [`discovery-research-synthesis`](skills/discovery-research-synthesis/SKILL.md) | Synthesizing customer interviews, research notes, and support tickets into actionable PM decisions. Distinguishes data-dump (no synthesis) from insight-theater (overpolished narrative) from actionable synthesis (decision-grade clarity) | -| [`user-feedback-aggregation`](skills/user-feedback-aggregation/SKILL.md) | Collecting and synthesizing user feedback across channels into continuous decision signal. Triage discipline that distinguishes loudest-voice (whoever complains most) from averaged-noise (every signal weighted equally) from triaged-synthesis (weighted by source quality and decision relevance) | -| [`competitor-experience-audit`](skills/competitor-experience-audit/SKILL.md) | Cross-site experience patterns and gaps across a vertical | +| [`ux-research`](skills/ux-research/SKILL.md) | 研究规划、用户访谈、定性综合 | +| [`usability-testing`](skills/usability-testing/SKILL.md) | 测试设计、主持、发现报告 | +| [`journey-mapping`](skills/journey-mapping/SKILL.md) | 客户旅程图、服务蓝图、摩擦分析 | +| [`discovery-research-synthesis`](skills/discovery-research-synthesis/SKILL.md) | 将客户访谈、研究笔记与支持工单综合为可执行的 PM 决策。区分 data-dump(无综合)、insight-theater(过度打磨的叙事)与 actionable synthesis(决策级清晰度) | +| [`user-feedback-aggregation`](skills/user-feedback-aggregation/SKILL.md) | 跨渠道收集并综合用户反馈,形成持续决策信号。分流纪律区分 loudest-voice(谁抱怨最多听谁的)、averaged-noise(所有信号等权)与 triaged-synthesis(按来源质量与决策相关性加权) | +| [`competitor-experience-audit`](skills/competitor-experience-audit/SKILL.md) | 垂直领域内的跨站体验模式与差距 -### Cross-cutting workflows (5) +### 横切工作流(5) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`form-strategy`](skills/form-strategy/SKILL.md) | Form design, validation patterns, spam prevention, conversion tuning | -| [`content-migration`](skills/content-migration/SKILL.md) | Platform migrations with SEO equity preservation | -| [`internationalization`](skills/internationalization/SKILL.md) | Locale strategy, hreflang, translation workflow, RTL design | -| [`dependency-management`](skills/dependency-management/SKILL.md) | Package updates, security patches, lockfile hygiene | -| [`cost-optimization`](skills/cost-optimization/SKILL.md) | Infrastructure spend audits, rightsizing, contract negotiation | +| [`form-strategy`](skills/form-strategy/SKILL.md) | 表单设计、校验模式、垃圾信息防护、转化率优化 | +| [`content-migration`](skills/content-migration/SKILL.md) | 平台迁移并保留 SEO 资产 | +| [`internationalization`](skills/internationalization/SKILL.md) | 区域策略、hreflang、翻译工作流、RTL 设计 | +| [`dependency-management`](skills/dependency-management/SKILL.md) | 包更新、安全补丁、锁文件维护 | +| [`cost-optimization`](skills/cost-optimization/SKILL.md) | 基础设施支出审计、规模调优、合同谈判 | -### Process and team (5) +### 流程与团队(5) -| Skill | What it does | +| Skill | 功能说明 | |---|---| -| [`stakeholder-communication`](skills/stakeholder-communication/SKILL.md) | Status updates, exec readouts, project communications | -| [`documentation-strategy`](skills/documentation-strategy/SKILL.md) | Documentation systems, what to document, maintenance cadence | -| [`vendor-evaluation`](skills/vendor-evaluation/SKILL.md) | Tool and vendor selection using a structured rubric | -| [`team-onboarding-playbook`](skills/team-onboarding-playbook/SKILL.md) | 30-60-90 onboarding plans for new hires and contractors | -| [`skill-creation-walkthrough`](skills/skill-creation-walkthrough/SKILL.md) | The meta-skill: how to write your own custom skills | +| [`stakeholder-communication`](skills/stakeholder-communication/SKILL.md) | 状态更新、高管汇报、项目沟通 | +| [`documentation-strategy`](skills/documentation-strategy/SKILL.md) | 文档体系、应记录内容、维护节奏 | +| [`vendor-evaluation`](skills/vendor-evaluation/SKILL.md) | 使用结构化评分标准进行工具与供应商选型 | +| [`team-onboarding-playbook`](skills/team-onboarding-playbook/SKILL.md) | 新员工与外包人员的 30-60-90 入职计划 | +| [`skill-creation-walkthrough`](skills/skill-creation-walkthrough/SKILL.md) | 元技能:如何编写你自己的自定义技能 | --- -## Recommended MCPs +## 推荐 MCP -Skills compose best when Claude has live access to your data and tools. [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers provide that bridge. The skills in this library work without any MCPs, but pair them with the right ones and they go from "frameworks Claude follows" to "workflows Claude executes against your real systems." +当 Claude 能实时访问你的数据与工具时,技能组合效果最佳。[Model Context Protocol (MCP)](https://modelcontextprotocol.io/)) 服务器提供这一桥梁。本库中的技能无需任何 MCP 也能使用,但与合适的 MCP 搭配后,它们会从「Claude 遵循的框架」升级为「Claude 在你的真实系统上执行的工作流」。 -Below is the MCP shortlist by skill area. None of these are required (except the Ahrefs MCP for the SEO audit suite). All are categorical recommendations: where multiple options exist for the same job, pick the one that fits your stack. +以下是按技能领域划分的 MCP 精选清单。这些都不是必需的(SEO 审计套件所需的 Ahrefs MCP 除外)。均为分类推荐:同一用途若有多种选择,请挑选符合你技术栈的那一款。 -### SEO, competitive intelligence, and search data +### SEO、竞争情报与搜索数据 -The SEO audit suite (skills 23-29) is built around Ahrefs as its primary backend; foundation SEO skills (16-22) work with any equivalent. Competitive intelligence MCPs (Ahrefs, Semrush, Similarweb) cover overlapping but distinct data shapes: backlinks and keywords, traffic estimation, audience behavior. Use them in combination for the strongest signal. +SEO 审计套件(技能 23-29)以 Ahrefs 为主要后端;基础 SEO 技能(16-22)可与任何等效工具配合。竞争情报类 MCP(Ahrefs、Semrush、Similarweb)覆盖重叠但不同的数据形态:外链与关键词、流量估算、受众行为。组合使用可获得最强信号。 -**A note on MCP costs**: many of these MCPs are wrappers around APIs you are already paying for through a subscription, where MCP calls do not add marginal cost. Others (Ahrefs, Semrush, Similarweb, DataForSEO) use paid API credits per call, and long agentic sessions against these platforms can burn meaningful credit volume quickly. The cost model is documented on each integration's landing page at rampstack.co/integrations. Free with rate limits is called out where it applies (Google Search Console, PageSpeed Insights). When in doubt, check the platform's API pricing before running multi-hour agent workflows. +**关于 MCP 成本的说明**:许多 MCP 只是对你已通过订阅付费的 API 的封装,调用 MCP 不会产生额外边际成本。另一些(Ahrefs、Semrush、Similarweb、DataForSEO)按调用消耗付费 API 额度,针对这些平台的长时 agent 会话可能很快消耗可观额度。各集成的成本模型见 rampstack.co/integrations 上对应落地页。适用处会标明免费但有速率限制(Google Search Console、PageSpeed Insights)。如有疑问,在运行数小时 agent 工作流前,请先查看平台的 API 定价。 -**Backlink and keyword data** +**外链与关键词数据** -- **Ahrefs MCP** - primary backend for the audit suite; backlink profiles, keyword data, content explorer, site audit. Referenced explicitly by `seo-audit-orchestration` and the 6 audit suite skills (backlink, keyword gap, content gap, traffic, site health, rank tracking). Credits-per-call. -- **Semrush MCP** - alternative or complement to Ahrefs with stronger US keyword data and SEO-PR features (Topic Research, brand monitoring) Ahrefs does not cover. Pairs with `seo-keyword`, `seo-competitor`, `seo-content-gap-audit`. Verify the official MCP endpoint at authoring time; Semrush has shipped first-party MCP tooling. Credits-per-call. -- **DataForSEO MCP** - programmatic SEO data (SERP, keywords, backlinks) at developer-friendly pricing; useful as a third source for cross-validation when methodology decisions hinge on data agreement. Credits-per-call (free tier available). +- **Ahrefs MCP** - 审计套件的主要后端;外链概况、关键词数据、内容探索、站点审计。被 `seo-audit-orchestration` 及 6 项审计套件技能(外链、关键词差距、内容差距、流量、站点健康、排名追踪)明确引用。按调用计费。 +- **Semrush MCP** - Ahrefs 的替代或补充,美国关键词数据更强,并提供 Ahrefs 未覆盖的 SEO-PR 功能(Topic Research、品牌监测)。可与 `seo-keyword`、`seo-competitor`、`seo-content-gap-audit` 搭配。编写时请核实官方 MCP 端点;Semrush 已发布第一方 MCP 工具。按调用计费。 +- **DataForSEO MCP** - 以开发者友好定价提供程序化 SEO 数据(SERP、关键词、外链);当方法论决策取决于数据一致性时,可作为第三数据源用于交叉验证。按调用计费(提供免费套餐)。 -**Traffic estimation and competitive intelligence** +**流量估算与竞争情报** -- **Similarweb MCP** - competitive traffic estimation, audience demographics, channel mix (organic, paid, direct, referral, social, email), industry benchmarks, audience overlap analysis. Pairs with `seo-competitor`, `seo-traffic-diagnosis` (external-factor layer), `brand-discovery` (competitive scan), `analytics-strategy` (industry benchmarks). Where Ahrefs answers "how do they rank" and Semrush answers "what keywords drive what," Similarweb answers "how much traffic, from where, from whom." Credits-per-call. +- **Similarweb MCP** - 竞争流量估算、受众人口统计、渠道构成(自然、付费、直接、引荐、社交、邮件)、行业基准、受众重叠分析。可与 `seo-competitor`、`seo-traffic-diagnosis`(外部因素层)、`brand-discovery`(竞争扫描)、`analytics-strategy`(行业基准)搭配。Ahrefs 回答「他们如何排名」,Semrush 回答「哪些关键词驱动什么」,Similarweb 则回答「流量多少、来自哪里、来自谁」。按调用计费。 -**Search Console and Core Web Vitals** +**Search Console 与 Core Web Vitals** -- **Google Search Console MCP** - free, official Google data; essential for `seo-traffic-diagnosis` and any audit that needs ground-truth click and impression data. Free with rate limits. -- **PageSpeed Insights MCP** - free, paired with `performance-optimization` and `seo-site-health-audit` for Core Web Vitals field data. Free with rate limits. +- **Google Search Console MCP** - 免费、官方 Google 数据;对 `seo-traffic-diagnosis` 及任何需要真实点击与展示数据的审计至关重要。免费但有速率限制。 +- **PageSpeed Insights MCP** - 免费,与 `performance-optimization`、`seo-site-health-audit` 搭配获取 Core Web Vitals 现场数据。免费但有速率限制。 -### Development and code +### 开发与代码 -- **GitHub MCP** - paired with `code-review-web`, `pm-spec-writing`, `roadmap-planning`, `incident-response`. Lets Claude read PRs, file issues, search code, and reference real commits. -- **Filesystem MCP** - local file and code operations; pairs with most dev and content skills -- **Sentry MCP** - paired with `monitoring-and-alerting` and `incident-response`. Real error data turns generic incident frameworks into specific diagnoses. +- **GitHub MCP** - 与 `code-review-web`、`pm-spec-writing`、`roadmap-planning`、`incident-response` 搭配。让 Claude 阅读 PR、创建 issue、搜索代码并引用真实提交。 +- **Filesystem MCP** - 本地文件与代码操作;可与大多数开发与内容技能搭配 +- **Sentry MCP** - 与 `monitoring-and-alerting`、`incident-response` 搭配。真实错误数据将通用事故框架转化为具体诊断。 -### Hosting and infrastructure +### 托管与基础设施 -- **Cloudflare MCP** - paired with `domain-strategy`, `security-baseline`, `performance-optimization`. DNS records, redirects, page rules, security headers. -- **Vercel MCP** - paired with `launch-runbook` and `incident-response`. Deployments, env vars, build logs. -- **Supabase MCP** - paired with `code-review-web`, `pm-spec-writing`, `backup-and-disaster-recovery`. Schema, queries, edge functions. +- **Cloudflare MCP** - 与 `domain-strategy`、`security-baseline`、`performance-optimization` 搭配。DNS 记录、重定向、页面规则、安全头。 +- **Vercel MCP** - 与 `launch-runbook`、`incident-response` 搭配。部署、环境变量、构建日志。 +- **Supabase MCP** - 与 `code-review-web`、`pm-spec-writing`、`backup-and-disaster-recovery` 搭配。Schema、查询、边缘函数。 -### Analytics and monitoring +### 分析与监控 -- **PostHog MCP** - paired with `analytics-strategy`, `cro-optimization`, `journey-mapping`. Event taxonomy review and funnel analysis grounded in real data. -- **Datadog MCP** - paired with `monitoring-and-alerting`, `incident-response`. SLO design and alert routing against actual metrics. +- **PostHog MCP** - 与 `analytics-strategy`、`cro-optimization`、`journey-mapping` 搭配。基于真实数据的事件分类审查与漏斗分析。 +- **Datadog MCP** - 与 `monitoring-and-alerting`、`incident-response` 搭配。针对实际指标进行 SLO 设计与告警路由。 -### Communication and project management +### 沟通与项目管理 -- **Slack MCP** - paired with `incident-response`, `stakeholder-communication`, `after-action-report`. Read channel context, draft updates, post incident comms. -- **Linear MCP** (or Jira MCP) - paired with `pm-spec-writing`, `roadmap-planning`. Spec writing against the actual issue tracker, not a generic template. +- **Slack MCP** - 与 `incident-response`、`stakeholder-communication`、`after-action-report` 搭配。读取频道上下文、起草更新、发布事故通报。 +- **Linear MCP**(或 Jira MCP)- 与 `pm-spec-writing`、`roadmap-planning` 搭配。基于真实 issue 跟踪器撰写规格,而非通用模板。 -### Research and search +### 研究与搜索 -- **Web search** (built into Claude in most environments) - paired with `brand-discovery`, `seo-keyword`, `seo-competitor`, `ux-research` -- **Tavily MCP** or **Brave Search MCP** - alternatives for deeper research workflows +- **Web search**(在多数环境中已内置于 Claude)- 与 `brand-discovery`、`seo-keyword`、`seo-competitor`、`ux-research` 搭配 +- **Tavily MCP** 或 **Brave Search MCP** - 用于更深入研究工作流的替代方案 -### Where to find them +### 在哪里找到它们 -- [modelcontextprotocol.io/servers](https://modelcontextprotocol.io/servers) - the canonical directory of MCP servers -- The Connectors directory inside Claude.ai (Settings → Connectors) -- `claude mcp add` in Claude Code for direct installation -- Vendor websites for first-party servers (most major SaaS tools now ship official MCPs) +- [modelcontextprotocol.io/servers](https://modelcontextprotocol.io/servers)) - MCP 服务器的权威目录 +- Claude.ai 内的 Connectors 目录(Settings → Connectors) +- Claude Code 中的 `claude mcp add`,用于直接安装 +- 供应商官网的第一方服务器(多数主流 SaaS 工具现已提供官方 MCP) -### Building your own MCP +### 构建你自己的 MCP -If a skill in this library would benefit from a tool integration that does not yet exist, the [MCP documentation](https://modelcontextprotocol.io/) walks through building one. The `seo-audit-orchestration` skill is a worked example of how to design a skill suite around a specific MCP's capabilities. +若本库中某技能需要尚不存在的工具集成,[MCP 文档](https://modelcontextprotocol.io/)) 会介绍如何构建。`seo-audit-orchestration` 技能是一个完整示例,展示如何围绕特定 MCP 的能力设计技能套件。 --- -## Authoring conventions +## 编写约定 -Every skill follows the same structure. See [SKILL_AUTHORING.md](SKILL_AUTHORING.md) for the full spec. +每个技能遵循相同结构。完整规范见 [SKILL_AUTHORING.md](SKILL_AUTHORING.md)。 -Highlights: +要点: -- **Stack-agnostic.** No specific framework versions in SKILL.md. Stack-specific patterns go in reference files. The Ahrefs-powered audit suite is the single named-tool exception. -- **Future-proof.** Reference durable specs (W3C, WHATWG, Schema.org, MDN, NN/g, WCAG). Avoid trend pieces. -- **Uniform structure.** Every SKILL.md has the same section order: When to use, When NOT to use, Required inputs, The framework, Workflow, Failure patterns, Output format, Reference files. -- **Tight length.** SKILL.md under 250 lines. References under 400. -- **Punchy voice.** Short sentences. Concrete examples beat abstract advice. +- **与栈无关。** SKILL.md 中不写具体框架版本。栈相关模式放在参考文件中。以 Ahrefs 驱动的审计套件是唯一点名工具的例外。 +- **面向未来。** 引用持久规范(W3C、WHATWG、Schema.org、MDN、NN/g、WCAG)。避免追逐热点文章。 +- **统一结构。** 每个 SKILL.md 章节顺序相同:何时使用、何时不使用、必需输入、框架、工作流、失败模式、输出格式、参考文件。 +- **篇幅紧凑。** SKILL.md 少于 250 行。参考文件少于 400 行。 +- **语气干脆。** 短句。具体示例胜过抽象建议。 --- -## Repository structure +## 仓库结构 ``` skills/ @@ -823,59 +829,52 @@ LICENSE (MIT) --- -## Trust and security +## 信任与安全 -Skills are instructions and code that run with your agent's permissions, so how -a catalog is maintained matters. Changes reach `main` only through pull requests -with signed commits and linear history. Each skill is hashed into a checksum -manifest (`SKILLS.lock`) you can verify against, and reviewed against a -documented safety checklist before it merges. +技能(Skills)是在代理(agent)权限下运行的指令与代码,因此目录(catalog)如何维护至关重要。变更仅能通过带有签名提交(signed commits)与线性历史(linear history)的拉取请求(pull requests)到达 `main`。每个技能会哈希写入校验和清单(`SKILLS.lock`),你可据此核验,并在合并前依据已记录的安全检查清单进行审查。 -This process catches known classes of unsafe content and lets you confirm a -skill matches the reviewed version. It is not a promise that any skill is -risk-free. See [SECURITY.md](SECURITY.md) for the full process and how to report -an issue. +该流程可捕获已知类别的不安全内容,并让你确认某技能与经审查版本一致。这并不保证任何技能毫无风险。完整流程及问题上报方式见 [SECURITY.md](SECURITY.md)。 --- -## Contributing +## 贡献 -Contributions are welcome. Whether you want to fix a typo, add a reference file, or propose an entirely new skill, the bar is the same: follow the uniform structure, keep the voice consistent, and prove the skill earns its place. +欢迎贡献。无论你是想修正错字、添加参考文件,还是提议全新技能,标准相同:遵循统一结构、保持文风一致,并证明该技能物有所值。 -See [CONTRIBUTING.md](CONTRIBUTING.md) for the full process. +完整流程见 [CONTRIBUTING.md](CONTRIBUTING.md)。 -The fastest path: use the [`skill-creation-walkthrough`](skills/skill-creation-walkthrough/SKILL.md) skill itself. It teaches the same authoring discipline used across all 103 skills, with worked examples and a blank template. +最快路径:直接使用 [`skill-creation-walkthrough`](skills/skill-creation-walkthrough/SKILL.md) 技能本身。它讲授全部 103 个技能所共用的同一套编写规范,并附有实例与空白模板。 --- -## Acknowledgments +## 致谢 -Thanks to [@IgnacioChiaravalle](https://github.com/IgnacioChiaravalle) for the community feedback that shaped [PR #36](https://github.com/rampstackco/claude-skills/pull/36): a CONTRIBUTING.md typo fix, a cross-linking pass between SKILL.md files and their reference files, and the new [ARIA patterns reference](skills/accessibility-audit/references/aria-patterns.md) for the accessibility-audit skill. +感谢 [@IgnacioChiaravalle](https://github.com/IgnacioChiaravalle) 提供的社区反馈,促成了 [PR #36](https://github.com/rampstackco/claude-skills/pull/36): 中对 CONTRIBUTING.md 的错字修正、SKILL.md 与其参考文件之间的交叉链接梳理,以及 accessibility-audit 技能新增的 [ARIA 模式参考](skills/accessibility-audit/references/aria-patterns.md)。 --- -## Resources +## 资源 -### Official Anthropic documentation +### Anthropic 官方文档 -- [Agent Skills overview](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) - The canonical reference -- [Anthropic engineering blog on Skills](https://www.anthropic.com/engineering) - Background on the design -- [Claude Code documentation](https://docs.claude.com/en/docs/claude-code/overview) - Where most of these skills will run -- [Anthropic API reference](https://docs.claude.com/en/api/getting-started) - For programmatic use +- [Agent Skills 概览](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) - 权威参考 +- [Anthropic 关于 Skills 的工程博客](https://www.anthropic.com/engineering) - 设计背景 +- [Claude Code 文档](https://docs.claude.com/en/docs/claude-code/overview) - 多数技能将在此运行 +- [Anthropic API 参考](https://docs.claude.com/en/api/getting-started) - 供程序化调用 -### Other skill libraries worth knowing +### 其他值得了解的技能库 -- [Anthropic's official skills repository](https://github.com/anthropics/skills) - Examples and primitives published by Anthropic -- [Awesome Claude Skills (Composio)](https://github.com/ComposioHQ/awesome-claude-skills) - A curated index of community skills, where this library is featured under Business & Marketing +- [Anthropic 官方技能仓库](https://github.com/anthropics/skills) - Anthropic 发布的示例与基础组件 +- [Awesome Claude Skills (Composio)](https://github.com/ComposioHQ/awesome-claude-skills) - 社区技能精选索引,本库收录于 Business & Marketing 分类 -### Companion concepts +### 相关概念 -- [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) - The protocol behind the Ahrefs MCP and other tool integrations referenced in this library -- [WCAG quick reference](https://www.w3.org/WAI/WCAG22/quickref/) - Accessibility standard cited by the accessibility audit and design skills -- [Schema.org](https://schema.org/) - Structured data vocabulary cited across the SEO suite +- [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) - 本库引用的 Ahrefs MCP 及其他工具集成所依托的协议 +- [WCAG 快速参考](https://www.w3.org/WAI/WCAG22/quickref/) - accessibility audit 与 design 技能引用的无障碍标准 +- [Schema.org](https://schema.org/) - SEO 套件各处引用的结构化数据词汇表 --- -## License +## 许可证 -[MIT](LICENSE). Use it. Fork it. Ship things with it. +[MIT](LICENSE)。随意使用。Fork 它。用它交付产品。