From minime
Extract lessons from a just-merged task or current session into the global raw/wiki knowledge root. Human corrections are the highest-value signal. Every durable claim must cite live code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minime:extractWhen to use
Right after a task is merged or staged, after a significant session with learnings worth preserving, or when the user explicitly asks to extract lessons from recent work.
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger: a task is merged or a session produced lessons worth preserving. It turns raw outcomes into durable knowledge under `raw/`, `wiki/`, and `schema.md`.
Trigger: a task is merged or a session produced lessons worth preserving. It turns raw outcomes into durable knowledge under raw/, wiki/, and schema.md.
Human corrections are the highest-value signal. Capture them first.
Read the persisted blueprint at VIRTUCON_HQ/<org>/_<repo>/blueprints/<date>-<name>.blueprint.md.
Harvest from the Decisions table, review discoveries, and verbatim user feedback.
Derive <org> and <repo> from git remote get-url origin.
Open these shared-root paths when present:
VIRTUCON_HQ/schema.mdVIRTUCON_HQ/wiki/index.mdVIRTUCON_HQ/wiki/log.mdVIRTUCON_HQ/wiki/orgs/<org>/<repo>/VIRTUCON_HQ/wiki/patterns/VIRTUCON_HQ/raw/<org>/<repo>/
Also check for legacy VIRTUCON_HQ/<org>/_<repo>/wiki/ or wiki.md inputs before declaring older guidance absent.Write compact curated source documents into raw/<org>/<repo>/.
Good raw documents include findings, distilled results, user messages, general knowledge, and hard-won discoveries.
Do not store logs or large command outputs in raw/.
Name raw documents for the source, for example raw/<org>/<repo>/review-feedback-2026-05-30.md or raw/<org>/<repo>/legacy-wiki.md.
Maintain the wiki as linked markdown pages under wiki/.
index.md catalogs topic pages and points at key raw sources.log.md records dated ingest, query, and lint updates.wiki/orgs/<org>/<repo>/.wiki/patterns/.VIRTUCON_HQ/_TEMPLATE.md.Every topic page should keep these elements when they help retrieval:
Scope for directory-specific guidanceLastVerifiedindex.md scannable and current.log.md chronological and compact.wiki/orgs/<org>/<repo>/.wiki/patterns/.When asked to lint, check the repo wiki pages for:
Follow assets/ORCHESTRATION.md for the shared raw/wiki/schema contract.
npx claudepluginhub abossard/virtucon --plugin minimeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.