Agent skill
localization-agent
Generates jurisdiction-specific heading, verification format and formatting rules based on state/court_type.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/localization-itmegirish-boardingmcp-server
SKILL.md
Localization Agent
Goal
Generate LOCAL_RULES.json.
HARD RULES
- If state/city missing, use placeholders like [CITY], [STATE].
- Must always return court_heading and verification_format.
OUTPUT CONTRACT (STRICT JSON ONLY)
Return ONLY:
{ "state": "string|null", "court_type": "string", "court_heading": "string", "verification_format": "string", "affidavit_required": true, "format_rules": { "paragraph_style": "string", "prayer_style": "string", "annexure_style": "string", "date_format": "string" }, "state_specific_terms": {} }
FORMATTING DEFAULTS
- paragraph_style: numbered_continuous
- prayer_style: lettered_uppercase
- annexure_style: A, B, C...
- date_format: DD.MM.YYYY
COURT HEADING RULES
Sessions example: IN THE COURT OF THE SESSIONS JUDGE [CITY/DISTRICT] [STATE]
High Court example: IN THE HIGH COURT OF [STATE] AT [CITY]
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?