帶領小型網站完成上線
何時使用: 你是獨立創業者,需要所有生命週期功能,但不想用 10 種不同工具。
步驟
-
品牌執行品牌 skill——聲音 + 色彩✓ 已複製→ 品牌產物
-
設計/內容/SEO依序通過 skill 堆疊✓ 已複製→ 頁面起草完成
-
上線維運清單✓ 已複製→ 網站上線
結果: 網站以一致的思路上線。
作者 rampstackco · rampstackco/claude-skills
以一個 skill 套件涵蓋網站的完整生命週期——品牌聲音、設計、內容、SEO、開發、維運、成長、研究——技術堆疊無關。
RampStack 的 skills 套件涵蓋小型網站在其生命週期中所需的一切。技術堆疊無關,因此無論你用 Next.js、Astro 還是靜態 HTML,相同的 skills 都有效。
%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。儲存後重啟應用。
{
"mcpServers": {
"rampstack-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/rampstackco/claude-skills"
],
"_inferred": true
}
}
}
Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。
{
"mcpServers": {
"rampstack-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/rampstackco/claude-skills"
],
"_inferred": true
}
}
}
點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。
{
"mcpServers": {
"rampstack-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/rampstackco/claude-skills"
],
"_inferred": true
}
}
}
格式與 Claude Desktop 相同。重啟 Windsurf 生效。
{
"mcpServers": [
{
"name": "rampstack-skills",
"command": "git",
"args": [
"clone",
"https://github.com/rampstackco/claude-skills"
]
}
]
}
Continue 使用伺服器物件陣列,而非映射。
{
"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 移除。
何時使用: 你是獨立創業者,需要所有生命週期功能,但不想用 10 種不同工具。
結果: 網站以一致的思路上線。
| 工具 | 輸入參數 | 何時呼叫 | 成本 |
|---|---|---|---|
| lifecycle skills | (詳見文件) | 每個階段一個 skill | 1 次呼叫 |
跳步驟造成混亂重新執行前面的 skills,確保產物存在
| 替代方案 | 何時用它替代 | 權衡 |
|---|---|---|
| 單一用途 skills | 你只需要某個階段 | 缺乏一致性 |