nav-init

Solid

Initialize Navigator documentation structure in a project. Auto-invokes when user says "Initialize Navigator", "Set up Navigator", "Create Navigator structure", or "Bootstrap Navigator".

AI & Automation 232 stars 12 forks Updated today

Install

View on GitHub

Quality Score: 85/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 Initialization Skill ## Purpose Creates the Navigator documentation structure (`.agent/`) in a new project, copies templates, and sets up initial configuration. ## When This Skill Auto-Invokes - "Initialize Navigator in this project" - "Set up Navigator documentation structure" - "Create .agent folder for Navigator" - "Bootstrap Navigator for my project" ## What This Skill Does 1. **Checks if already initialized**: Prevents overwriting existing structure 2. **Creates `.agent/` directory structure**: ``` .agent/ ├── DEVELOPMENT-README.md ├── .nav-config.json ├── tasks/ ├── system/ ├── sops/ │ ├── integrations/ │ ├── debugging/ │ ├── development/ │ └── deployment/ └── grafana/ ├── docker-compose.yml ├── prometheus.yml ├── grafana-datasource.yml ├── grafana-dashboards.yml ├── navigator-dashboard.json └── README.md ``` 3. **Copies templates**: DEVELOPMENT-README.md, config, Grafana setup 5. **Auto-detects project info**: Name, tech stack (from package.json if available) 6. **Updates CLAUDE.md**: Adds Navigator-specific instructions to project 7. **Creates .gitignore entries**: Excludes temporary Navigator files ## Execution Steps ### 1. Check if Already Initialized ```bash if [ -d ".agent" ]; then echo "✅ Navigator already initialized in this project" echo "" echo "To start a session: 'Start my Navigator session'" echo "To view documentation: Read .agent/D...

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