Skip to main content
Run any Skill in Manus
with one click
GitHub repository

agent-lessonbook

agent-lessonbook contains 3 collected skills from zhjai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
1
updated
2026-06-03
Forks
0
Occupation coverage
1 occupation categories ยท 100% classified
repository explorer

Skills in this repository

correction-capture
software-developers

Use the moment evidence appears that should influence FUTURE execution and would be wrong for the worker to treat as authority on its own โ€” a user correction/clarification ("actuallyโ€ฆ", "you skipped X again"), exposed drift (a check fails, a miss is pointed out), a proven repo pitfall, a "never do X" constraint, or an authority-relevant architecture constraint. Record it to the task's correction journal with a type, and add active ones to run_state constraints. Do not use for routine progress, or for things that belong in the repo (test commands, conventions, env) or built-in memory. Captures evidence when something exposes it; it does not make the agent notice drift on its own.

2026-06-03
lesson-propose
software-developers

Use at task wrap-up, after a mistake, or on a postmortem to turn the correction journal and observations into review PROPOSALS โ€” classify each candidate lesson by target tier (working-only / approved-lesson / policy / gate-candidate) and write a proposal note, without self-approving. Use when wrapping up, after something went wrong, or when a correction should persist. Do not grant a lesson authority โ€” the worker proposes, a human promotes.

2026-06-03
resume-context
software-developers

Use at the start or resume of any task (especially long or multi-session tasks) to load the lessonbook before acting โ€” read the read-only control rules and approved lessons plus the task's working state, and surface the active constraints for this run. Use when starting/resuming work, picking up a long task, or when continuity across sessions matters. Do not use for one-shot factual lookups with no prior state.

2026-06-03