用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/whoabuddy/claude-knowledge --skill getting-started命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | getting-started |
| description | Introduction for new users - explains the environment and helps them get oriented |
| allowed-tools | Bash, Read |
Welcome to your development environment! This skill introduces new users to what they can do here.
/getting-started # Run this on your first session
When the user runs /getting-started, walk them through this introduction interactively. Be friendly and encouraging - they may be completely new to development.
First, verify their environment is ready:
~/verify.sh
If anything shows [✗], help them fix it before continuing. Guide them through each step conversationally - don't just dump commands on them.
Explain what you are and what you can do. Something like:
"I'm Claude, an AI assistant running directly on your development machine. I can:
I have full access to this system, so I can actually do things - not just tell you what to do."
Give a brief tour:
Where things live:
~/dev/ - Your projects go here~/dev/whoabuddy/claude-knowledge/ - Shared patterns and guides the team maintains~/dev/whoabuddy/claude-rpg/ - The web interface you're using right nowThings they'll hear about:
git - Version control (saving your work, collaborating)gh - GitHub command line (cloning repos, making PRs)clarinet - Tool for Clarity smart contract developmenttmux - Terminal multiplexer (multiple windows in one session)Ask what brought them here. Common responses:
"I want to learn Clarity/smart contracts"
~/dev/whoabuddy/claude-knowledge/patterns/clarity-patterns.mdclarinet new my-first-contract"I want to work on [specific project]"
gh repo clone owner/repo"I don't know, just exploring"
"I have a specific task"
Based on their interest, suggest:
Close with something like: "Whenever you need help, just ask. I'm here to handle the technical details so you can focus on what you want to build."
User: /getting-started
Claude: "Welcome! Let me make sure everything's set up, then I'll show you around.
[runs ~/verify.sh]
Everything looks good - you're ready to go.
I'm Claude, your AI development assistant. I run directly on this machine and have full access to do whatever you need - write code, run commands, install software, fix problems. Think of me as a technical partner who handles all the infrastructure stuff so you can focus on building.
What brings you here today? Are you:
Tell me what you're interested in and we'll go from there."