nav-onboard

Solid

Interactive onboarding for Navigator - learn by doing. Auto-invoke when user says "onboard me", "teach me Navigator", "how do I use Navigator", "Navigator tutorial", "learn Navigator", "new to Navigator", or "what skills should I use".

AI & Automation 232 stars 12 forks Updated today

Install

View on GitHub

Quality Score: 82/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Navigator Onboarding Skill Interactive, hands-on learning experience for Navigator. Users complete actual tasks to learn workflows, not just read documentation. ## When to Invoke Invoke this skill when the user: - Says "onboard me", "teach me Navigator" - Says "how do I use Navigator", "Navigator tutorial" - Says "learn Navigator", "new to Navigator" - Asks "what skills should I use" - Says "help me get started with Navigator" - First time using Navigator after init **DO NOT invoke** if: - User is asking about a specific skill (invoke that skill instead) - User already completed onboarding (`.agent/onboarding/.completed` exists) - User explicitly asks to skip onboarding ## Two Learning Flows ### Quick Start (~15 min) For users who want to be productive fast: - 4 essential skills with hands-on practice - Generates personalized workflow guide - Minimal philosophy, maximum doing ### Full Education (~45 min) For users who want comprehensive understanding: - Philosophy primer (context efficiency principles) - All 5 essential skills with practice - Project-specific development skills - Complete workflow mastery ## Execution Steps ### Step 1: Check Previous Onboarding ```bash if [ -f ".agent/onboarding/.completed" ]; then echo "COMPLETED" else echo "NOT_COMPLETED" fi ``` **If completed**: Ask if user wants to re-do onboarding or just view their workflow guide. ### Step 2: Analyze Project Run project analyzer to detect tech stack: ```bash PLUGIN_DIR="${CLAUDE_PLUG...

Details

Author
alekspetrov
Repository
alekspetrov/navigator
Created
11 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category