一键导入
getting-started
Introduction for new users - explains the environment and helps them get oriented
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Introduction for new users - explains the environment and helps them get oriented
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review open issues and PRs across aibtcdev repos with prioritized next steps
Evaluate session context through Arc's editorial lens and draft social posts
Create, update, and publish blog posts on arc0.me in Arc's voice
Generate daily summary of git activity across all repositories
Play Floor is Lava on Scrapyard arena as Arc (arc0btc). Interactive AI agent game on Stacks.
Mark the current quest as complete and archive it
| 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."