doc-drafter

doc-drafter is a skill for Claude Code from Danielmc09/jurisdiction-latam. It costs 67 tokens per session (1,123 once invoked), scanned A, original, Apache-2.0.

A document-drafting guide that turns jurisdiction-specific legal research into preliminary business documents for review by a lawyer. It includes documents such as customer terms, privacy documents, data-processing agreements, and retention policies when the situation requires them.

In plain words
What is it for?
Use it to prepare drafts for customer contracts, personal-data handling, privacy notices, multi-tenant platform arrangements, consent forms, internal manuals, and data retention.
Why use it?
Finding the relevant rule is different from turning it into a usable clause or document. This creates a starting draft while clearly warning that it needs professional review, especially when the source material is outdated or unverified.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the jurisdiction-kit plugin — 9 skills shipped together

Good fit Use it to prepare drafts for customer contracts, personal-data handling, privacy notices, multi-tenant platform arrangements, consent forms, internal manuals, and data retention.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielmc09/jurisdiction-latam/doc-drafter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Danielmc09/jurisdiction-latam --skill doc-drafter
Clone the repo
git clone --depth 1 https://github.com/Danielmc09/jurisdiction-latam

Made for: Claude Code.

Or install jurisdiction-kit, the plugin that ships this one along with the rest of its 9 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for doc-drafter

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/doc-drafter/github.svg)](https://agentmods.dev/skills/danielmc09/jurisdiction-latam/doc-drafter)
Your own site
<a href="https://agentmods.dev/skills/danielmc09/jurisdiction-latam/doc-drafter"><img src="https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/doc-drafter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for doc-drafter

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielmc09/jurisdiction-latam/doc-drafter"><img src="https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/doc-drafter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,123 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.01123
Opus 5 $0.00034 $0.00562
Sonnet 5 $0.00013 $0.00225
Haiku 4.5 $0.00007 $0.00112

Measured 11d ago against content hash c3b0d3d9d1fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

doc-drafter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

jurisdiction-kit/skills/doc-drafter/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Doc Drafter

De "acá está la norma" a "acá está la cláusula".

Regla número uno

Todo lo que produce este skill es un BORRADOR PARA ABOGADO. Cada documento generado abre con esa advertencia. Sin excepción, sin importar qué tan completo se vea.

Un borrador que se ve terminado es más peligroso que uno que se ve incompleto: se publica sin revisar.

Requiere

  • El pack de la jurisdicción en packs/<iso>.md
  • Verificar el semáforo de vigencia. Si el pack está VENCIDO, detente
  • Contexto del negocio: qué hace, qué datos trata, con qué arquitectura

Si el pack está marcado NO VALIDADO, cada documento generado lo repite en su encabezado.

Qué genera

Documento Cuándo aplica
Términos y condiciones Siempre que haya contrato con clientes
Política de tratamiento Si trata datos personales — obligatoria
Aviso de privacidad Si recoge datos en formularios o canales
Acuerdo de encargo Solo si es plataforma multi-tenant
Autorización del titular Si el cliente del cliente aporta datos
Manual interno Si el pack lo exige. No es la política
Política de retención Si conserva datos de terceros

Procedimiento

1. Determinar la arquitectura de roles

Antes de escribir nada:

  • ¿Quién decide las finalidades del tratamiento?
  • ¿Hay datos de terceros aportados por el cliente?
  • ¿La plataforma es Responsable, Encargado, o ambos?

Si es B2B2C, carga la sección multi-tenant del pack. La cadena Responsable/Encargado cambia quién responde por qué, y con ella cambian todos los documentos.

2. Mapear norma → cláusula

Por cada obligación del pack, la cláusula que la implementa. Cada cláusula cita la línea del pack que la origina.

### <N>. <Título de la cláusula>
<texto de la cláusula>

> Origen: <sección del pack> · <norma> · <URL>

Sin origen, la cláusula no se escribe. Es lo que permite auditarla después y actualizarla cuando cambie la norma.

3. Marcar lo que el humano debe decidir

Read the full file on GitHub · 125 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 125 lines · 67 tokens per session scan A c3b0d3d9d1fd

Subscribe to this mod's changes

doc-drafter is a skill published in the GitHub repository Danielmc09/jurisdiction-latam (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 67 tokens to every session and 1,123 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens

iso42001

Expert ISO 42001 AI Management System (AIMS) compliance advisor. Use this skill whenever a user asks about ISO/IEC 42001:2023, AI governance, AI management systems, AI risk assessment, AI system impact assessment, Annex A controls for AI, Statement of Applicability for AI systems, AI policy, responsible AI, AI…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 173 tokens

eu-cra

Expert EU Cyber Resilience Act (CRA) advisor for Regulation (EU) 2024/2847 — mandatory cybersecurity and vulnerability handling requirements for all products with digital elements (PDEs) sold in the EU. Use this skill for gap analysis, product classification (Default / Class I / Class II), conformity assessment route…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 133 tokens

nist-800-53

NIST SP 800-53 Rev 5 compliance advisor — all 20 control families (AC, AT, AU, CA, CM, CP, IA, IR, MA, MP, PE, PL, PM, PS, PT, RA, SA, SC, SI, SR), Low/Moderate/High baseline selection, FIPS 199/200 system categorization, control tailoring and overlays, privacy controls (PT family), supply chain risk management (SR…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 177 tokens

hipaa-compliance

Expert HIPAA compliance assistant for healthcare and software contexts. Use this skill whenever the user mentions HIPAA, PHI (Protected Health Information), ePHI, covered entities, business associates, healthcare data privacy, medical records, health information security, BAA (Business Associate Agreements), or any…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 161 tokens

GRC & Compliance

Governance, risk, and compliance — risk assessment and scoring, control mapping across NIST CSF 2.0 / ISO 27001:2022 / SOC 2 / CIS Controls v8, gap analysis, audit evidence preparation, and security policy generation.

Masriyan/Claude-Code-CyberSecurity-Skill · 58 tokens