·nav-sop
</>

nav-sop

alekspetrov/navigator

Create Standard Operating Procedures after solving novel issues, establishing patterns, or documenting workflows. Use when user says "document this solution", "save this for next time", "create SOP".

5Installs·0Trend·@alekspetrov

Installation

$npx skills add https://github.com/alekspetrov/navigator --skill nav-sop

SKILL.md

Create Standard Operating Procedures (SOPs) - reusable documentation for processes, integrations, debugging solutions, and workflows.

constructor() { this.stripe = new Stripe(process.env.STRIPESECRETKEY!, { apiVersion: '2023-10-16', }); }

async createPaymentIntent(amount: number) { return await this.stripe.paymentIntents.create({ amount: amount 100, // Convert to cents currency: 'usd', }); } }

Create Standard Operating Procedures after solving novel issues, establishing patterns, or documenting workflows. Use when user says "document this solution", "save this for next time", "create SOP". Source: alekspetrov/navigator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alekspetrov/navigator --skill nav-sop
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is nav-sop?

Create Standard Operating Procedures after solving novel issues, establishing patterns, or documenting workflows. Use when user says "document this solution", "save this for next time", "create SOP". Source: alekspetrov/navigator.

How do I install nav-sop?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alekspetrov/navigator --skill nav-sop Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/alekspetrov/navigator