Masyv Enhance banner
Manavarya09 Manavarya09

Masyv Enhance

Data community

Description

AI-powered image enhancement engine — smart pipeline routing, Real-ESRGAN upscaling, SVG vectorization, CLI & Claude plugin

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

MASYV Enhance Engine

[![License: MIT](https://img.shields.io/github/license/Manavarya09/masyv-enhance?color=0a0a0a)](LICENSE) [![Stars](https://img.shields.io/github/stars/Manavarya09/masyv-enhance?style=flat&color=0a0a0a)](https://github.com/Manavarya09/masyv-enhance/stargazers) [![Issues](https://img.shields.io/github/issues/Manavarya09/masyv-enhance?color=0a0a0a)](https://github.com/Manavarya09/masyv-enhance/issues) [![Last commit](https://img.shields.io/github/last-commit/Manavarya09/masyv-enhance?color=0a0a0a)](https://github.com/Manavarya09/masyv-enhance/commits/main)

Canva-level image enhancement for developers — via CLI, API, and Claude plugin.

[![npm](https://img.shields.io/npm/v/@masyv/enhance)](https://www.npmjs.com/package/@masyv/enhance) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

Features

  • Smart Pipeline — auto-detects image type (photo, logo, text, illustration) and routes to the optimal processing pipeline
  • AI Upscaling — Real-ESRGAN super-resolution via ONNX Runtime (2x, 4x, 8x)
  • SVG Vectorization — raster-to-vector conversion for logos and icons
  • Multi-format Export — PNG, JPEG, WebP, SVG
  • CLI via NPX — developer-friendly command line interface
  • Claude Plugin — callable as an MCP tool from Claude

Architecture

Input Image → Analyze Type → Route Pipeline → Process → Export
                  │
          ┌───────┼───────┬──────────┐
          ▼       ▼       ▼          ▼
        Photo    Logo    Text    Illustration
          │       │       │          │
      Denoise  Threshold Contrast  Denoise
      AI Upscale Vector  Sharpen   AI Upscale
      Sharpen  Optimize
Detected Type Pipeline
Photo Denoise → AI Upscale (Real-ESRGAN) → Sharpen
Logo Threshold + Cleanup → Vectorize (SVG) or Upscale
Text Contrast Boost → Edge Sharpen
Illustration Gentle Denoise → AI Upscale

Quick Start

Install from npm