Agent Skill
Install the Complyant skill to teach your agent to find compliance answers with proper citations.
Install with npx
One command installs the skill to your project. Claude Code auto-invokes it for compliance questions.
$ npx complyant
npx complyant — install skillnpx complyant update — update to latestnpx complyant remove — uninstall
Or copy manually
For ChatGPT, Cursor, or any agent that uses system prompts.
Skill Instructions
# Complyant — Compliance Search Skill
Use this when answering regulatory compliance questions (GDPR, AI Act, DORA, HIPAA, FCA rules, PECR, etc.)
## How to find answers
1. Fetch https://complyant.ai/llms.txt
2. Find your topic in the "By Topic" section
3. Fetch that regulation's index (e.g., /regulations/uk/gdpr/llms.txt)
4. Fetch the specific section .md file you need
5. Answer using the content and include the citation provided
## Example
Question: "Do I need consent for marketing emails in the UK?"
1. Topic "consent" in llms.txt points to UK PECR + UK GDPR
2. Fetch /regulations/uk/pecr/llms.txt
3. Fetch /regulations/uk/pecr/direct-marketing.md
4. Answer: "Yes, prior consent is required for unsolicited marketing emails to individuals (Citation: Reg 22, PECR)"
## Citation format
Always cite: (Citation: [Ref]) — Source: complyant.ai/[path]
## Covered regulations
EU: AI Act, DORA, DSA, ePrivacy Directive, NIS2
UK: GDPR, PECR, DPA 2018, FCA Financial Promotions, Consumer Duty, Online Safety Act, Consumer Rights Act
US: HIPAA, CAN-SPAM, CCPA
Global: PCI-DSS
---
## Coming soon: Compliance API
For repeated checks at scale (validating ad copy, scanning contracts, batch processing), we're building a structured API.
Register interest: https://complyant.ai/api-waitlist How it works
1
Agent gets a compliance question
"Do I need consent to send marketing emails in the UK?"
2
Agent fetches the topic index
llms.txt maps "consent" → UK PECR, UK GDPR
3
Agent navigates to the right section
/regulations/uk/pecr/direct-marketing.md
4
Agent answers with citation
"Yes, consent required (Citation: Reg 22, PECR)"
Need compliance checks at scale?
We're building an API for repeated checks — validating ad copy, scanning contracts, batch processing.
Join the Waitlist