gateway-frontend

Route frontend task intents to library SKILL.md paths without executing code.

11|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/porcupine-md/jonggrang --skill gateway-frontend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gateway-frontend
Source: https://github.com/porcupine-md/jonggrang/tree/main/skills/core/gateway-frontend
Command: npx skills add https://github.com/porcupine-md/jonggrang --skill gateway-frontend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route frontend task intent to the correct library skill paths to ensure AI agents load the right skills without executing code.

Core Features & Use Cases

  • Detects frontend intent signals such as React, Vue, CSS, and routing to identify the appropriate skill.
  • Routes to exact library Skill SKILL.md paths for deterministic loading without performing actions.
  • Facilitates cross-skill orchestration by returning the target skill path for subsequent execution by the agent.

Quick Start

Provide a frontend task and ask the gateway to return the exact library skill path for routing.

Frequently Asked Questions about gateway-frontend

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

FAQPage Schema
How do I route frontend tasks to the correct library skill?

You provide a frontend task, and the gateway detects intent signals such as React, Vue, CSS, and routing to return the exact library SKILL.md path for deterministic loading.

What is frontend intent detection for AI workflows?

Frontend intent detection identifies signals like React, Vue, CSS, and routing within a task to map the request to dedicated library skills for deterministic loading.

Does the frontend gateway execute code when routing tasks?

No, the frontend gateway does not execute code. It ensures safe routing by returning an absolute path to the target SKILL.md for subsequent execution by the agent.

How do I load dedicated skills for React and Vue requests?

You load dedicated skills by passing the frontend task to the gateway, which routes the React or Vue intent to the correct library skill path for the agent to execute.

Can I use this gateway for cross-skill orchestration?

Yes, you can use this gateway for cross-skill orchestration. It facilitates workflows by returning the target skill path for subsequent execution by the AI agent.