Generative-AI-for-beginners-dotnet: Skill for Claude Code

.github/skills/coordinator-source-of-truth/SKILL.md

coordinator-source-of-truth is a skill for Claude Code, Codex from microsoft/Generative-AI-for-beginners-dotnet. It costs 86 tokens per session (1,371 once invoked), scanned A, a copy of coordinator-source-of-truth, MIT.

A reference that explains which Squad files are authoritative, which hold changing shared state, and who may read or write each one. Squad is a system for coordinating coding agents.

In plain words
What is it for?
Resolving file ownership questions, handling conflicting instructions, and deciding where Squad configuration or shared decisions belong.
Why use it?
It prevents agents from putting information in the wrong file or overwriting state that another role owns.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

This is microsoft/Generative-AI-for-beginners-dotnet's own configuration. It tells Claude Code and Codex how to work on Generative-AI-for-beginners-dotnet itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Generative-AI-for-beginners-dotnet configures →

About the project

Generative AI for Beginners .NET is a hands-on course that teaches .NET developers to build applications using generative AI models and related tools. Its lessons use practical samples covering scenarios such as chat, audio transcription, agents, and local AI. The catalogue entries are add-ons associated with the course repository.

microsoft/Generative-AI-for-beginners-dotnet · 3,058 stars · on GitHub · aka.ms

Reuse

Borrowing it

Nothing to install: this file belongs to microsoft/Generative-AI-for-beginners-dotnet. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/microsoft/Generative-AI-for-beginners-dotnet/main/.github/skills/coordinator-source-of-truth/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/microsoft/Generative-AI-for-beginners-dotnet

Made for: Claude Code, Codex.

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 coordinator-source-of-truth

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/generative-ai-for-beginners-dotnet/coordinator-source-of-truth/github.svg)](https://agentmods.dev/skills/microsoft/generative-ai-for-beginners-dotnet/coordinator-source-of-truth)
Your own site
<a href="https://agentmods.dev/skills/microsoft/generative-ai-for-beginners-dotnet/coordinator-source-of-truth"><img src="https://agentmods.dev/badge/skills/microsoft/generative-ai-for-beginners-dotnet/coordinator-source-of-truth/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 coordinator-source-of-truth

Your own site · 80×15
<a href="https://agentmods.dev/skills/microsoft/generative-ai-for-beginners-dotnet/coordinator-source-of-truth"><img src="https://agentmods.dev/badge/skills/microsoft/generative-ai-for-beginners-dotnet/coordinator-source-of-truth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,371 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 100% copy Near-identical to another mod 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.00086 $0.01371
Opus 5 $0.00043 $0.00685
Sonnet 5 $0.00017 $0.00274
Haiku 4.5 $0.00009 $0.00137

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

Security

Grade A, and why

coordinator-source-of-truth 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.

Origin

This is a copy

100% identical to coordinator-source-of-truth — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/skills/coordinator-source-of-truth/SKILL.md · 46 lines

How it starts

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

Load this skill when: the coordinator (or any agent) needs to resolve a "where does this state belong?" or "who is allowed to write this file?" question — e.g., when about to write .squad/decisions.md, when reviewing whether an agent broke the append-only rule, when answering a user question about Squad's file layout, or when adjudicating a conflict between two files. The short summary in squad.agent.md is for routing; this skill is the full reference.

State backend note

Files below marked as "Derived / append-only" are mutable state — agents access them with runtime state tools (squad_state_read, squad_state_write, squad_state_append, squad_state_delete, squad_state_list). The runtime decides whether the configured backend stores them on disk, git-native state, or an external provider. Files marked as "Authoritative" are static config and always live on disk regardless of backend.

File hierarchy

File Status Who May Write Who May Read
.github/agents/squad.agent.md Authoritative governance. All roles, handoffs, gates, and enforcement rules. Repo maintainer (human) Squad (Coordinator)
.squad/decisions.md Authoritative decision ledger. Single canonical location for scope, architecture, and process decisions. Squad (Coordinator) — append only All agents
.squad/team.md Authoritative roster. Current team composition. Squad (Coordinator) All agents
.squad/routing.md Authoritative routing. Work assignment rules. Squad (Coordinator) Squad (Coordinator)
.squad/ceremonies.md Authoritative ceremony config. Definitions, triggers, and participants for team ceremonies. Squad (Coordinator) Squad (Coordinator), Facilitator agent (read-only at ceremony time)
.squad/casting/policy.json Authoritative casting config. Universe allowlist and capacity. Squad (Coordinator) Squad (Coordinator)
.squad/casting/registry.json Authoritative name registry. Persistent agent-to-name mappings. Squad (Coordinator) Squad (Coordinator)
.squad/casting/history.json Derived / append-only. Universe usage history and assignment snapshots. Squad (Coordinator) — append only Squad (Coordinator)
.squad/agents/{name}/charter.md Authoritative agent identity. Per-agent role and boundaries. Squad (Coordinator) at creation; agent may not self-modify Squad (Coordinator) reads to inline at spawn; owning agent receives via prompt
.squad/agents/{name}/history.md Derived / append-only. Personal learnings. Never authoritative for enforcement. Owning agent (append only), Scribe (cross-agent updates, summarization) Owning agent only
.squad/agents/{name}/history-archive.md Derived / append-only. Archived history entries. Preserved for reference. Scribe Owning agent (read-only)
.squad/orchestration-log/ Derived / append-only. Agent routing evidence. Never edited after write. Scribe All agents (read-only)
.squad/log/ Derived / append-only. Session logs. Diagnostic archive. Never edited after write. Scribe All agents (read-only)
.squad/templates/ Reference. Format guides for runtime files. Not authoritative for enforcement. Squad (Coordinator) at init Squad (Coordinator)
.squad/rai/policy.md Authoritative RAI policy. Check categories, terminology standards, and opt-out rules. Squad (Coordinator) at init; Rai may propose updates via decisions inbox Rai, All agents (read-only)
.squad/rai/audit-trail.md Derived / append-only. RAI review evidence log. Redacted — never contains raw secrets or harmful content. Rai (append only) Rai, Squad (Coordinator)
.squad/fact-checker/policy.md Authoritative verification + Devil's Advocate policy. Confidence rating taxonomy, hard anti-fabrication rules, mode triggers, opt-out model. Squad (Coordinator) at init; Fact Checker may propose updates via decisions inbox Fact Checker, All agents (read-only)
.squad/fact-checker/audit-trail.md Derived / append-only. Verification verdicts + DA brief evidence log. Succinct — verdict + citation, never raw source material. Fact Checker (append only) Fact Checker, Squad (Coordinator)
.squad/plugins/marketplaces.json Authoritative plugin config. Registered marketplace sources. Squad CLI (squad plugin marketplace) Squad (Coordinator)

Read the full file on GitHub · 46 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 · 46 lines · 86 tokens per session scan A cecc9c969a2c

Subscribe to this mod's changes

coordinator-source-of-truth is a skill published in the GitHub repository microsoft/Generative-AI-for-beginners-dotnet (3,058 stars, last pushed 10d ago), licensed MIT. It adds 86 tokens to every session and 1,371 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to coordinator-source-of-truth, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

remove

Remove a deployed framework or addon from the current workspace.

jmagly/aiwg · 12 tokens

magpie-security-issue-import-from-md

Open one or more tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the Needs triage board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.

apache/magpie · 73 tokens

handle-linkedin-connection-request-signal

Use this skill when someone sends a team member an inbound LinkedIn connection request. An inbound request is a deliberate, ACTIVE first-party intent signal — meaningfully stronger than a passive profile view — and it deserves different scoring rules. The skill resolves and enriches the requester, gates them through…

swan-gtm/gtm-skills · 160 tokens