using-agent-skills

Route user tasks to repository-defined engineering workflow skills by phase and intent.

2|Updated May 3, 2026
One-click install
npx skills add https://github.com/Rosetears520/aili-workflows --skill using-agent-skills-rosetears520
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-agent-skills
Source: https://github.com/Rosetears520/aili-workflows/tree/main/skills/using-agent-skills
Command: npx skills add https://github.com/Rosetears520/aili-workflows --skill using-agent-skills-rosetears520

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill solves the problem of choosing the correct workflow skill for a task so an AI can follow the repository’s process guardrails instead of improvising.

Core Features & Use Cases

  • Skill discovery and invocation: Guides how skills are installed/linked into OpenCode discovery paths, then routes the session to the appropriate skill.
  • Phase-based routing: Maps common user intents (define, plan, build, verify, review, ship) and detailed scenarios (mobile/web/shader/testing/docs/artifacts) to specific skills.
  • Guardrail alignment: Consolidates repo-wide operating behaviors (think before coding, surgical changes, verify evidence, stress-test material artifacts) and applies them consistently.

Quick Start

Tell the AI: route my request to the best matching skill in this repository and explain which skill you selected based on my task description.

Frequently Asked Questions about using-agent-skills

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

FAQPage Schema
How do I route AI agent tasks to the correct engineering workflow?

Route AI agent tasks by matching delivery phase and intent to repository-defined skill names. This meta-skill directs the session to the appropriate engineering workflow based on specific contexts like implementing, testing, reviewing, or shipping.

What is phase-based skill routing in OpenCode?

Phase-based skill routing in OpenCode maps user intents such as define, plan, build, verify, review, and ship to specific workflow skills. It ensures the AI follows repository process guardrails rather than improvising ad-hoc execution.

How do I set up skill discovery paths for agent workflows?

Set up skill discovery by installing or linking skills into OpenCode discovery paths. This enables the meta-routing rules to correctly identify and invoke the best matching engineering workflow based on evidence and verification.

Can I enforce evidence verification before an AI agent executes code changes?

Yes, you can enforce evidence verification by applying meta-routing rules that require evidence rather than ad-hoc execution. This consolidates repo-wide operating behaviors like verifying evidence and making surgical changes.

Does skill routing work for specialized scenarios like mobile or shader development?

Skill routing works for detailed scenarios including mobile, web, shader, testing, docs, and artifacts. It maps these specific intents to the appropriate engineering skill to maintain consistent guardrails across different domains.

When should I use a meta-skill instead of directly invoking a workflow skill?

Use a meta-skill at session start or whenever you need to rediscover the best workflow for a current problem. It prevents improvisation by ensuring the AI correctly matches the task to the repository's predefined process guardrails.