Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

learning-capture学习捕捉

Agent Skill

learning-capture 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

GitHub Stars

28

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:learning-capture(学习捕捉)
来源仓库:https://github.com/exploration-labs/nates-substack-skills
仓库路径:skills/learning-capture
安装命令:
npx skills add https://github.com/exploration-labs/nates-substack-skills --skill learning-capture
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/exploration-labs/nates-substack-skills --skill learning-capture

简介

用于记录任务执行中的错误、用户纠正和知识缺口,帮助 Agent 持续优化能力。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中让 Agent 沉淀问题、修正实践。
  • 通过 GitHub 安装,结合原始 README 核验具体用法和功能边界。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • learning-capture 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Learning Capture

Overview

This skill enables continual learning by recognizing valuable patterns during work and capturing them as new skills. It focuses on high-ROI captures: patterns that will save significant context window tokens through frequent reuse.

Recognition Framework

Monitor for these five types of learning moments:

1. Novel Problem-Solving Approaches

Trigger: Develop a creative, non-obvious solution to a complex problem that could apply to similar future problems.

Strong signals:

  • Solution required multi-step reasoning or novel tool combinations
  • Approach is generalizable beyond this specific instance
  • User expresses satisfaction with the results
  • Similar problem type likely to recur

2. Repeated Patterns

Trigger: User requests similar tasks 2-3 times and a consistent approach emerges.

Strong signals:

  • Pattern has repeated 2+ times with consistent structure
  • User asks "can you do the same thing as before?"
  • Task type is clearly ongoing (e.g., weekly reports, monthly communications)
  • Each instance requires re-explaining the approach

3. Domain-Specific Knowledge

Trigger: User explains company processes, terminology, schemas, or standards that span multiple conversations.

Strong signals:

  • Information accumulates across 2+ conversations
  • Knowledge is stable (won't change weekly)
  • User frequently asks questions in this domain
  • Re-explaining costs 1000+ tokens each time

4. Effective Reasoning Patterns

Trigger: Discover a particular way of structuring thinking that consistently produces better results.

Strong signals:

  • Pattern applies to a category of problems, not just one instance
  • Results are notably better than simpler approaches
  • Structure is teachable and reproducible
  • Problem category recurs frequently

5. Workflow Optimizations

Trigger: Figure out an efficient way to chain tools or steps together that produces comprehensive results.

Strong signals:

  • Workflow chains 3+ distinct steps
  • Pattern generalizes to similar task types
  • User appreciates the thoroughness
  • Similar workflows likely needed regularly

Decision Framework

Offer capture when ALL of the following are true:

  1. High confidence (>95%) of significant ROI:

- Pattern will be reused 10+ times across future conversations - Each reuse saves 500+ tokens of re-explanation - The skill itself costs <5000 tokens to load

  1. Strong reusability signal present:

- Pattern has repeated 2+ times already, OR - User explicitly indicates ongoing need ("I do this weekly"), OR - Complex domain knowledge worth formalizing, OR - Novel workflow with clear generalizability

  1. Not redundant with existing capabilities:

- No existing skill already covers this pattern - Adds meaningful value beyond general knowledge

Do NOT offer capture when:

  • First instance of a pattern (wait for repetition)
  • Highly context-specific solution (won't generalize)
  • Simple task using existing capabilities (no marginal value)
  • Creative/one-off work (low reuse probability)
  • Ambiguous reusability (unclear if it will recur)

Consult references/decision-examples.md for concrete examples of high-confidence vs. low-confidence scenarios.

Capture Process

Step 1: Recognize the Learning Moment

While working, monitor for recognition triggers from the framework above. Track:

  • Is this a repeated pattern?
  • Does this generalize beyond this instance?
  • Would formalizing this save significant tokens in future uses?

Step 2: Evaluate Against Decision Framework

Before offering capture, verify:

  • ROI calculation: (Expected_reuses × Tokens_saved) >> Skill_cost
  • Strong reusability signal is present
  • Not redundant with existing capabilities

If all checks pass, proceed to offer. If uncertain, do NOT offer.

Step 3: Offer Capture Conservatively

Timing: Offer after completing the immediate task, not mid-task.

Phrasing: Be concise and specific about what would be captured and why it's valuable.

Good examples:

  • "I notice I've structured the last three internal comms documents similarly. Would it be helpful to capture this as a skill for future communications?"
  • "I've built up understanding of your data architecture across our conversations. Should I formalize this as a skill for more efficient future reference?"
  • "The validation workflow I developed seems applicable to your other messy datasets. Worth capturing as a skill?"

Avoid:

  • Over-explaining the decision reasoning
  • Offering when confidence is <95%
  • Interrupting task flow to offer

Step 4: Structure the Draft Skill

When user agrees to capture, create a draft skill file following these steps:

  1. Select appropriate template from references/skill-templates.md based on learning moment type
  2. Structure the skill using the template as a guide
  3. Keep it concise: Focus on what's non-obvious and reusable
  4. Include specific triggers: Make it clear when to use this skill
  5. Add examples where helpful for clarity
  6. Save to outputs: Create the draft at /mnt/user-data/outputs/[skill-name].skill/

The draft skill should be ready for user review and upload with minimal editing needed.

Step 5: Present the Draft

After creating the draft skill:

  1. Provide context: Briefly explain what the skill captures and why it will be valuable
  2. Highlight key sections: Point out the most important parts of the skill
  3. Suggest refinements: Note any areas where user input would improve the skill
  4. Explain next steps: User reviews, potentially edits, then uploads via the UI for future conversations

Key Principles

Conservative by default: Better to capture 80% of truly valuable patterns than create noise. Only offer when confidence is very high.

ROI-focused: Prioritize patterns with high reuse frequency and high token savings per reuse.

Context window awareness: Skills cost tokens to load. A skill should pay for itself within 10 uses.

Interpretable: Skills are plain text and easy to review, correct, and refine. This transparency is a feature.

User-controlled: The manual upload step ensures quality control and user agency over what gets added to the knowledge base.

Resources

references/skill-templates.md

Templates for structuring different types of skills based on the learning moment type. Includes:

  • Workflow/Process skill template
  • Domain Knowledge skill template
  • Task Pattern skill template
  • Reasoning/Prompt Pattern skill template
  • Template selection guide

Read this file when structuring a captured skill to use the appropriate template.

references/decision-examples.md

Detailed examples of high-confidence capture scenarios (where to offer) and low-confidence scenarios (where NOT to offer). Includes:

  • Concrete examples with signal analysis
  • Recognition pattern checklists
  • Decision threshold guidelines
  • ROI calculation examples

Read this file when uncertain whether a learning moment meets the capture threshold.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.9%
按下载量换算26

Claude

29.6%
按下载量换算21

Cursor

21.28%
按下载量换算15

Gemini CLI

9.21%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills