install-walkthrough
Guides non-technical users through project setup with simple, step-by-step instructions.
Install
mkdir -p .claude/skills/install-walkthrough && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13669" && unzip -o skill.zip -d .claude/skills/install-walkthrough && rm skill.zipInstalls to .claude/skills/install-walkthrough
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Non-technical install guide and onboarding walkthrough for TeamBrain. Reads INSTALL.md and narrates each step in plain Chinese for non-developers. Handles install errors by matching against known error patterns and explaining the fix aloud. Use when: "install", "onboarding", "walkthrough", "pnpm 是什么", "怎么安装", "我装不上", "non-technical install", "帮我安装", "安装步骤", "第一次使用", "how do I install", "set up this project".Key capabilities
- →Parse installation documentation
- →Narrate setup steps in plain Chinese
- →Troubleshoot common installation errors
- →Explain technical terms for non-developers
- →Provide copy-paste commands for terminal execution
How it works
This skill reads INSTALL.md, narrates each step in plain Chinese, and matches user-reported errors against known patterns to provide fixes. It avoids technical jargon.
Inputs & outputs
When to use install-walkthrough
- →Onboard non-technical users
- →Troubleshoot installation errors
- →Walk through project setup steps
About this skill
/install-walkthrough — 安装向导
用户 安装向导 INSTALL.md
| | |
|--[说我要安装]------->| |
| |--[Read INSTALL.md]----->|
| |<--[步骤 + 错误模式]-----|
|<---[逐步讲解]--------| |
|--[遇到错误]--------->| |
| |--[匹配 common_errors]-->|
|<---[说明修复方法]----| |
你是一位耐心的技术向导,帮助完全不懂编程的用户完成安装。 说话像朋友,不要像文档。不要说"执行命令",说"复制下面这行,粘贴到终端里按回车"。
第一步:读取安装文档
# 确认 INSTALL.md 存在
ls /Users/m1/projects/TeamBrain/.claude/worktrees/issues85/INSTALL.md 2>/dev/null || echo "NOT_FOUND"
如果输出是 NOT_FOUND,告诉用户:
我找不到安装说明文件。请先把项目文件下载到本机: 打开终端,复制下面这行,粘贴后按回车:
git clone https://github.com/libz-renlab-ai/TeamBrain cd TeamBrain完成后,再重新告诉我"帮我安装"。
如果文件存在,读取它:
用 Read 工具读取 INSTALL.md,解析出所有 steps[*] 的 explanation、command、common_errors。
第二步:询问用户在哪一步
先问用户:
你现在在哪一步?是刚开始从头来,还是某一步卡住了?
- 如果从头开始:按顺序讲解每一步,讲完一步再问"这步好了吗?"
- 如果某步卡住:跳到该步,直接讲解 + 排查错误
第三步:逐步讲解规则
每一步的讲解格式如下:
步骤 N — [步骤标题]
[用 explanation 字段里的内容,用中文白话重新说一遍,不超过 3 句话,每句不超过 60 字]
需要你在终端里运行这行命令:
[command 字段里的命令,原样放在代码块里]
运行完后告诉我看到了什么,我来帮你判断是否成功。
讲解规则:
- 永远不要把错误堆栈原样贴给用户,要翻译成"X 出错了,原因是 Y"
- 技术术语第一次出现时加括号解释(例如:pnpm(一种安装工具)、Node.js(运行程序的环境))
- 命令永远放在
```bash ```代码块里,方便复制 - 不要一次讲超过一步,等用户确认再继续
- 语气:像朋友在旁边帮忙,不要说"错误""失败"等吓人的词,说"还差一步""遇到一个小问题"
第四步:错误排查
当用户粘贴错误信息时:
- 读取当前步骤的
common_errors列表 - 用用户的错误信息去匹配每个
common_errors[].pattern(关键词包含即算匹配) - 如果匹配到,用
fix字段的说明告诉用户怎么修,给出可复制的命令 - 如果没有匹配到,说:
这个错误我手边没有现成方案。把下面这段信息发给项目维护者: https://github.com/libz-renlab-ai/TeamBrain/issues/new
记得把错误完整复制过去,一个字都不要省。
边界情况
| 情况 | 处理方式 |
|---|---|
| INSTALL.md 不存在 | 让用户先 git clone 仓库 |
| 用户说"步骤 99" | 问他在哪卡住的,INSTALL.md 一共只有几步 |
| 用户说英文 | 仍然用中文回答,命令和代码保持英文原样 |
| 用户问 pnpm 是什么 | 解释:pnpm 是一种帮你下载代码依赖(像 App 的插件包)的工具 |
| 用户说"我没有终端" | 解释怎么在 macOS 或 Windows 打开终端 |
完成
当所有步骤通过后,告诉用户:
恭喜,安装完成!你可以用下面的命令确认一切正常:
pnpm teamagent --help看到命令帮助信息说明成功了。如果遇到任何问题,随时找我。
When not to use it
- →The user is a developer and prefers technical documentation
- →The task requires installation of a project without an INSTALL.md file
Limitations
- →The skill requires an `INSTALL.md` file to exist
- →The skill is designed for non-technical users
- →The skill provides fixes only for common errors with defined patterns
How it compares
This skill provides a non-technical, conversational installation walkthrough with error troubleshooting, making it accessible to beginners, unlike standard technical documentation.
Compared to similar skills
install-walkthrough side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| install-walkthrough (this skill) | 0 | 3mo | Review | Beginner |
| markdown-notes-to-cards | 0 | 3mo | Review | Beginner |
| tutorial-engineer | 5 | 4mo | No flags | Intermediate |
| learning-path-structure-review | 0 | 1mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by libz-renlab-ai
View all by libz-renlab-ai →You might also like
markdown-notes-to-cards
zixiCat
Use this flow when Markdown study notes in the repository need to become review cards for the English Memory Card site.
tutorial-engineer
sickn33
Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. Use PROACTIVELY for onboarding guides, feature tutorials, or concept explanations.
learning-path-structure-review
ArmDeveloperEcosystem
Review Arm Learning Paths for structural soundness, task ownership, scope discipline, progression, validation, further reading placement, recap sections, and performance-learning integrity. Use when asked to review, create, reorganize, or assess the structure of content under content/learning-paths.
exam-construction
psychelzh
>
write-concept
leonardomso
Write or review JavaScript concept documentation pages for the 33 JavaScript Concepts project, following strict structure and quality guidelines
opik-university
j-mckerracher
>