/ 目录 / 演练场 / RampStack Skills
● 社区 rampstackco ⚡ 即开即用

RampStack Skills

作者 rampstackco · rampstackco/claude-skills

用一个 skill 包覆盖网站完整生命周期——品牌声音、设计、内容、SEO、开发、运营、增长、研究——与技术栈无关。

RampStack 的 skill 包覆盖小型网站所需的全生命周期。与技术栈无关,无论你用 Next.js、Astro 还是纯 HTML,同一套 skill 均适用。

为什么要用

核心特性

实时演示

实际使用效果

就绪

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "rampstack-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rampstackco/claude-skills"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "rampstack-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rampstackco/claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "rampstack-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rampstackco/claude-skills"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rampstack-skills": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rampstackco/claude-skills"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "rampstack-skills",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/rampstackco/claude-skills"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "rampstack-skills": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/rampstackco/claude-skills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add rampstack-skills -- git clone https://github.com/rampstackco/claude-skills

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: RampStack Skills

引导小型网站走完发布流程

👤 Claude Code 用户 ⏱ ~15 min intermediate

何时使用: 你是独立创始人,需要每个生命周期环节的支持,但不想用十几个不同的工具。

步骤
  1. 品牌
    Run brand skill — voice + colors✓ 已复制
    → 品牌产物生成
  2. 设计/内容/SEO
    Sequential through skill stack✓ 已复制
    → 页面草稿完成
  3. 发布
    Ops checklist✓ 已复制
    → 网站上线

结果: 网站发布,全程保持一致的思考框架。

组合

与其他 MCP 搭配,撬动十倍杠杆

rampstack-skills + filesystem

将产物写入你的项目

Combine rampstack-skills with filesystem: Write artifacts to your project✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
lifecycle skills (见文档) 每个阶段对应一个 skill 1 次调用

成本与限制

运行它的成本

API 配额
不适用
每次调用 Token 数
中等
费用
免费
提示
按顺序使用 skill——后续 skill 依赖前面的产物

安全

权限、密钥、影响范围

凭据存储:
数据出站:

故障排查

常见错误与修复

跳步骤导致混乱

重新运行前置 skill,确保产物存在

替代方案

RampStack Skills 对比其他方案

替代方案何时用它替代权衡
单用途 skill你只需要某一个阶段没有整体连贯性

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills