enrich

enrich is a skill for Claude Code from alexeykrol/claude-code-starter. It costs 22 tokens per session (220 once invoked), scanned A, original, no licence file.

A content improvement process that adds examples, exercises, quizzes, and links to related content.

In plain words
What is it for?
Use it to enrich books, courses, documentation, and knowledge bases.
Why use it?
It makes learning material more concrete and gives readers ways to practise and continue exploring a topic.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to enrich books, courses, documentation, and knowledge bases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexeykrol/claude-code-starter/enrich
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 alexeykrol/claude-code-starter --skill enrich
Clone the repo
git clone --depth 1 https://github.com/alexeykrol/claude-code-starter

Made for: Claude Code.

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 enrich

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexeykrol/claude-code-starter/enrich.svg)](https://agentmods.dev/skills/alexeykrol/claude-code-starter/enrich)
Your own site
<a href="https://agentmods.dev/skills/alexeykrol/claude-code-starter/enrich"><img src="https://agentmods.dev/badge/skills/alexeykrol/claude-code-starter/enrich.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 220 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 unknown 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.00022 $0.00220
Opus 5 $0.00011 $0.00110
Sonnet 5 $0.00004 $0.00044
Haiku 4.5 $0.00002 $0.00022

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

Security

Grade A, and why

enrich 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 7d 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.

templates/content/skills/enrich/SKILL.md · 45 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 45 lines · 22 tokens per session scan A e1175b125188

Subscribe to this mod's changes

enrich is a skill published in the GitHub repository alexeykrol/claude-code-starter (192 stars, last pushed 1mo ago), with no licence file. It adds 22 tokens to every session and 220 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-30.

Related

Other skills, from other repositories

context7-docs

Fetch up-to-date documentation and code examples for any library, framework, SDK, CLI tool, or cloud service. Use whenever the user asks about a specific library — even well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot — because training data may not reflect recent API changes or…

upstash/context7 · 157 tokens

project-docs

A documentation generator for creating a step-by-step guide to an existing code project. It can cover architecture, design ideas, code walkthroughs, runtime behaviour, building, integration, debugging, and conventions.

xstongxue/best-skills · 177 tokens

memstack-marketing-webinar-script

Use this skill when the user says 'webinar script', 'webinar', 'live presentation', 'teach-to-sell', or needs a timestamped presentation script with slide notes, presenter cues, and replay email sequence. Do NOT use for launch plans or static sales page copy.

cwinvestments/memstack · 65 tokens

memstack-development-mentor

Use when the user says 'teach me', 'explain as you go', 'mentor mode', 'walk me through', 'help me learn', 'explain why', 'learning mode', or wants real-time plain language narration of decisions and tradeoffs while building. Do NOT use for code review or debugging.

cwinvestments/memstack · 69 tokens

build-to-learn

Learn by building — learning is the goal, building is the test. When the user wants to make something, first turn the product into scenario scripts, translate those into capability blocks, then cut a ladder of stages: stage 1 is a runnable MVP, every later stage adds one block and still runs. Each stage carries a…

Tasihi89/build-to-learn · 283 tokens

know-code-teach

Explain architecture, decisions, and trade-offs to the human BEFORE making code edits and while coding. Use at session start, before any non-trivial implementation or refactor, when the user asks what is being built or why, after a know-code gate deny (before the quiz), or when the human is unfamiliar with the area.…

chtnnh/know-code · 77 tokens