AI Agent Hub
Back to skills
🤖

Skill Sedimentation

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_310a65be/skill-sedimentation.

About this skill

What It Solves

Agents often finish non-trivial tasks while useful context disappears: an error is fixed but the root cause is not captured, a workflow succeeds but the Skill is not updated, and user preferences are re-explained later. Skill Sedimentation treats post-task learning as a controlled knowledge-write pipeline rather than free-form memory.

How It Works

  • Trigger / Retrieve: after task completion or a significant correction, it reads experience files under _core_files/memory/, treating missing files as empty lists.
  • Reflect: it appends one scored, tagged entry to reflections.md, keeping the loop concise instead of dumping broad conclusions.
  • Distill: it routes findings by type—error causes to TABOOS.md, workflow improvements to _core_files/skills/, project-specific state to dated memory files, and general principles to MEMORY.md.
  • Promote: it checks an adaptive priority threshold before turning repeated experience into durable rules or new Skill files, with frequency controls and manual override lockout.

Boundaries

  • Writes are limited to _core_files/memory/ and _core_files/skills/, and path checks must run before amplitude checks.
  • Promotions that add capability domains, rewrite core rules, or add external dependencies are rejected by default pending human confirmation.
  • Best for local agent memory systems; it is not a cross-account knowledge store or an unattended mechanism for changing system configuration.

Use Cases

  • After a complex debugging fix, write the root cause and ban list into TABOOS.md to prevent repeat errors.
  • After repeating the same release workflow, distill reusable steps and decision rules into the matching SKILL.md.
  • After repeated user corrections, record preference experience and wait for the promotion threshold before making it durable.
  • When tasks repeatedly drift from the goal, log one drift-detection note with TTL protection instead of spamming memory.

Best For

  • Engineers maintaining local agent memory: capture task experience into controlled memory/ files rather than chat logs.
  • Platform teams productizing Skills: distill repeated workflows into SKILL.md with bounded automatic promotion.
  • Researchers debugging agent behavior: need structured events and test cases to audit experience writes.
  • Automation engineers capturing corrections: turn error root causes and ban items into TABOOS.md.