Agent skill
compliance-agent
Court compliance checker. Validates limitation, annexures, affidavit requirement, mandatory sections and risk flags.
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?