core

Route user intents to the correct Abra skill for multi-step workflows.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/unicorn-plugins/abra --skill core-unicorn-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core
Source: https://github.com/unicorn-plugins/abra/tree/main/skills/core
Command: npx skills add https://github.com/unicorn-plugins/abra --skill core-unicorn-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes natural language requests and routes them to the appropriate Abra skill, reducing cognitive load and ensuring consistent workflow orchestration.

Core Features & Use Cases

  • Intent detection and routing from free-form user requests to the correct skill.
  • Support for both full 5-step execution (scenario → dsl-generate → prototype → dev-plan → develop) and individual step invocations.
  • Safe delegation and fallback to help when no match is found, with progress tracking for multi-step tasks.

Quick Start

Tell the assistant to route a user request to the Abra capability that matches the service objective.

Frequently Asked Questions about core

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

FAQPage Schema
How do I route natural language requests to the correct workflow?

To route natural language requests to the correct workflow, this Skill analyzes user intents and maps them to the appropriate Abra skill using an enforced routing table. It reduces cognitive load by automating intent detection and consistent workflow orchestration.

What is intent routing for automated multi-step workflows?

Intent routing for automated multi-step workflows is the process of analyzing free-form user requests and delegating them to the correct skill. This mechanism enforces safe delegation rules to prevent skipping steps or direct agent invocation during execution.

Can I invoke individual workflow steps instead of running a full five-step execution?

Yes, you can invoke individual workflow steps instead of a full five-step execution. The Skill supports both complete scenario-to-development sequences and individual step invocations, including setup tasks, with progress tracking for multi-step tasks.

Does the workflow orchestration Skill handle fallback when no intent match is found?

Yes, the workflow orchestration Skill handles fallback by providing help when no intent match is found. It enforces safe delegation rules to ensure consistent routing and prevents unauthorized direct agent invocation.

What are the limitations of using a routing table for intent detection?

A limitation of using a routing table for intent detection is that it requires requests to match defined routing rules to proceed. If no match is found, the workflow stops automated orchestration and falls back to help mode to prevent skipping steps.