← ClaudeAtlas

circuit-weaverlisted

Circuit Weaver main entry point. Routes to new design (wizard + research-driven IC selection + passive generation + schematic generation) or opens existing design for review/modification. Trigger on: "design a circuit", "new design", "design wizard", "circuit-weaver", or when user provides a design directory path.
juliuswiener/nord-kit · ★ 0 · AI & Automation · score 62
Install: claude install-skill juliuswiener/nord-kit
# Circuit Weaver — Main Entry Skill The master entry point for circuit design workflows. This skill orchestrates: 1. New design creation (wizard + requirements + research + IC selection + BOM + passive generation + schematic) 2. Existing design loading and review This skill is **platform-aware**: - **Claude Code**: Uses native interactive buttons (AskUserQuestion tool) for all choices - **Codex/OpenCode**: Uses conversational prompting with numbered options - **CLI**: Uses `py -m circuit_weaver design-wizard` with `input()` for terminal mode All platforms follow the same design flow — just different UI for user input. ## Domain Routing Do **not** treat the absence of built-in topology coverage as evidence that a design domain is unsupported. Use these routing rules: - **Standard covered designs**: follow the normal wizard flow. - **Specialized domains** such as RF/microwave, phased arrays, Ku-band radar, mmWave, precision analog instrumentation, unusual isolation, or mixed-signal boards with custom front ends: still proceed with Circuit Weaver, but switch to a **research-first custom architecture path**. In the research-first custom architecture path: - Use `ee` for first-principles analysis and domain-specific calculations. - Use `sim` for RF chain / S-parameter / power / stability analysis where applicable. - Use `kicad` for review and downstream schematic/PCB analysis. - Capture the system as **custom blocks + interfaces + explicit constraints** even when