where-to-incorporate

where-to-incorporate is a skill for Claude Code from Danielmc09/jurisdiction-latam. It costs 63 tokens per session (2,666 once invoked), scanned A, original, Apache-2.0.

A decision workflow for choosing where to legally register a company. It compares another territory with the place where the founder lives and actually operates.

In plain words
What is it for?
Use it to compare incorporation locations, quantify the benefits and costs of moving, and decide whether another territory justifies the added operational friction.
Why use it?
It makes operating costs, customer and team locations, ecosystem benefits, and usable tax incentives part of the decision instead of focusing only on headline incentives.

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 compare incorporation locations, quantify the benefits and costs of moving, and decide whether another territory justifies the added operational friction.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielmc09/jurisdiction-latam/where-to-incorporate"><img src="https://agentmods.dev/badge/skills/danielmc09/jurisdiction-latam/where-to-incorporate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,666 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.00063 $0.02666
Opus 5 $0.00032 $0.01333
Sonnet 5 $0.00013 $0.00533
Haiku 4.5 $0.00006 $0.00267

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

Security

Grade A, and why

where-to-incorporate 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/where-to-incorporate/SKILL.md · 289 lines

How it starts

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

Where to Incorporate

Dónde domiciliar la empresa, con los números de cada territorio.

La carga de la prueba

El punto de partida es donde vives y operas. Moverse es lo que hay que justificar, no quedarse.

El skill no compara opciones en igualdad de condiciones. Parte de tu territorio actual y pregunta: ¿qué gana otro territorio que compense el costo y la fricción de estar allá?

Si la respuesta no se puede poner en números, la respuesta es quedarse.

La regla que ordena todo

El incentivo es el último criterio, no el primero.

Orden real de peso:

  1. Dónde vives y operas de verdad — el costo de operar lejos supera casi siempre al beneficio
  2. Dónde están tus clientes
  3. Dónde está o estará tu equipo
  4. Ecosistema: programas, capital, red
  5. Incentivos tributarios

Un beneficio que no puedes usar no es un beneficio. La mayoría exige presencia física, contratación local o inversión mínima.

Requiere

  • El perfil del negocio de jurisdiction-setup
  • Pack nacional y las capas territoriales candidatas
  • La realidad del fundador: dónde vive, dónde opera, si puede o quiere moverse

[CRÍTICO] Primera pregunta: ¿hay establecimiento físico?

Todo el análisis se bifurca aquí. No preguntarlo produce consejo equivocado en la mitad de los casos.

Rama A · Negocio con establecimiento abierto al público

Local, consultorio, taller, tienda, estudio.

El territorio lo define dónde está el local. Domiciliar en otra ciudad no tiene sentido: el establecimiento arrastra registro, impuesto local, autoridad sanitaria y licencias de apertura.

Aquí la comparación de territorios casi siempre la gana donde vas a abrir.

Rama B · Negocio sin establecimiento físico

Software, servicios remotos, producto digital.

Sí puedes domiciliar en una ciudad y trabajar desde otra. No hay obligación automática de abrir sucursal, y el trabajo remoto no crea un establecimiento.

Pero hay una consecuencia que casi nadie modela:

Read the full file on GitHub · 289 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 · 289 lines · 63 tokens per session scan A 4b1a82412cbb

Subscribe to this mod's changes

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