getting-started

getting-started is a skill for Claude Code from obielin/responsible-ai-skills. It costs 29 tokens per session (514 once invoked), scanned A, original, MIT.

A starting guide to a set of required responsible-AI reviews for building and operating AI systems. Responsible AI means considering fairness, explainability, safety, human control, and accountability.

In plain words
What is it for?
Use it at the beginning of an AI or machine-learning task to identify required skills for data handling, bias, fairness, explanations, oversight, governance, and incidents.
Why use it?
It tells you which review applies at each stage, so important checks are not skipped because a task seems small or simple.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the responsible-ai-skills plugin — 9 skills shipped together

Good fit Use it at the beginning of an AI or machine-learning task to identify required skills for data handling, bias, fairness, explanations, oversight, governance, and incidents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/obielin/responsible-ai-skills/getting-started
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 obielin/responsible-ai-skills --skill getting-started
Clone the repo
git clone --depth 1 https://github.com/obielin/responsible-ai-skills

Made for: Claude Code.

Or install responsible-ai-skills, 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 getting-started

README.md
[![agentmods](https://agentmods.dev/badge/skills/obielin/responsible-ai-skills/getting-started/github.svg)](https://agentmods.dev/skills/obielin/responsible-ai-skills/getting-started)
Your own site
<a href="https://agentmods.dev/skills/obielin/responsible-ai-skills/getting-started"><img src="https://agentmods.dev/badge/skills/obielin/responsible-ai-skills/getting-started/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 getting-started

Your own site · 80×15
<a href="https://agentmods.dev/skills/obielin/responsible-ai-skills/getting-started"><img src="https://agentmods.dev/badge/skills/obielin/responsible-ai-skills/getting-started.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 514 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.00029 $0.00514
Opus 5 $0.00015 $0.00257
Sonnet 5 $0.00006 $0.00103
Haiku 4.5 $0.00003 $0.00051

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

Security

Grade A, and why

getting-started 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 9d 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.

skills/getting-started/SKILL.md · 55 lines

How it starts

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

Responsible AI Skills — Getting Started

You have a suite of Responsible AI Skills. These are mandatory workflows, not suggestions.

What These Skills Do

They ensure every AI system you build is:

  • Explainable — decisions can be understood and justified
  • Fair — performance is equitable across population groups
  • Governed — documentation exists for audit and accountability
  • Aligned — behaviour matches stated intent and human values
  • Safe — incidents have a response plan before they happen

Available Skills

Skill When It Activates
bias-assessment Loading datasets, training models, evaluating model performance
fairness-testing Writing tests for any ML model or classifier
explainability-by-default Building prediction, classification, or recommendation systems
governance-documentation Before deploying any AI system to production
responsible-data-handling Accessing, loading, or processing datasets
human-oversight-design Designing autonomous or agentic AI systems
ai-incident-response AI system behaves unexpectedly, produces harmful output, or underperforms
alignment-review Before marking any AI feature complete

Mandatory Rules

  1. Before building any AI feature — check if a skill applies. If it does, read and follow it.
  2. Before calling any AI task "done" — run alignment-review.
  3. Before deploying to production — run governance-documentation.
  4. You cannot skip these steps by claiming time pressure or simplicity.

How Skills Work

Skills load progressively — this file uses ~100 tokens. Full skill content loads only when relevant. This means you can have all skills available without context cost.

Quick Reference

Building a classifier?        → bias-assessment + fairness-testing + explainability-by-default
Loading training data?        → responsible-data-handling
Deploying to production?      → governance-documentation
Designing an agent?           → human-oversight-design
Something went wrong?         → ai-incident-response
Finishing any AI feature?     → alignment-review (ALWAYS)

Read the full file on GitHub · 55 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. 9d ago First seen · 55 lines · 29 tokens per session scan A ff6b0918ee11

Subscribe to this mod's changes

getting-started is a skill published in the GitHub repository obielin/responsible-ai-skills (2 stars, last pushed 5mo ago), licensed MIT. It adds 29 tokens to every session and 514 once invoked, about $0.0001 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

embed

Generate, inspect, and use node/text embeddings in Semantica — compute Node2Vec embeddings, find similar nodes, score link predictions, batch similarity, and pairwise similarity. Uses NodeEmbedder, SimilarityCalculator, LinkPredictor, and AgentContext. Sub-commands: compute, similar, similarity, predict-link…

semantica-agi/semantica · 0 tokens

visualize

Visualize the Semantica knowledge graph — topology, centrality, communities, paths, embeddings, decision insights, and temporal evolution. Uses GraphAnalyzer, CentralityCalculator, CommunityDetector, PathFinder, and ContextGraph analytics. Sub-commands: topology, centrality, community, path, decision-graph, insights…

semantica-agi/semantica · 0 tokens

reason

Run reasoning over the Semantica knowledge graph — deductive logic, abductive hypothesis generation, Datalog programs, SPARQL queries, Rete network evaluation. Uses DeductiveReasoner, AbductiveReasoner, DatalogReasoner, SPARQLReasoner, ReteEngine. Sub-commands: deductive, abductive, datalog, sparql, rete, prove…

semantica-agi/semantica · 0 tokens

temporal

Temporal graph operations on Semantica — scoped queries at a point in time, graph snapshots, node change timelines, temporal causal analysis, and graph state reconstruction. Uses AgentContext.findprecedents(asof=), ContextGraph.stateat(), CausalChainAnalyzer.traceattime(), and TemporalQueryRewriter. Sub-commands…

semantica-agi/semantica · 0 tokens

validate

Validate Semantica pipelines, extraction quality, graph schemas, and ontology consistency. Returns structured error/warning checklists. Uses PipelineValidator, PipelineBuilder.validatepipeline(), GraphValidator, and OntologyValidator. Sub-commands: pipeline, step, dependencies, extraction, graph, ontology, performance.

semantica-agi/semantica · 0 tokens

extract

Run the full Semantica semantic extraction pipeline on a file or selected text — NER, relations, events, coreference resolution, triplets, and validation. Clears result cache before each run. Returns Markdown tables with entity/relation/event/triplet results and inline validator warnings.

semantica-agi/semantica · 59 tokens