Agent skill · Design & Presentation

tour

Friendly onboarding tour of Claude Code capabilities for users asking what it can do.

vibeevalgithub.com/vibeevalGitHub ↗
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill tour --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/tour/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tour: What Can I Do? Friendly onboarding when users ask about capabilities. ## Triggers Activate when user says things like: - "what can you do?" - "what can I do?" - "help me get started" - "show me around" - "what features are available?" - "how does this work?" ## Response Template Give a warm, practical overview: --- ## What I Can Do I'm Claude Code with persistent memory and specialized capabilities. Here's what makes me useful: ### Code & Development - **Write & edit code** - any language, any framework - **Debug issues** - trace errors, find root causes - **Refactor** - improve structure without breaking things - **Test** - write and run tests, validate changes ### Memory & Context - **Remember across sessions** - learnings persist to SQLite/PostgreSQL - **Recall past work** - search what worked/failed before - **Handoffs** - create snapshots to resume complex work ### Research & Planning - **Explore codebases** - understand unfamiliar projects fast - **Plan implementations** - architect before coding - **Search the web** - find docs, solutions, best practices ### Specialized Agents I can spawn sub-agents for complex tasks: - `explorer` - map codebase structure - `kraken`

What's inside
Steps it walks through
  1. Triggers
  2. Response Template
  3. What I Can Do
  4. Code & Development
  5. Memory & Context
  6. Research & Planning
  7. Specialized Agents
  8. Quick Tips
  9. Style Notes
More from vibecosystem
All skills →
About this skill
What does the tour skill do?

Friendly onboarding tour of Claude Code capabilities for users asking what it can do.

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill tour --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going