lev

Route natural language aliases to primitives and protocols in the Leviathan ecosystem.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/lev-os/lev-content --skill lev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lev
Source: https://github.com/lev-os/lev-content/tree/main/sources/skills/lev
Command: npx skills add https://github.com/lev-os/lev-content --skill lev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as the central router for the Lev ecosystem, simplifying complex CLI interactions and ensuring efficient routing to the correct sub-skills for various tasks.

Core Features & Use Cases

  • Unified Entry Point: Provides a single command (lev) to access all Lev functionalities.
  • Intelligent Routing: Maps natural language commands and aliases to specific primitives and sub-skills based on intent and lifecycle stage.
  • Protocol Handling: Resolves various URI schemes (lev://, skill://, flowmind://, etc.) for seamless integration.
  • Use Case: When you need to perform any action within the Lev ecosystem, from simple context gathering (lev get) to complex lifecycle management (lev lifecycle), lev intelligently directs your request.

Quick Start

Use the lev skill to research authentication patterns.

Frequently Asked Questions about lev

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

FAQPage Schema
How does natural language command routing work in a CLI ecosystem?

Natural language command routing maps user aliases to stable primitives like get, work, ask, check, and go. The router parses intent, resolves protocol URIs like lev:// or skill://, and dispatches commands to the appropriate specialist skills.

How do I route commands to specialist skills using a unified entry point?

To route commands to specialist skills, execute the unified entry point command. It parses the input intent, matches it to specific lifecycle stages and primitives, and seamlessly directs the request to the correct sub-skill for execution.

Can I use protocol URIs to dispatch tasks across different sub-skills?

Yes, you can use protocol URIs to dispatch tasks. The router resolves various URI schemes including lev://, skill://, flowmind://, and workshop:// to facilitate seamless protocol routing and integration across the ecosystem.

What is the best way to manage CLI lifecycle stages and intent parsing without complex commands?

The best way to manage CLI lifecycle stages is through an intelligent routing entry point. It abstracts complex interactions by parsing natural language intent and automatically mapping requests to the correct lifecycle primitives.

Do I need to install dependencies to handle protocol routing and intent dispatch?

No external dependencies are required to handle protocol routing and intent dispatch. The skill operates as a self-contained master router, managing protocol resolution and primitive mapping natively without additional environment setup.

Why is my natural language alias not resolving to the correct specialist skill?

If a natural language alias is not resolving to the correct specialist skill, the intent parser may fail to map the input to stable primitives like get or work, or the specified protocol URI might be unsupported by the router.