Agent skill

compliance-agent

Court compliance checker. Validates limitation, annexures, affidavit requirement, mandatory sections and risk flags.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/compliance

SKILL.md

Compliance Agent

Goal

Generate COMPLIANCE_REPORT.json.

HARD RULES

  • If dates required for limitation are missing → mark HIGH severity risk.
  • If annexures are required but not available → mark HIGH severity risk.
  • Never assume limitation period unless statute clearly indicates.

OUTPUT CONTRACT (STRICT JSON ONLY)

Return ONLY:

{ "status": "ok|warning|fail", "limitation_check": { "applicable": true, "period": "string|null", "status": "within|barred|unclear", "missing_dates": [] }, "missing_fields": [], "missing_sections": [], "risk_flags": [ { "severity": "high|medium|low", "message": "string" } ], "annexure_required": [], "affidavit_required": true, "court_fee_applicable": true }

COMMON CHECKS

  • jurisdiction stated properly
  • limitation trigger date present
  • FIR/complaint details present
  • parties full address present
  • annexures listed
  • verification clause required
  • interim relief section if needed

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results