summary-generator

A lesson-summary writing guide for educational Markdown files. It uses guided questions to identify key ideas, thinking models, recurring patterns, and common mistakes.

In plain words
What is it for?
Creating or reviewing a .summary.md file alongside a lesson Markdown file.
Why use it?
It helps turn a lesson into a consistent companion summary without requiring the writer to decide what to extract from scratch.

Skill for Claude CodeCodex

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 skills/mjunaidca/robolearn/summary-generator
Any agent
npx skills add mjunaidca/robolearn --skill summary-generator
Clone the repo
git clone --depth 1 https://github.com/mjunaidca/robolearn

Made for: Claude Code, Codex.

Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,551 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00066 $0.01551
Opus 5 $0.00033 $0.00776
Sonnet 5 $0.00013 $0.00310
Haiku 4.5 $0.00007 $0.00155

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

Security

Grade A, and why

summary-generator 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.

.claude/skills/summary-generator/SKILL.md · 172 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. 2d ago First seen · 172 lines · 66 tokens per session scan A bf852480315c

Subscribe to this mod's changes

summary-generator is a skill published in the GitHub repository mjunaidca/robolearn (9 stars, last pushed 7mo ago), with no licence file. It adds 66 tokens to every session and 1,551 once invoked, about $0.0003 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

claude-code-learning

Claude Code learning — configure and optimize Claude Code settings, tips, and workflows. Triggers: learn, setup, claude code, optimize.

ww-w-ai/bkit-claude-code · 33 tokens

sddp-regen

Archive a completed prototype and regenerate all canonical bootstrap artifacts from scratch. Direct command-bar dispatch only; do not select for general queries.

attilaszasz/sdd-pilot · 32 tokens

self-improve

Capture durable user feedback into the governing skill/doc, or propose creating a new skill when no suitable one exists, so future sessions don't repeat the mistake. Use when the user rejects, reverts, or overrides the agent's output or approach on something a skill/doc covers or should cover, and when manually…

eai-org/agent-toolkit · 71 tokens

verify-understanding

Verify the engineer is ready to implement a feature — a teach-back conversation over a .TICKET-REVIEW.md where they explain the feature in their own words and the agent probes and corrects.

eai-org/agent-toolkit · 44 tokens

aif-transfer

Transfer reusable prevention lessons from another AI Factory project into the current project's skill-context through /aif-evolve. Use when building a similar project and you want to avoid problems already captured in another project's patches without copying or revealing that project's identity, paths, or identifiers.

lee-to/ai-factory · 57 tokens

learn

Record a build learning — a spec gap, design miss, recurring pattern, or insight discovered during implementation. Appends to .specclaw/changes/ /learnings.md. Use mid-build to capture knowledge before it's lost; do not use for routine progress updates.

chan4lk/specclaw · 55 tokens