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.
npx agentmods add skills/runkids/feature-radar/feature-radar-learnnpx skills add runkids/feature-radar --skill feature-radar-learngit clone --depth 1 https://github.com/runkids/feature-radarWrote 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.
[](https://agentmods.dev/skills/runkids/feature-radar/feature-radar-learn)<a href="https://agentmods.dev/skills/runkids/feature-radar/feature-radar-learn"><img src="https://agentmods.dev/badge/skills/runkids/feature-radar/feature-radar-learn.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00210 | $0.00820 |
| Opus 5 | $0.00105 | $0.00410 |
| Sonnet 5 | $0.00042 | $0.00164 |
| Haiku 4.5 | $0.00021 | $0.00082 |
Grade A, and why
feature-radar-learn 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Extract Learnings
Capture reusable knowledge from completed work into .feature-radar/specs/.
Deep Read
Behavioral Directives
Workflow
- Identify the source — ask the user what was just completed (feature, bug fix, refactor, investigation)
- Analyze the work — review recent commits, changed files, and implementation decisions
- Extract knowledge — identify what's reusable:
- Patterns: recurring solutions worth replicating (e.g., "three-tier config merge")
- Decisions: architectural choices with rationale (e.g., "YAML over JSON because...")
- Pitfalls: mistakes or dead ends others should avoid
- Techniques: implementation approaches that worked well
Before writing to specs/, classify each piece of knowledge into exactly one category:
- Pattern: recurring solution worth replicating
- Decision: architectural choice with rationale
- Pitfall: mistake or dead end to avoid
- Technique: implementation approach that worked well
State the classification explicitly in your output.
- Write to specs — create or append to
.feature-radar/specs/{topic}.md - Checkpoint — State what was written and ask: "I've written to
specs/{topic}.md({classification type}). Does this look correct, or should I adjust anything?" Wait for user confirmation before proceeding. - Update base.md — increment the specs count in Tracking Summary
File Format
Use the format defined in ../feature-radar/references/SPEC.md § 3.4 (specs/{topic}.md).
Guidelines
- One topic per file. If the learning spans multiple topics, create multiple files.
- Name files by the pattern, not by the feature that produced it.
- Good:
yaml-config-merge.md,symlink-vs-copy-tradeoffs.md - Bad:
audit-feature-learnings.md,v2-refactor-notes.md
- Good:
- Append to existing files when the new learning extends a known topic.
- Keep it concise — future readers need the insight, not the full story.
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.
- 6d ago First seen · 81 lines · 210 tokens per session scan A f3c0631997f4
feature-radar-learn is a skill published in the GitHub repository runkids/feature-radar (13 stars, last pushed 6mo ago), licensed MIT. It adds 210 tokens to every session and 820 once invoked, about $0.0011 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.
Other skills, from other repositories
register-context
Use this skill to register an existing file as context in CLAUDE.md so content skills can discover and load it for future work. Invoke when the user says "register this as context", "promote to context", "add this to context", "add this file to the context table", "reference this in CLAUDE.md", or "make this a context…
ai-building-chatbots
Build a conversational AI assistant with memory and state. Use when you need a customer support chatbot, helpdesk bot, onboarding assistant, sales qualification bot, FAQ assistant, or any multi-turn conversational AI. Also used for chatbot remember previous messages, conversational AI keeps forgetting context, build a…
mental-model
Maintains a living mental model of the codebase. Read mental-model.md before making changes, update it when discovering new patterns or behaviors.
client-context-system
Sets up a complete per-client workspace in Cowork with isolated context, preferences, deliverable templates, running notes, decision log, and automatic status reporting. For consultants, agencies, and professional services. Useful when onboarding a new client, during engagement kickoffs, for organizing existing client…
context-manager
Teaches you how to break large tasks into stages, save your place between sessions, and recover smoothly when a task gets interrupted. Use when planning a multi-day project, for breaking down large work into manageable stages, during recovery from an interrupted session, when managing complex ongoing work, or when the…
memory-system
Sets up a file-based memory system so Cowork always knows who you are, how you work, and where your projects stand. For eliminating repetitive re-introductions at session start, when building persistent context across multiple projects, or during initial Cowork onboarding. Use when the user says "claude doesn't…