From supervibe
Use AFTER completing significant work (feature shipped, bug fixed, decision made, incident resolved) to add a memory entry capturing the learning for future agents. Triggers: 'добавь в память', 'save decision', 'сохрани решение', 'запиши learning'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
AFTER:
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
AFTER:
decisions/patterns/incidents/learnings/solutions/NOT for: routine commits, doc edits, trivial bug fixes.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
.supervibe/memory/index.json for tag conventions (use existing tags where possible)confidence-rubrics/memory-entry.yaml for quality barCategory selection:
├─ "Why we chose X over Y" → decisions/
├─ "How we always do Z" → patterns/
├─ "What broke and how we fixed" → incidents/
├─ "Surprising thing about project/stack" → learnings/
└─ "Specific problem + specific solution" → solutions/
Confidence self-assessment:
├─ Verified through testing + review → 9-10
├─ Worked but not deeply tested → 7-8
├─ Hypothetical / one-off → ≤6 (don't add to memory)
.supervibe/memory/<category>/[<date>-]<slug>.md (date prefix for time-sensitive types)---
id: <slug>
type: <category-singular>
date: YYYY-MM-DD
tags: [<3-7 tags from project vocabulary>]
related: [<other entry IDs if applicable>]
agent: <which agent or "user">
confidence: <0-10 self-score>
---
supervibe:confidence-scoring (memory-entry rubric ≥9 required)scripts/build-memory-index.mjs to update index.jsonrelated: in any related entries (bidirectional)supersedes:, supersededBy: or contradicts: when this entry replaces or conflicts with earlier memory. Contradictions are review candidates, not automatic deletes.Returns:
supervibe:project-memorysupervibe:project-memory — search/read companionagents/_meta/memory-curator — maintains hygienesupervibe:_core:quality-gate-reviewer — invokes this at end of significant tasks