smart-router-skill

Route interactive character-based workflows via bash scripts and JSON configuration.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/thewulf7/localcode --skill smart-router-skill-thewulf7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smart-router-skill
Source: https://github.com/thewulf7/localcode/tree/main/skills/smart-router-skill
Command: npx skills add https://github.com/thewulf7/localcode --skill smart-router-skill-thewulf7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to interactively choose a movie character and trigger unique, themed workflows, demonstrating dynamic skill behavior based on simple configuration.

Core Features & Use Cases

  • Character Selection: Choose from iconic characters like Yoda, Tony Stark, or Sherlock Holmes.
  • Configurable Missions: Each character has multiple missions; changing a single config value alters the workflow.
  • Themed Workflows: Scripts generate rich, character-specific console output and simulate distinct scenarios.
  • Dynamic Routing: The router.sh script intelligently selects and executes the correct workflow based on user choice and configuration.
  • Use Case: A user wants to see how a skill can adapt its behavior. They select "Yoda" and see a "Defend the Republic" mission. Then, they change the config and select "Yoda" again, this time seeing an "Infiltrate the Sith" mission, all with the same core skill.

Quick Start

Use the smart-router-skill to embody the Yoda character.

Frequently Asked Questions about smart-router-skill

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

FAQPage Schema
How do I configure themed workflows to run different character scripts dynamically?

Themed workflows are configured using JSON files that define character personas and missions. The router script reads these configuration values to dynamically select and execute the correct character-specific workflow script.

Can I trigger specific character missions using command-line arguments instead of editing configuration files?

Yes, character missions can be triggered via command-line arguments. The routing script supports dynamic mission selection directly from command-line input or by modifying values within the JSON configuration files.

What is dynamic skill routing and how does bash scripting handle interactive character selection?

Dynamic skill routing uses a bash script to intelligently select and execute predefined character workflows. It reads user choices and JSON configuration files to route the interactive execution to the correct themed scenario script.

Do I need any external dependencies to run the bash scripts for these interactive themed workflows?

No external dependencies are required to run the bash scripts. The interactive themed workflows rely entirely on built-in bash scripting for routing and JSON files for mission configuration, ensuring standalone execution.

What is the best way to demonstrate adaptable skill behavior using character personas?

The best way to demonstrate adaptable skill behavior is by selecting a character like Yoda, running a mission, then changing a single JSON config value to trigger an entirely different themed workflow scenario with the same character.

Are there limitations when using bash scripting for interactive workflow routing and configuration?

Bash scripting for interactive workflow routing is limited to generating console output and simulating scenarios. It relies on JSON configuration for mission parameters and does not execute complex external application logic beyond the script scope.