kicad-router-orchestrator

Community

Automate PCB routing with FreeRouting, flawlessly.

Authorsynqing
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manual PCB routing is a time-consuming and complex task, especially for dense boards or those with critical nets. This Skill orchestrates automated PCB routing using the FreeRouting DSN/SES loop, handling critical nets, differential pairs, and ensuring design rule compliance, significantly reducing routing time and improving design quality.

Core Features & Use Cases

  • Automated Routing Workflow: Manages the export to DSN, execution of FreeRouting, and import of routed SES files back into KiCad.
  • Critical Net Handling: Prioritizes and routes high-importance nets (power, high-speed signals) with specific constraints.
  • DRC Verification: Integrates design rule checks to ensure the routed board meets all electrical and manufacturing specifications.
  • Use Case: Quickly route complex PCBs, iterate on routing strategies for optimal performance, or automate the routing step in a continuous integration pipeline for hardware.

Quick Start

Export board to FreeRouting DSN format

import os def export_dsn(board_file: str) -> str: os.system(f"kicad-cli pcb export dsn {board_file} output.dsn") return "output.dsn"

Dependency Matrix

Required Modules

kicad-clijavapython3

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: kicad-router-orchestrator
Download link: https://github.com/synqing/K1.hardware/archive/main.zip#kicad-router-orchestrator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.