Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Give agents more agency

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    krzemienski

    using-shannon-cli

    krzemienski/using-shannon-cli
    Productivity
    1

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Use when starting work with Shannon CLI or need to understand available commands - introduces shannon analyze, wave, do, exec commands, explains when to use each, guides installation and basic...

    SKILL.md

    Using Shannon CLI

    Overview

    Shannon CLI provides programmatic access to Shannon Framework with added intelligence (caching, analytics, cost optimization, context awareness).

    Core Commands

    shannon analyze - Analyze specifications

    • When: Have a spec/requirements document
    • Output: 8D complexity, domains, phase plan
    • Example: shannon analyze project_spec.md

    shannon wave - Multi-agent wave execution

    • When: Implementing from analyzed spec
    • Uses: Shannon Framework wave-orchestration
    • Example: shannon wave "implement auth system"

    shannon do - Execute tasks (V5)

    • When: Create files, implement features, fix bugs
    • Uses: Shannon Framework exec skill
    • Example: shannon do "create REST API with users"

    shannon exec - Autonomous execution (V3.5)

    • When: Need validation + git automation
    • Uses: CompleteExecutor with 3-tier validation
    • Example: shannon exec "add tests for API"

    Quick Start

    # Install
    pip install shannon-cli
    
    # Analyze a spec
    shannon analyze spec.md
    
    # Execute a task
    shannon do "create hello.py"
    
    # With real-time dashboard
    shannon do "create app" --dashboard
    

    Command Selection

    Need Use
    Analyze requirements shannon analyze
    Implement from spec shannon wave
    Create files/features shannon do
    With validation/git shannon exec

    Features

    • Caching: Automatic (7-30 day TTL)
    • Cost Optimization: Auto model selection
    • Analytics: Session tracking in SQLite
    • Context: Project-aware analysis (after onboarding)
    • Dashboard: Real-time execution monitoring
    Recommended Servers
    Browser tool
    Browser tool
    ThinAir Data
    ThinAir Data
    Data Compliance Classifier MCP
    Data Compliance Classifier MCP
    Repository
    krzemienski/shannon-cli
    Files