nav-onboard

Guides users through interactive hands-on onboarding tasks for the Navigator Claude Code plugin.

232|12|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/qf-studio/navigator --skill nav-onboard-qf-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nav-onboard
Source: https://github.com/qf-studio/navigator/tree/main/skills/nav-onboard
Command: npx skills add https://github.com/qf-studio/navigator --skill nav-onboard-qf-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? New Navigator users face a steep learning curve with many skills and workflows, and reading documentation alone does not build working habits. This Skill teaches Navigator by having users complete real tasks in their own project. ## Core Features & Use Cases - Project-Aware Curriculum: Analyzes the project's tech stack (frameworks, database, testing tools) and recommends the relevant Navigator skills for that stack. - Two Learning Paths: Offers a Quick Start flow (~15 minutes, 4 essential skills) or a Full Education flow (~45 minutes, philosophy plus all relevant skills). - Progress Tracking and Validation: Tracks completion in .agent/onboarding/PROGRESS.md, validates each task by checking created files, and generates a personalized MY-WORKFLOW.md guide at the end. - Use Case: A developer new to Navigator says "teach me Navigator"; the skill detects their Next.js + PostgreSQL stack, walks them through creating checkpoints, task docs, and SOPs, then produces a customized daily workflow reference. ## Quick Start Say "onboard me" or "teach me Navigator" to start the interactive learning flow for your project.

Frequently Asked Questions about nav-onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I learn to use the Navigator Claude Code plugin?

Say "onboard me" or "teach me Navigator" to start an interactive tutorial. The skill analyzes your project, recommends relevant Navigator skills, and walks you through hands-on tasks like creating checkpoints and task docs.

What is the difference between Quick Start and Full Education onboarding?

Quick Start covers 4 essential skills in about 15 minutes for immediate productivity. Full Education takes about 45 minutes and adds the context-efficiency philosophy, all essential skills, and project-specific development skills.

Does Navigator onboarding work with my project's tech stack?

Yes, the project analyzer detects frameworks from package.json, pyproject.toml, go.mod, Cargo.toml, composer.json, and Gemfile. It recommends frontend, backend, or fullstack skills based on detected frameworks, databases, and testing tools.

How does onboarding verify that I completed each learning task?

A task validator checks for real artifacts, such as marker files in .agent/.context-markers, task docs in .agent/tasks, SOPs in .agent/sops, and the .active file for compact. Conversational tasks like nav-start rely on user confirmation.

Can I redo Navigator onboarding or skip tasks?

Yes, progress persists in .agent/onboarding/PROGRESS.md across sessions, and rerunning onboarding asks whether to overwrite. You can skip individual tasks and learn them later by asking about a specific skill.