navigator

Validate pasted commands and outputs to identify gaps and guide next steps.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/contrario/aetherlang --skill navigator-contrario
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: navigator
Source: https://github.com/contrario/aetherlang/tree/main/skills/navigator
Command: npx skills add https://github.com/contrario/aetherlang --skill navigator-contrario

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigator helps people who paste commands or outputs to quickly validate what happened, identify gaps, and proceed with confidence one step at a time.

Core Features & Use Cases

  • Read: capture user input (command/output) and report status.
  • Validate: assess correctness and give direct feedback.
  • Gap Detect: identify the single most impactful gap slowing progress.
  • Close the Gap: provide a simple, actionable fix.
  • Checkpoint: remind to back up before continuing.

Quick Start

Paste your latest command and its output, and ask Navigator to validate it and guide you to the next safe step.

Frequently Asked Questions about navigator

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

FAQPage Schema
How do I validate command output and identify what went wrong?

To validate command output, paste the command and its result into the system. It reads the input, assesses correctness, identifies the most impactful gap slowing progress, and provides a direct, actionable fix.

What is the best way to guide step-by-step onboarding for solo work?

Step-by-step onboarding is guided by a validation loop that reads user actions, validates correctness, detects gaps, and closes them with actionable fixes before setting a checkpoint to ensure safe progress.

How do I check if my learning progress is safe before moving to the next step?

Checking learning progress is handled by the checkpoint mechanism, which validates your current action, ensures gaps are closed, and reminds you to back up your work before proceeding to the next step.

Can I get actionable guidance for my terminal commands without writing custom scripts?

Actionable guidance for terminal commands is available by pasting your command and output directly. The system validates the result and reveals the next best step without requiring any custom scripts or dependencies.

Why does my workflow need gap detection during onboarding?

Gap detection is needed during onboarding to identify the single most impactful issue slowing your progress. It ensures you receive a targeted, actionable fix rather than generic troubleshooting advice.

What are the limitations of using a validation loop for solo work?

A limitation of the validation loop is that it requires you to manually paste commands and outputs. It does not automatically monitor your environment or execute commands on your behalf to validate progress.