Universal Agent Skills Repository

Centralizes executable SOPs and activates trigger-driven protocols for automated workflows.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/stackconsult/RE-Engine --skill universal-agent-skills-repository
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Universal Agent Skills Repository
Source: https://github.com/stackconsult/RE-Engine/tree/main/.agent/skills/agent-skills-repository
Command: npx skills add https://github.com/stackconsult/RE-Engine --skill universal-agent-skills-repository

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize executable agent SOPs and automatically trigger the correct protocol when a Trigger is detected, enabling consistent, repeatable agent behavior across tasks.

Core Features & Use Cases

  • Centralized library of reusable agent protocols discoverable via frontmatter metadata.
  • Automatic trigger detection activates the exact SOP for a given cue across diverse environments.
  • Easily extendable: add new SOPs and reuse patterns for onboarding, escalation, and workflow automation.

Quick Start

Provide a trigger and let the repository automatically select and load the matching SOP.

Frequently Asked Questions about Universal Agent Skills Repository

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

FAQPage Schema
How do I automate agent workflows with trigger-driven SOP activation?

Trigger-driven SOP activation works by automatically detecting specific cues and loading the matching executable standard operating procedure to drive deterministic agent workflows. This ensures consistent, repeatable behavior across tasks.

What is the best way to centralize executable agent protocols for multi-task orchestration?

Centralizing executable agent protocols involves using a structured repository where SOPs are discoverable via frontmatter metadata. This enables automatic trigger-to-SOP mapping for multi-task orchestration, onboarding, and escalation scenarios.

How do I map a specific trigger cue to the correct SOP for workflow automation?

To map a trigger cue to the correct SOP, you provide the trigger input and let the repository validate the frontmatter and automatically select the matching protocol. This ensures deterministic protocol execution within your development environment.

Can I extend the repository to add new SOPs for escalation and onboarding automation?

Yes, you can easily extend the repository by adding new SOPs and reusing existing patterns for onboarding, escalation, and workflow automation. The system applies frontmatter validation to maintain trigger-to-SOP mapping integrity.

Does frontmatter validation ensure deterministic protocol execution for agent orchestration?

Frontmatter validation enforces deterministic protocol execution by verifying metadata to accurately map triggers to their corresponding SOPs. This prevents mismatched protocol activation and maintains repeatable agent behavior.