learn
SolidUse when the user says "learn", "save this insight", or wants to persist valuable knowledge from the current session to AGENTS.md or docs/
AI & Automation 1 stars
0 forks Updated yesterday MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
> **Manual-trigger skill.** `disable-model-invocation: true` keeps the model from
> invoking this workflow automatically mid-task. When installed from this plugin,
> invoke it deliberately as `/agent-docs:learn` at the end of a session.
> Do not add hooks, background tasks, auto-trigger behavior, runtime storage,
> vector databases, MCP integration, or external memory systems.
Review what happened in this session and produce verified, reviewable knowledge
proposals for the appropriate `AGENTS.md` or `docs/` surface using the exact-diff
workflow below.
Before classifying candidates, read and apply the shared
[Knowledge Admission Policy](../../references/knowledge-admission.md). This
skill produces new knowledge proposals; the policy is shared with `remember`
and `curate` rather than owned by this workflow.
When a candidate belongs under `docs/`, also read the
[Documentation Structure Reference](../../references/doc-structure.md).
## Admission Model
Non-derivability is sufficient, not necessary:
- Verified, durable, non-duplicative knowledge that cannot be derived from the
repository is admitted automatically and routed to the right surface.
- Derivable knowledge may still be admitted when its value score justifies the
target's maintenance or prompt cost.
`Hidden Knowledge` remains the strict destination for non-derivable gotchas.
High-value derivable commands, maps, rules, and workflows belong in their
purpose-specific surfaces instead of being mislabeled as hidden ...
Details
- Author
- gzb1128
- Repository
- gzb1128/skill-forge
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
remember
Use when the user says "remember", "audit knowledge", or wants to review and reorganize AGENTS.md memory for staleness, duplication, and misplacement
1 Updated yesterday
gzb1128 AI & Automation Listed
compound
Capture this session's durable learnings and route each to the right knowledge store, every write user-gated. Use at loop end when /commit's opening scan finds candidates, when /diagnosing-bugs closes out a fix, or when the user wants to capture, remember, or write down a learning, convention, gotcha, decision, or preference.
2 Updated 2 weeks ago
toverux