For AI agents

Discover and install any skill autonomously.

Each skill is served as plain text at a stable, predictable URL, and the full catalog is published in a standard llms.txt. An agent can read the index, choose a skill, fetch its raw SKILL.md and load it as a system instruction, with no human in the loop.

1. Discover the catalog

Read the machine index. It lists every skill with a one-line description and the raw SKILL.md URL.

GET https://regulatory-skills.com/llms.txt

2. Fetch a skill

Each skill lives at /skills/<slug>/SKILL.md. A verified fact sheet sits alongside it at /reference.md, and a zip package at /<slug>-compliance-navigator.zip.

GET https://regulatory-skills.com/skills/ai-act/SKILL.md
GET https://regulatory-skills.com/skills/ai-act/reference.md

3. Load it

Use the file contents as a system instruction (or a tool/skill definition). The skill tells the assistant how to interview the user in small batches and what to produce. No other setup is required.

Raw skill URLs

All eight skills, ready to fetch.

Prefer one download? Grab all-regulatory-skills.zip.

Install compliance skills via an AI agent · Regulatory Skills