بنقرة واحدة
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."