navigator
Context engineering for longer, smarter coding sessions
All Skills in This Repository (21)
Pure Emerald Level Indicatorssocial-media-post
Generate platform-optimized social media posts for Threads, X, and LinkedIn.
nav-skill-creator
Analyze codebase patterns to generate project-specific automation skills with YAML frontmatter.
nav-stats
Generate a session efficiency report with token savings and cache performance.
plugin-slash-command
Generates validated Navigator slash command Markdown files with YAML frontmatter and kebab-case naming.
nav-task
Generate TASK-XX markdown implementation plans and update the Navigator task index.
backend-test
Generate Jest or Vitest backend tests with mocks and fixtures.
frontend-component
Generate React or Vue components with TypeScript, tests, and styles.
nav-marker
Create Markdown context markers with summaries and next steps.
nav-start
Loads Navigator documentation and restores context markers for development sessions.
nav-init
Create a Navigator documentation scaffold with Grafana metrics and CLAUDE integration.
visual-regression
Automate visual-regression testing setup for Storybook components with CI workflows.
nav-sop
Generate Markdown Standard Operating Procedures with metadata from solved issues.
Frequently Asked Questions
FAQPage SchemaHow to install Navigator?βΌ
Run `npx skills add alekspetrov/navigator --all -g -y` in your terminal to install all skills globally, then say "Initialize Navigator in this project" inside your project.
How does Navigator stop sessions from crashing?βΌ
It lazy-loads only the docs relevant to your current task (about 12k tokens instead of 150k), keeping most of the context window free so sessions last 20+ exchanges.
What is the Navigator knowledge graph?βΌ
A persistent project memory that stores patterns, pitfalls, and decisions across sessions, so the agent recalls past lessons when you ask "What do we know about X?"
Can Navigator run tasks autonomously?βΌ
Yes. Say "run until done" to activate Loop Mode, which iterates through research, implementation, and verification phases with stagnation detection until the task completes.
Does Navigator work without coding experience?βΌ
It is built for developers using Claude Code, but all skills trigger from plain-English requests like "create a component" or "save my progress" with no commands to memorize.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core