learning-systems

learning-systems is a skill for Claude Code, Codex from unbound-force/gaze. It costs 10 tokens per session (291 once invoked), scanned A, original, Apache-2.0.

A system for recording the results of completed coding work and looking up lessons from earlier work. It stores details such as success, duration, files changed, errors, retries, and recurring problems.

In plain words
What is it for?
Use it after work to record outcomes, and before new work to query strategy results, file-specific warnings, and common failure patterns.
Why use it?
Past failures and successful approaches are easy to forget. Recorded outcomes can reveal which strategies work and which files or patterns commonly cause trouble.

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/unbound-force/gaze/learning-systems
Any agent
npx skills add unbound-force/gaze --skill learning-systems
Clone the repo
git clone --depth 1 https://github.com/unbound-force/gaze

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 learning-systems

README.md
[![agentmods](https://agentmods.dev/badge/skills/unbound-force/gaze/learning-systems.svg)](https://agentmods.dev/skills/unbound-force/gaze/learning-systems)
Your own site
<a href="https://agentmods.dev/skills/unbound-force/gaze/learning-systems"><img src="https://agentmods.dev/badge/skills/unbound-force/gaze/learning-systems.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 291 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00010 $0.00291
Opus 5 $0.00005 $0.00146
Sonnet 5 $0.00002 $0.00058
Haiku 4.5 $0.00001 $0.00029

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

Security

Grade A, and why

learning-systems 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 4d 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.

.opencode/skills/learning-systems/SKILL.md · 65 lines

What it actually says

Learning Systems

The forge improves over time by recording outcomes and querying insights.

Recording Outcomes

After every forge completion, record the outcome:

forge_record_outcome(
  bead_id="<id>",
  duration_ms=120000,
  success=true,
  strategy="file-based",
  files_touched=["internal/foo/bar.go"],
  error_count=0,
  retry_count=0
)

Querying Insights

Strategy Insights

Which decomposition strategies work best:

forge_get_strategy_insights(task="<task description>")

Returns success rates for file-based, feature-based, and risk-based strategies.

File Insights

Historical gotchas for specific files:

forge_get_file_insights(files=["internal/foo/bar.go"])

Returns past failure patterns, edge cases, and performance traps.

Pattern Insights

Common failure patterns across all forges:

forge_get_pattern_insights()

Returns top 5 most frequent failure patterns with recommendations.

When to Store vs Query

  • Store after completing work: learnings, decisions, gotchas
  • Query before starting work: check if someone solved it before
  • Use hivemind_store for general learnings
  • Use forge_record_outcome for structured forge metrics
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. 4d ago First seen · 65 lines · 10 tokens per session scan A 07ef1ff2ed8a

Subscribe to this mod's changes

learning-systems is a skill published in the GitHub repository unbound-force/gaze (2 stars, last pushed today), licensed Apache-2.0. It adds 10 tokens to every session and 291 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

cortivex-learn

Self-learning system that records and applies insights from pipeline executions.

AhmedRaoofuddin/Cortivex · 18 tokens

reading-metaskill

当用户想养成阅读习惯、问「读什么书/怎么读」「如何学习新领域/怎么入门某学科」时调用。 核心理念: 阅读是终极元技能; 读你所爱直到爱上阅读, 没有读完义务; 读原著与经典优先; 以教促学; 每天1-2小时即可进入极少数人行列。 不适用于: 具体某本书的书评、考试备考资料选择。 Triggers: 阅读/读书/怎么学习/入门/原著/书单/reading/how to learn.

kangarooking/cangjie-skill · 139 tokens

drawio-skill

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .drawio XML files and exports to PNG/SVG/PDF locally using the native draw.io…

ranxi2001/zero2Agent · 68 tokens

new-article

在 zero2Agent 项目中创建新的学习文章。当用户说"写一篇新文章"、"创建文章"、"新建文章"、"在某模块下添加一篇关于X的文章"、"帮我起草一篇讲XX的内容"、"整理面经"时触发。适用于所有模块下新建内容,包括面试维度拆解文章和面经实录。即使用户没有明确说"文章",只要涉及给 zero2Agent 项目增加教学内容,也应当触发此技能。.

ranxi2001/zero2Agent · 124 tokens

new-module

在 zero2Agent 项目中创建新的学习模块。当用户说"新建模块"、"添加模块"、"创建一个新的学习章节"、"我想增加一个关于X的模块"时触发。负责创建模块目录结构、index.md,并同步更新主页 index.html 和 layouts/default.html 的导航。即使用户只是说"我想增加一个讲XX的章节",也应当触发此技能。.

ranxi2001/zero2Agent · 95 tokens

Effective Memory

The essential habits for an AI agent with memory — session bookends, learning triggers, verification, safety, and the operational discipline that turns raw recall into compounding intelligence. Pinned, always-injected.

plur-ai/plur · 44 tokens