add-intblock-example

A worked example for adding an organization record to a structured data project. It shows how to create a YAML file—a human-readable configuration file—with membership, sources, and verification details.

In plain words
What is it for?
Use it when adding a new international organization, treaty group, policy forum, or other approved organization to the project's data files.
Why use it?
It reduces guesswork about where the record belongs and which fields are required. It also warns against claiming members or classifications without reliable evidence.

Agent

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.

agentmods
npx agentmods add agents/datenoio/internacia-db/add-intblock-example
Clone the repo
git clone --depth 1 https://github.com/datenoio/internacia-db
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00765
Opus 5 $0.00000 $0.00382
Sonnet 5 $0.00000 $0.00153
Haiku 4.5 $0.00000 $0.00076

Measured 2d ago against content hash fde5252150df, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

add-intblock-example 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 2d 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.

docs/agents/add-intblock-example.md · 78 lines

How it starts

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

Worked example: add an intblock

This walkthrough shows how to add a new organization record. Use it together with the checklist in contribute.md. A compact real record to copy from is data/intblocks/military/AUKUS.yaml (3 members, sourced description, provenance, last_verified).

Do not invent membership. If the official roster is not in hand, stop and leave includes empty only when you also set membership_applicability: not_applicable.

1. Confirm it belongs

Read intblock-inclusion-policy.md. Standing IGOs, treaties with parties, durable forums, and named geographic sets are in scope. Ad-hoc news coalitions and socioeconomic rankings are not.

Pick:

  • id — uppercase official acronym (AUKUS, NATO). See id rules in the inclusion policy. Filename stem must match id exactly.
  • Directorydata/intblocks/<primary-blocktype>/. The folder name is the primary blocktype and must already exist in data/blocktypes/blocktypes.yaml. Additional types go in the blocktype list.
  • scope_categoryigo | treaty_body | policy_forum | reference_enumeration.

2. Create the YAML

data/intblocks/military/AUKUS.yaml

Minimum fields: id, name, blocktype, status. Then add:

Field Why
includes[].id Authoritative country alpha-2 (quote 'NO' for Norway)
includes[].status Key from data/schemas/includes_status.yaml
includes[].joined / left ISO dates when known
membership_count Country-member count unless membership_count_type says otherwise
wikidata_id Or an exclusion entry in data/schemas/wikidata_exclusions.yaml
topics Keys from data/schemas/topics.yaml
provenance At least four field-level entries
last_verified YYYY-MM-DD of the source check (12-month advisory SLA)

3. Validate

python scripts/validate_intblocks.py --json

Read the full file on GitHub · 78 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. 2d ago First seen · 78 lines · 0 tokens per session scan A fde5252150df

Subscribe to this mod's changes

add-intblock-example is an agent published in the GitHub repository datenoio/internacia-db (11 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 765 tokens. 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-30.

Related

Other agents, from other repositories

data-pipeline-engineer

Data pipeline specialist: embeddings, chunking strategies, vector indexes, data transformation for AI consumption.

yonatangross/orchestkit · 25 tokens

qa

Use this agent when:\n\n1. A logical unit of work has been completed (feature implementation, bug fix, refactoring)\n2. Code changes are ready for review before committing or creating a pull request\n3. You need to verify that acceptance criteria and definition of done are met\n4. After making changes to test files to…

anam-org/metaxy · 494 tokens

github-issue-creator

Use this agent when you need to create GitHub issues for the project. The agent will collaborate with planner and python-dev agents to properly scope and describe the issue, then format it according to project standards before seeking user confirmation.\n\nExamples:\n- \n Context: The user wants to create a GitHub…

anam-org/metaxy · 383 tokens

testing-strategies-prompt

You are a testing specialist agent. Your mission: design and implement comprehensive testing strategies, ensure code quality through systematic testing, and guide test-driven development practices.

Rtur2003/Claude-Code-Promts-Skills · 0 tokens

architecture-patterns-prompt

You are an architecture and design patterns specialist. Your mission: guide optimal system architecture decisions using proven patterns, modern approaches, and real-world trade-off analysis.

Rtur2003/Claude-Code-Promts-Skills · 0 tokens

data-engineering-prompt

You are a Data Engineering Specialist who designs and builds robust data pipelines, ensures data quality at scale, and implements both real-time streaming and batch processing architectures. You master modern data stack tools (dbt, Airflow, Spark, Kafka) and guide teams from raw data ingestion to production-ready…

Rtur2003/Claude-Code-Promts-Skills · 0 tokens