jurisdiction-setup

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

A setup guide that defines the legal context for a business by recording its country, region, city, industry, software or business structure, and formation status. It uses this profile to determine which jurisdiction and subject-specific information applies.

In plain words
What is it for?
Use it as the first step to create a jurisdiction profile and decide which later research is needed, including company formation, data protection, industry rules, or architecture-specific requirements.
Why use it?
Business rules do not depend only on the country; local government, industry, data handling, and company stage can change the requirements. This prevents filling gaps with assumptions, such as guessing a country from the language used.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

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

Good fit Use it as the first step to create a jurisdiction profile and decide which later research is needed, including company formation, data protection, industry rules, or architecture-specific requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielmc09/jurisdiction-latam/jurisdiction-setup
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 jurisdiction-setup
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 jurisdiction-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/jurisdiction-setup/github.svg)](https://agentmods.dev/skills/danielmc09/jurisdiction-latam/jurisdiction-setup)
Your own site
<a href="https://agentmods.dev/skills/danielmc09/jurisdiction-latam/jurisdiction-setup"><img src="https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/jurisdiction-setup/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 jurisdiction-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielmc09/jurisdiction-latam/jurisdiction-setup"><img src="https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/jurisdiction-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,174 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.00065 $0.01174
Opus 5 $0.00032 $0.00587
Sonnet 5 $0.00013 $0.00235
Haiku 4.5 $0.00006 $0.00117

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

Security

Grade A, and why

jurisdiction-setup 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 12d 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/jurisdiction-setup/SKILL.md · 132 lines

How it starts

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

Jurisdiction Setup

Se corre una vez. Define qué se carga en todas las sesiones.

Requiere

Nada previo. Es el primer skill que se corre.

Necesita del humano: país, departamento, municipio, a qué se dedica el negocio, si trata datos de terceros, y si ya está constituido.

Si el usuario no sabe alguna, no la inventes. Márcala [SIN DEFINIR] en el perfil y sigue: el perfil se puede completar después.

Las cuatro dimensiones

El marco legal de un negocio no lo define solo el país:

Dimensión Ejemplo Se carga desde
Territorio Colombia → Cundinamarca → Bogotá packs/co.md + packs/co/bogota.md
Sector Fintech, salud, agro, alimentos sectors/co/<sector>.md
Arquitectura SaaS multi-tenant, marketplace, e-commerce modules/<modulo>.md
Etapa Constituido o en proceso Decide si corre company-formation

Las cuatro se suman. Ninguna reemplaza a otra.

Procedimiento

1. Territorio — pregunta los tres niveles

Nunca infieras el país por el idioma. El español se habla en veinte países con marcos distintos.

  1. ¿En qué país opera o va a operar?
  2. ¿En qué departamento, estado o provincia?
  3. ¿En qué ciudad o municipio?

El nivel local no es un detalle. Registro mercantil, impuestos locales, autoridad sanitaria, uso del suelo y apertura de establecimiento suelen ser competencia municipal. Un negocio en Ibagué no se rige por normas distritales de Bogotá.

Si opera en varios territorios: se crea una capa por cada uno. Nunca se fusionan.

2. Sector

¿A qué se dedica el negocio? Descríbelo en una frase.

De ahí infieres el sector y lo confirmas. No lo asumas.

Si el sector no existe en sectors/<iso>/, dilo: hay que investigarlo, y puede ser un aporte al proyecto.

Si el negocio es genuinamente transversal —una herramienta de productividad, por ejemplo— no hay pack sectorial y está bien.

3. Arquitectura de negocio

¿El negocio trata datos de personas que no son sus clientes directos?

Read the full file on GitHub · 132 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. 12d ago First seen · 132 lines · 65 tokens per session scan A 05592a2ed3f6

Subscribe to this mod's changes

jurisdiction-setup is a skill published in the GitHub repository Danielmc09/jurisdiction-latam (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 65 tokens to every session and 1,174 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