skill-comply

Classify tool calls against YAML specs and compute compliance scores.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/semaes111/PROYECTO-SKILLS --skill skill-comply-semaes111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-comply
Source: https://github.com/semaes111/PROYECTO-SKILLS/tree/main/09-SKILLS-UTILIDADES/compliance-medicion-skills
Command: npx skills add https://github.com/semaes111/PROYECTO-SKILLS --skill skill-comply-semaes111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

Automate verification that coding agents follow defined skills, rules, and agent definitions by generating observable specs, executing representative scenarios, and delivering a clear compliance report.

Core Features & Use Cases

  • Auto-generates an executable compliance spec from skill content
  • Produces three scenario prompts with decreasing prompt strictness
  • Runs agent sessions and collects tool-call traces for analysis
  • Classifies tool calls against expected steps and computes a compliance score
  • Generates self-contained Markdown reports suitable for auditing

Quick Start

Run the compliance check on a skill to generate a spec, scenarios, and a report.

Frequently Asked Questions about skill-comply

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

FAQPage Schema
How do I measure agent compliance with defined skills and rules?

Measuring agent compliance involves automating the verification of whether coding agents follow defined skills by generating executable specs, executing scenarios, and classifying tool-call traces to compute a deterministic compliance score.

What is the best way to automate compliance reporting for LLM agent behavior?

Automating compliance reporting for LLM agent behavior requires running agent sessions, collecting tool-call traces, and classifying them against expected steps to generate self-contained Markdown reports suitable for auditing.

How do I generate a compliance spec from existing skill content?

Generating a compliance spec from skill content is automated by extracting defined rules and agent definitions to produce an executable YAML spec, which then drives scenario prompts for testing agent behavior.

Do I need YAML specs and trace data to compute a compliance score?

YAML specs and trace data are required to compute a compliance score, as the system needs defined rules to classify tool calls and needs a compliant environment to execute representative scenarios.

Can I test agent behavior with varying prompt strictness levels?

Testing agent behavior with varying prompt strictness is supported by producing three scenario prompts with decreasing strictness, allowing you to observe how agents perform under different instruction constraints.

What format are the compliance reports delivered in?

Compliance reports are delivered as self-contained Markdown files, providing a clear timeline and deterministic metrics suitable for auditing agent behavior and tool-call classification.