Schemo — AI skill for Claude Code
Schemo allows AI assistants like Claude and ChatGPT to generate professional control systems plots and electrical circuit schematics directly within the chat interface.
How to install Schemo
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sohampawar1866/schemo and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Schemo does
Schemo allows AI assistants like Claude and ChatGPT to generate professional control systems plots and electrical circuit schematics directly within the chat interface.
Alternatives in AI
- Cl4r1t4s — LEAKED SYSTEM PROMPTS FOR CHATGPT, CLAUDE, GEMINI, GROK, PERPLEXITY, CURSOR, LOVABLE, REPLIT, AND MORE 47.2k ★
- Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
- Ralph For Claude Code — by Frank Bria - An autonomous AI development framework that enables Claude Code to work iteratively on project 8k ★
README
Schemo
Schemo is an AI-powered engineering visualization platform. It allows AI assistants like Claude and ChatGPT to generate professional control systems plots and electrical circuit schematics directly within the chat interface, eliminating the need for local installations of MATLAB or Python.
Features
1. System Analysis (`schemo:plot`)
Built on the `python-control` library. Pass transfer function coefficients H(s) = num(s)/den(s) and receive:
- Bode Plots: Magnitude and phase frequency response
- Step Response: Time-domain step input analysis
- Impulse Response: Time-domain impulse input analysis
- Nyquist Plots: Stability analysis in the complex plane
- Root Locus: Pole migration as gain varies
2. Circuit Schematics (`schemo:circuit`)
Provide component types and 2D coordinates, and Schemo renders publication-quality circuit diagrams using `schemdraw`. Supports resistors, capacitors, inductors, diodes, voltage/current sources, ground, and wire connections.
3. Interactive Dashboard
Every plot includes a link to an interactive Plotly dashboard hosted on Cloudflare Pages. Users can zoom, pan, inspect data points, and visually edit transfer function coefficients on the fly. Equations are rendered with proper LaTeX math via KaTeX.
Architecture
Schemo is split into two cloud-hosted components with zero local dependencies:
┌─────────────────────┐ ┌──────────────────────────────────┐
│ Claude Desktop │--SSE--│ Python Backend (Render) │
│ or ChatGPT │ │ api-schemo.shaniai.tech │
└─────────────────────┘ │ │
│ FastAPI + FastMCP │
│ ├─ /mcp/sse (Claude SSE) │
│ ├─ /api/plot (ChatGPT REST) │
│ ├─ /api/circuit(C
Related Skills
Agentic KVM
Give AI agents (Claude Code/Cowork, ChatGPT/Codex, Gemini/Antigravity) bare-metal, out-of-band control of any
Tauri Plugin MCP
Allows AI agents (e.g., Cursor, Claude Code) to debug within Tauri apps via screenshot capture, window managem
Claude Delegator
Delegate tasks to Codex GPT 5.2 directly from within Claude Code.
Claude For Word Desktop
Integrate Claude AI into Microsoft Word to write, edit, and summarize documents directly within your desktop a
Claude Hub
by Claude Did This - A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered c
Cursor CLI Agents
Cursor-CLI is an AI-powered command-line coding assistant built with the Claude Agent SDK. It allows developer
Related Agents
Opus Answer
A simple question-answering agent that responds naturally like a standard LLM. No special research context, no
OpenAI Assistants
Setup: OpenAI Assistants API / ChatGPT Custom GPT
Vercel AI SDK Expert
Use for Vercel AI SDK v5 implementation work: chat interfaces, tool calling, streaming, agentic loop control,