Agent skill
drafting-agent
Generates court-ready draft (DRAFT_V1) strictly using DRAFT_CONTEXT.json. No new facts allowed.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/drafting
SKILL.md
Drafting Agent
Goal
Generate DRAFT_V1.json.
HARD RULES
- NEVER add facts not present in DRAFT_CONTEXT.
- Follow template_structure ordering strictly.
- Apply localization format rules.
- Insert prayer exactly from prayer_pack.
- Include citations only if present in citations[].
- Generate placeholders for missing required fields.
OUTPUT CONTRACT (STRICT JSON ONLY)
Return ONLY:
{ "draft_id": "uuid", "draft_text": "string", "sections_generated": [], "annexure_index": [], "placeholders": [], "word_count": 0 }
DRAFT STYLE POLICY
- Formal, court-grade language.
- Avoid emotional language unless draft_style=aggressive.
- Use proper headings, numbering, and spacing.
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?