rate-source-admiralty

Grades sources on the NATO Admiralty Code reliability and credibility axes.

4|1|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/radarist/structured-analytic-skills --skill rate-source-admiralty-radarist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: rate-source-admiralty
Source: https://github.com/radarist/structured-analytic-skills/tree/main/skills/rate-source-admiralty
Command: npx skills add https://github.com/radarist/structured-analytic-skills --skill rate-source-admiralty-radarist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? When a source is about to be cited or relied on, gut feelings about trustworthiness are not defensible. This Skill applies the NATO Admiralty Code (STANAG 2511 / AJP-2.1, FM 2-22.3 Appendix B) to grade a source's reliability (A–F) separately from the credibility of the specific information it reports (1–6), producing a combined code like B2 with a one-sentence rationale. ## Core Features & Use Cases - Two-axis grading: Assigns a reliability letter from the originator's track record and a credibility digit from corroboration and logic, keeping the axes independent instead of collapsing them into one score. - Structured JSON output: Emits a record with source, reliability, credibility, combined code, rationale, and grading date for each graded source. - Deterministic companion tool: scripts/admiralty.py (Python 3, stdlib only) validates codes, prints the 6×6 matrix, aggregates grades across sources about one claim, and flags conflicts between well-graded sources. - Use Case: A draft cites a Reuters report of an unconfirmed funding round. The Skill identifies Reuters as the originator, grades it B2 with a rationale, and re-grades to B1 once an independent filing confirms the figure. ## Quick Start Ask the agent to grade a specific source on the Admiralty scale, for example: "Give this Reuters report an Admiralty rating — what is its A1–F6 grade and why?"

Frequently Asked Questions about rate-source-admiralty

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I grade a source with the Admiralty Code?▼

Identify the actual originator, assign a reliability letter A–F from its track record, then assign a credibility digit 1–6 based on whether the item is independently confirmed, consistent, doubtful, or unjudgeable. Combine them into a code like B2 with a one-sentence rationale.

What does an Admiralty grade like B2 mean?▼

B2 means the source is usually reliable (minor doubt, history of valid information) and the information is probably true (not confirmed but logical and consistent with other known information). The letter and digit are independent axes defined in NATO STANAG 2511 and FM 2-22.3 Appendix B.

When should I use triangulation instead of an Admiralty grade?▼

Use triangulation when the question is whether a claim is corroborated by multiple independent sources, not how trustworthy one source is. The Admiralty Code grades a single source; corroboration across sources is a separate analysis step.

Can the Admiralty grade be converted to a percentage confidence?▼

No. The standard defines two independent ordinal axes with no combination rule, and the companion tool explicitly refuses to emit a percentage. Collapsing the pair hides which axis is weak, and F or 6 mean 'no basis to judge', not low confidence.

What does an F6 rating mean for a source?▼

F6 means there is no basis to judge either axis: the source has no reporting history (F) and the information is wholly new (6). It signals ignorance rather than distrust, and such items should go to a lateral-check list rather than into evidence.