Home / covagashi / eplan-development-skill · router/SKILL.md · GitHub

router skillA

router is agent-read markdown (skill) from covagashi/eplan-development-skill: Routes any EPLAN-related request to the right skill and documentation index: detects the product (EPLAN Electric P8 vs EPLAN EEC Pro) and the task, then reads the matching skill before acting. Use for EPLAN C# scripting, the EPLAN API, actions, Remote Client automation, macros, parts databases; for EEC Pro typicals, mechatronic models, the formula language, configurations and generation pipelines; and to pick the right doc index (P8 2026 semantic, P8 2027 keyword, EEC Pro semantic). Start here w.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Router — EPLAN skill dispatcher

Entry point for EPLAN work. It fingerprints the product, classifies the task, and
names the **minimal** set of skills to read before acting. It dispatches — it does
not re-teach the APIs.

## When to use

- At the **start of any EPLAN request** — writing or debugging a script, API code,
  a Remote Client app, an EEC Pro typical/configuration/generation pipeline — to
  decide which skill(s) and which doc index apply.
- When the user says "EPLAN" without specifying the product.

**When *not* to use:** once the right skill is loaded and the task sits squarely in
it, work from that skill. Re-route only when the task pivots to the other product.

## 1. Product detection

| Product | File signals | Phrase signals | Skill |
|---|---|---|---|
| **EPLAN Electric P8** | `.elk`, `.ema`, `.emp`, `.edz`, `.zw*`, `*.cs` with `[Start]`/`[DeclareAction]`, `Eplan.EplApi.*` | script, action, API, Remote Client, parts database, pages, macros, symbols, ribbon, Cogineer | `skills/eplan-p8/eplan-development` |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add covagashi/eplan-development-skill/router@git:20260923.c8be18b
Exact content
mdr add covagashi/eplan-development-skill/router@sha256:5ad3e6ca4d52d3d7

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_xbd34qplt74i4wl5.svg)](https://markdownregistry.com/a/art_xbd34qplt74i4wl5)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.c8be18b latest2026-09-23 c8be18b 4,408 BA view · diff
git:20260920.72e113c2026-09-20 72e113c 4,287 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4408 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

covagashi/eplan-development-skill · 3 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_xbd34qplt74i4wl5
GET https://markdownregistry.com/api/v1/resolve?ref=covagashi/eplan-development-skill/router
GET https://markdownregistry.com/api/v1/blob/5ad3e6ca4d52d3d7493d05ad7e6c70d3b6fe66952cf6cd88112441bb48226908

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from covagashi/eplan-development-skill

eec-pro-development skill
covagashi/eplan-development-skill · skills/eec-pro/eec-pro-development/SKILL.md · Develop with EPLAN EEC Pro 2026 — the mechatronic model and typicals (variants, conditions), the formula language…
git:20260923.c8be18b · audit A · 3 stars
eplan-development skill
covagashi/eplan-development-skill · skills/eplan-p8/eplan-development/SKILL.md · Develop EPLAN Electric P8 scripts, API extensions, and remote-control applications. Use when writing C# scripts for…
git:20260923.c8be18b · audit A · 3 stars

Every file in covagashi/eplan-development-skill

Other files named router

router skill
alsk1992/cloddsbot · src/skills/bundled/router/SKILL.md · Smart order routing for best price, liquidity, and execution
git:20260130.bd48a19 · audit A · 2,830 stars
router skill
grainulation/grainulator · skills/router/SKILL.md · Intent router that detects user intent from plain messages and dispatches to the appropriate skill.
git:20260922.e702f49 · audit A · 86 stars
router skill
saadshahd/moo.md · hope/skills/router/SKILL.md · Spawn agents and verify their output — route work, never do it. Use when the work splits into pieces agents can carry…
git:20260817.f04083f · audit A · 34 stars

Browse by kind, by grade A, or by owner.