skill-compliance

Identify task type, in-scope files, and languages before loading workflows.

2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/grimlor/universal-dev-skills --skill skill-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-compliance
Source: https://github.com/grimlor/universal-dev-skills/tree/main/skills/skill-compliance
Command: npx skills add https://github.com/grimlor/universal-dev-skills --skill skill-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents incorrect or missing development discipline by forcing the agent to identify the task, affected files, and in-scope languages before doing any work.

Core Features & Use Cases

  • Polyglot pre-routing: Determines task type and work surface, then selects the correct workflow and language-specific standards without cross-contaminating defaults across languages.
  • Mandatory acknowledgement: Requires reading telemetry first, then loading and confirming all relevant skills and references before starting.
  • Owned quality enforcement: Treats silence and pre-existing violations as unacceptable by requiring fixes or explicit reporting and next steps when out of scope.

Quick Start

Ask the agent to begin a task, and require it to first confirm the task summary, the skills it loaded, the routing basis (files/subtree/manifests/languages), and any exclusions before it edits or generates any code.

Frequently Asked Questions about skill-compliance

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

FAQPage Schema
How do I prevent wrong language defaults from leaking in a mixed-language monorepo?

Skill routing stops wrong language defaults in a monorepo by identifying the task type, affected files, and active languages first, then loading the correct workflow and language-specific skills without cross-contaminating defaults.

What is mandatory acknowledgement in task planning and workflow compliance?

Mandatory acknowledgement in workflow compliance requires reading telemetry first, then loading and confirming all relevant skills and references to the user before any code edits or generation begin.

How do I start a task using skill routing for polyglot pre-routing?

To start a task using polyglot pre-routing, ask the agent to begin and require it to first confirm the task summary, loaded skills, routing basis including files and languages, and any exclusions before it edits or generates any code.

Does workflow compliance handle pre-existing violations found during task execution?

Workflow compliance handles pre-existing violations by treating silence as unacceptable, requiring the agent to either fix the violation or explicitly report it with next steps when the issue is out of scope.

Why does the agent need to read telemetry first before loading skills?

Reading telemetry first satisfies procedural requirements to confirm loaded skills and routing basis, preventing incorrect or missing development discipline by forcing the agent to identify the task and affected files before doing any work.

When do I need explicit task routing for development discipline in a monorepo?

You need explicit task routing for development discipline in a monorepo when starting tasks in mixed-language contexts where wrong language defaults can leak, ensuring the correct workflow and language standards apply.