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

learn学习

Agent Skill

learn 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

661

周安装

27

GitHub Stars

1

下载量

214
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alemar11/skills --skill learn

简介

learn 从过往错误中提取持久性经验教训并写入 AGENTS.md。

  • 聚焦于可复用的纠正措施与偏好策略,避免重复犯错。
  • 仅记录跨项目的通用规则,不包含单次任务指令。
  • 写入前需确认目标文件与措辞准确性,防止误导后续 Agent。
  • learn 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Learn From Mistakes

Trigger rules

  • Use when the user states a durable correction, preference, or policy that should persist across future work.
  • Do not use for one-off instructions limited to the current task or files.
  • This skill only writes to AGENTS.md; never write or update MEMORY.md, memory_summary.md, or other memory files.
  • Always confirm the target AGENTS.md and intended wording before writing durable guidance.

Quick flow

  • Find the most recent durable correction/avoidance/preference in the current conversation.
  • Determine scope before proposing a target:

- If the rule is clearly project-specific (e.g., tied to repo structure, tooling, or workflows), suggest project AGENTS.md first. - Otherwise, default to global unless the user explicitly says "project", "project-root", or "workspace". - Do not pick local just because it exists.

  • If the learning is new (not already in AGENTS.md), propose:

- Short summary (1 line) - Detailed instruction (1–3 bullets)

  • Confirmation should be lightweight: state what you will write and where.
  • Assume it is durable and that global is OK unless the user says otherwise. User can reply "no", "stop", "project", or similar to change/cancel.
  • If nothing new is found in context (or it already exists), run scripts/extract_recent_transcript.py, scan the JSONL from the last user message backward to find the most recent durable correction, then repeat the steps above.
  • After this flow finishes, do not continue writing durable changes into AGENTS.md without following the steps above.
  • Always confirm before writing into AGENTS.md when triggered by a durable preference.

Durability filter

  • Keep long-lived preferences and permanent mistake corrections.
  • Exclude one-off or context-specific instructions tied only to the current task/files.
  • Examples:

- Project-specific: “Use pnpm in this repo,” “Update docs/ARCHITECTURE.md when changing auth.” - Global: “Always use rg for file search,” “Ask before writing to AGENTS.md.”

Docs vs AGENTS

  • Before proposing an AGENTS.md write, check whether the guidance is better owned elsewhere.
  • Prefer repo docs when the guidance should be visible to humans, is tightly coupled to current tooling/workflows, or is likely to change with the codebase.
  • Use AGENTS.md only when the rule is both durable and agent-facing for that scope.
  • If repo docs are the better owner, recommend that path instead of writing AGENTS.md.

AGENTS.md write

  • Prefer the most appropriate existing section for the rule's topic or scope.
  • If no appropriate section exists, create a concise section that matches the topic or scope.
  • Use section ## Codex Learnings only as a fallback when no better section fits.
  • Bullets should be concise and specific ("Avoid X" / "Do Y instead of Z").
  • Append (Codex learning) to every bullet inserted by this skill.
  • Skip duplicates. If a conflict exists, ask how to resolve before writing.

Target labels

  • global (default): ~/.codex/AGENTS.md
  • project: AGENTS.md at repo root (or cwd if no repo)
  • If both repo root and cwd have AGENTS.md, label them project-root and workspace.
  • If multiple AGENTS.md exist in subfolders, consider whether the rule is better scoped to a sub-area:

- If the rule is likely relevant to the current project but scoped to a specific subfolder, suggest the closest existing sub-AGENTS.md first. - If no sub-AGENTS.md exists, propose the repo AGENTS.md first. - Always show the full path when suggesting a sub-AGENTS.md so the user can evaluate the scope. - Always leave the final choice to the user.

  • If the chosen target does not exist, ask to create it (still default to global unless user says otherwise).

Script output

scripts/extract_recent_transcript.py returns JSON with session_id, rollout_path, cwd, and AGENTS.md candidates/suggestions.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.03%
按下载量换算84

Claude

29.46%
按下载量换算63

Cursor

18.58%
按下载量换算40

Gemini CLI

9.23%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills