Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Critical Net Router

ASecurity

RAG-backed. Plan and optionally commit one bounded critical-net or differential-pair route in DipTrace with explicit rules and post-checks. Use when the user says “Route this explicitly named critical PCB net.”

23 stars
0 votes
0 copies
1 views
Added 9/19/2026
businessnodegit

Works with

climcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add fireostendere/mcp_diptrace --skill critical-net-router --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Critical Net Router?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Critical Net Router
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/fireostendere-critical-net-router/badge)](https://www.skillsdirectory.com/skills/fireostendere-critical-net-router)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: critical-net-router
description: RAG-backed. Plan and optionally commit one bounded critical-net or differential-pair route in DipTrace with explicit rules and post-checks. Use when the user says “Route this explicitly named critical PCB net.”
---

Read [runtime access](../shared/runtime.md) before choosing between explicit-path
MCP, a live bridge session, and native/headless CLI. Their availability is separate.

# Critical-net router

RAG: **engineering memory by default** — [shared workflow](../shared/rag.md).
Consult routing/return-path and transmission-line material before choosing constraints;
use DipTrace PCB courses for implementation and verify the actual route.

Route an explicitly named scope. The local router is deterministic bounded 45-degree A*, not
push-and-shove.
Use public `tools/list` for exact callable names and `get_capabilities` for document/configured
feature availability.

## Workflow

1. Call `diptrace_status`, `get_capabilities`, and `get_document_info`; require a PCB and freeze the
   SHA-256.
2. Read `get_design_rules`, `list_unrouted_connections`, and `analyze_routing_congestion`. Require
   concrete endpoints, allowed layers, via policy, and net or pair identity.
3. For one connection use `route_connection`; for exported ratlines use `route_net`. For a real
   pair use `plan_diff_pair_route` or `route_diff_pair`; never route the two legs independently.
4. Omit clearance only to resolve the document DRC TraceToTrace rule. An explicit caller value is
   millimetres and must be named in the report.
5. Prefer `plan_route_nets` plus `apply_route_plan` for a reviewable plan. Inspect SVG/JSON, then
   validate and use an `expected_sha256` commit within the already authorized routing scope.
   A request for a plan alone never authorizes committing it.
6. Run `run_drc` and `run_connectivity_check`; rollback only this session's failed changes with
   a current hash guard. When native validation is in scope, use the headless PCB acceptance
   workflow; offline DRC does not invoke the real editor.
7. Emit [`../shared/result.schema.json`](../shared/result.schema.json).

## Quantitative boundaries

- One local route plan accepts at most 20 connections.
- `route_connection` defaults to zero vias, a 3.0 detour factor, and at most 100,000 search nodes.
- Multi-route rip-up/retry defaults to four attempts; this remains bounded local retry, not
  push-and-shove.
- A transaction accepts at most 100 operations and 500 conservatively counted affected
  objects/elements; this can be fewer than 500 unique physical objects.

The limits and defaults are implemented in
[`server.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/server.py),
[`service.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/service.py),
[`routing.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/routing.py),
and
[`write_limits.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/write_limits.py).
Runtime capabilities win.

## Refusals

- Stop when pad endpoints, layer span, applicable clearance, or allowed via style is unresolved.
- Stop when an existing route contains arcs or jumpers that the requested rewrite cannot preserve.
- Do not describe congestion score as calibrated engineering risk.
- Do not use the external autorouter unless its DSN/SES geometry and job provenance gates succeed.

Search ranking is `heuristic`; exact rules, route geometry, preview, and post-checks are `document`.

Attribution

fireostenderefireostendere
View sourceMore from fireostendere →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →