Superglue CLI for development

cliskillsetup L20
npm:@superglue/cli
What it does

[![npm](https://img.shields.io/npm/v/@superglue/cli?style=flat-square&logo=npm)](https://www.npmjs.com/package/@superglue/cli) [![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)

Best for

Superior for building, testing, and exposing custom tools and systems through a unified CLI and MCP interface.

Inputs
  • · CLI arguments (name, config)
  • · Auth token/API key
Outputs
  • · Markdown documentation/skill file
  • · JSON output/config
  • · CLI commands/scripts
  • · Agent skill
Requires
  • · MCP servers
  • · Node.js runtime
  • · Python runtime
  • · OAuth provider
Preconditions
  • · Package installed (npm/pip)
  • · Authentication credentials set
  • · Configuration file present
  • · Runtime installed
  • · MCP client running
Failure modes
  • · Missing or invalid credentials → command fails to authenticate
  • · Invalid config format → startup error
  • · Malformed JSON/response → parsing error
Trust signals
  • · Published on package registry (npm/PyPI)
  • · Easy one-command install via npm
  • · Tested and CI-verified
  • · Comprehensive documentation included
  • · Licensed under MIT