Sidecar Skill Governance

Define governance and extraction rules for sidecar skills with SKILL.md resource routers.

48|18|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pageel/para-workspace --skill sidecar-skill-governance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Sidecar Skill Governance
Source: https://github.com/pageel/para-workspace/tree/main/templates/common/agents/skills/sidecar-skill
Command: npx skills add https://github.com/pageel/para-workspace --skill sidecar-skill-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Sidecar Skill Governance ensures your workflow stays zero-fluff while sidecar skills reliably provide templates, checklists, and scripts under consistent, OSS-friendly standards.

Core Features & Use Cases

  • Workflow = Process Logic: Keeps .agents/workflows/<name>.md focused on sequential steps and router calls without embedding heavy text or large scripts.
  • Skill = Data Companion: Centralizes static data, templates, and complex logic inside .agents/skills/<name>/SKILL.md plus optional references/ and scripts/.
  • OSS English-First Governance: Enforces that all internal skill content within .agents/skills/ is written in English for global review and reuse.

Quick Start

Use the sidecar skill router and extract large templates and complex shell logic into references/ and scripts/ for the corresponding workflow.

Frequently Asked Questions about Sidecar Skill Governance

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

FAQPage Schema
How do I separate workflow process logic from heavy templates and bash scripts?▼

Sidecar skill governance separates workflow process logic from heavy templates by centralizing static data and complex bash scripts inside a dedicated skill directory, keeping workflow files lightweight and focused on routing.

What is the best way to standardize agent routing and workflow companion files?▼

Standardizing agent routing requires a root SKILL.md with a resource router that enforces consistent structure, just-in-time loading, and thresholds for extracting templates across sidecar skills.

How do I structure a sidecar skill repository to meet OSS standards?▼

To structure a sidecar skill repository for OSS standards, create a root SKILL.md with a resource router, add optional references and scripts directories, and ensure all internal content is English-first for global review.

Does sidecar skill governance require specific dependencies to manage workflows?▼

Sidecar skill governance requires no external dependencies, relying solely on a root SKILL.md resource router and optional references and scripts directories to manage workflow companion data and logic.

How do sidecar skills handle missing resources during workflow execution?▼

Sidecar skills handle missing resources during workflow execution by defining graceful behavior within the governance rules, ensuring workflows continue reliably when sidecar templates or scripts are absent.

When should I extract bash logic and templates into a sidecar skill?▼

You should extract bash logic and templates into a sidecar skill when they exceed defined thresholds for size or complexity, moving heavy static data out of workflow steps and into dedicated references or scripts directories.