From quoth
Trigger immediate pattern consolidation from recent trajectories. Use when asked to run learning, consolidate patterns, or process recent agent logs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/quoth:learnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger immediate processing of any queued trajectory entries.
Trigger immediate processing of any queued trajectory entries.
Check daemon status: quoth_daemon_status({})
Signal daemon by sending SIGUSR1:
pid=$(cat ~/.quoth/daemon.pid)
kill -USR1 $pid
Wait 5 seconds, then show updated pattern library via quoth_top_patterns({ limit: 10 })
Report: how many patterns were updated, any new patterns added, any patterns archived
npx claudepluginhub montinou/quothExtracts session patterns into reusable learnings. Three modes: analyze (extract from history), review (edit/manage), and list (display active learnings). Requires persistence enabled in session config.
Self-learning version control for multiple AI agents, with ReasoningBank intelligence for pattern discovery, trajectory tracking, and automatic conflict resolution. Activates when coordinating agents over shared state or building agent memory/versioning.
Recommends epistemic protocols from recent sessions or guides users through scenario-based learning, trials, and quizzes for quick onboarding.