← All plugins
tonone-onboard
v1.9.1First-run onboarding tour — guided walkthrough of tonone's 23 agents, key skills, and worktree sessions. Two paths: expert (~90 sec) and newcomer (~8 min). Use when asked "how do I use tonone", "what can tonone do", "show me around", or "first steps".
Claude Code1 skill
by tonone-aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/tonone-onboard/ inside the repository.
Layout
plugins/ai-agency/tonone/skills/tonone-onboard/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
tonone-onboardSKILL.md
First-run onboarding tour — guided walkthrough of tonone's 23 agents, key skills, and worktree sessions. Two paths — expert (~90 sec) and newcomer (~8 min). Use when asked "how do I use tonone", "what can tonone do", "show me around", or "first steps".
Manifests1
plugins/ai-agency/tonone/skills/tonone-onboard/.claude-plugin/plugin.json
{
"name": "tonone-onboard",
"version": "1.9.1",
"description": "First-run onboarding tour — guided walkthrough of tonone's 23 agents, key skills, and worktree sessions. Two paths: expert (~90 sec) and newcomer (~8 min). Use when asked \"how do I use tonone\", \"what can tonone do\", \"show me around\", or \"first steps\".",
"author": {
"name": "tonone-ai",
"url": "https://tonone.ai"
},
"repository": "https://github.com/tonone-ai/tonone",
"license": "MIT",
"type": "skill",
"keywords": [
"tonone",
"skill",
"onboarding"
]
}