📝
AutomationPython

Learning Capture

by zqiren

Learning Capture is an Automation skill for Claude Code, published by zqiren in Orbital.

251 stars17 forkson zqiren/OrbitalAdded 2026/09/02+7% in starsRepository updated 2026/09/01
agentagent-frameworkagent-managementagent-memoryagent-orchestrationagentsai-agentautonomous-agents
Install in seconds
Install Learning Capture
Copy Learning Capture into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/zqiren/Orbital/tree/main/agent_os/default_skills/learning-capture ~/.claude/skills/learning-capture

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/zqiren/Orbital.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agent_os/default_skills/learning-capture/SKILL.md in zqiren/Orbital
Installs to
~/.claude/skills/learning-capture
Collection
One of 4 skills cataloged from this repository
Category
Automation1648 skills

What Learning Capture does

Learning Capture logs corrections, tool failures, and non-obvious discoveries to orbital/LESSONS.md. Use it before repeating a task so future sessions can apply relevant lessons.

Learning Capture is cataloged under Automation on DirSkills. Learning Capture comes from a repository tagged agent, agent-framework, agent-management, agent-memory and agent-orchestration.

Documentation

README

Learning Capture

Log corrections, errors, and discoveries to orbital/LESSONS.md so future sessions avoid repeating mistakes.

When to Use

Activate this skill whenever one of three triggers fires:

  1. User correction -- the user says "no, do X instead" or "that's wrong." Log what you did, what the user wanted, and the corrected approach.

  2. Tool failure recovery -- a tool call fails and you find a working alternative. Log the failing call, the error, and the fix.

  3. Non-obvious discovery -- you learn something surprising about the project (e.g., a config file that overrides defaults, an undocumented API quirk). Log the finding and where you found it.

Approach

Read before act

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Learning Capture

  • What else does zqiren publish alongside Learning Capture?

    Learning Capture is one of 4 skills that DirSkills catalogs from zqiren/Orbital, the repository it ships in. Its siblings there include Efficient Execution, Process Capture and Task Planning. Each one is a separate skill with its own page in this directory, installs the same way Learning Capture does, and is maintained by zqiren in that same repository. The rest of the collection is listed on the zqiren/Orbital page.

  • How does Learning Capture compare to other Automation skills?

    Learning Capture ranks #1469 by stars among the 1648 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Learning Capture against them. Open each page to compare what they document and how they install.