rust-router

Route Rust questions to relevant internal skill modules with dual-skill loading.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/cecon123/tg-remote-bot --skill rust-router-cecon123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-router
Source: https://github.com/cecon123/tg-remote-bot/tree/main/.agents/skills/rust-router
Command: npx skills add https://github.com/cecon123/tg-remote-bot --skill rust-router-cecon123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes Rust questions to the most relevant internal skill modules (e.g., m01-ownership, m07-concurrency, domain-*), enabling targeted, expert guidance and faster resolution.

Core Features & Use Cases

  • Dual-skill loading: When domain keywords are present, load both a layer-1 Rust concept skill and a domain-specific skill for richer answers.
  • Error code routing: Map common compiler errors (e.g., E0382) to the appropriate ownership/borrowing guidance.
  • Traceable reasoning: Provide multi-layer Trace Up/Down context to connect language mechanics with domain constraints.

Quick Start

Describe your Rust problem with domain context to trigger routing to the appropriate skill.

Frequently Asked Questions about rust-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get targeted guidance for Rust ownership and concurrency errors?

To get targeted guidance for Rust ownership and concurrency errors, you describe your specific problem and domain context. This routes the query to specialized internal modules like m01-ownership or m07-concurrency, returning expert, synthesized guidance.

What is the best way to route Rust compiler error codes to relevant design help?

The best way to route Rust compiler error codes to relevant design help is to input the error, such as E0382, along with your coding problem. This triggers automatic mapping to the appropriate ownership and borrowing skill modules for resolution.

Can I load multiple Rust skills simultaneously for domain-specific coding problems?

Yes, you can load multiple Rust skills simultaneously for domain-specific coding problems. When domain keywords like web or fintech are present, dual-skill loading activates to fetch both a layer-1 concept skill and a domain-specific skill.

How does Rust routing handle traceable reasoning across domain constraints?

Rust routing handles traceable reasoning by providing multi-layer Trace Up and Down context. This connects core language mechanics directly with specific domain constraints, ensuring the synthesized guidance remains fully traceable across architectural layers.

Does Rust question routing work for fintech and web domain scenarios?

Yes, Rust question routing works for fintech and web domain scenarios. By detecting domain keywords in your query, it loads the appropriate domain-specific skill alongside the base Rust concept skill to deliver context-aware guidance.

When should I avoid using a routing skill for Rust error handling?

You should avoid using a routing skill for Rust error handling when your problem lacks sufficient domain context or specific compiler error codes. Without these triggers, the system cannot effectively map queries to specialized ownership or concurrency modules.