Skill Sedimentation
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 toMEMORY.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.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.