meditation

Solid

Consolidate session learning into permanent architecture — extract patterns into skills, instructions, prompts, or memory

AI & Automation 3 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Meditation Transform session insights into durable knowledge. Most sessions don't need it; some have a pattern worth keeping. ## When to Fire - User says "let's meditate", "consolidate", or invokes `/meditate` - End of a significant work session - After solving a hard problem with a reusable insight - Before a long break from a project **Skip when**: the session was routine execution of patterns already encoded. Meditation on every session produces noise; the discipline is to write only what's new and portable. ## The Five Steps ### 1. Review Scan the session honestly: - What problems did we solve? - What mistakes did we make? - What patterns emerged that weren't already encoded? - What would help future sessions? ### 2. Extract Separate signal from noise. For each candidate pattern, ask: *"Is this already covered by an existing skill, instruction, or memory?"* If yes, skip. If no, route by type: | If pattern is... | Create / update | |---|---| | Reusable domain knowledge | Skill (`.github/skills/<name>/SKILL.md`) | | Always-on behavior or rule | Instruction (`.github/instructions/<name>.instructions.md`) | | Repeatable workflow / slash command | Prompt (`.github/prompts/<name>.prompt.md`) | | Automatable mechanical task (skill-owned) | Skill script (`.github/skills/<name>/scripts/*.cjs`) | | Automatable mechanical task (cross-cutting) | Repo script (`scripts/<name>.cjs`) | | User preference (cross-project) | User memory (`/memories/<name>.md`) | | Project / repo...

Details

Author
fabioc-aloha
Repository
fabioc-aloha/Alex_Skill_Mall
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

compound

Capture this session's durable learnings and route each to the right knowledge store, every write user-gated. Use at loop end when the commit tail prompts a session scan, when diagnosing-bugs closes out a fix, or when the user wants to capture, remember, or write down a learning, convention, gotcha, or preference.

1 Updated yesterday
toverux
Data & Documents Listed

extract-best-practices

Use this skill when a workflow repeated this session, wrapping up and wondering if anything should become a skill, or asked to extract best practices from this session. Mines the current session for repeated multi-step workflows, decision frameworks, or error-recovery patterns never explicitly captured via /ievo:evo. Cross-checks against installed skills/agents, then presents candidates for explicit selection before anything is authored — generalizable patterns become new skills/agents (reusing consolidate's package-authoring machinery); patterns too narrow to stand alone, or refining an existing skill/agent, route to /ievo:evo rather than reinventing overlay-writing. For a marketplace-worthy new package, optionally offers (explicit permission, never silent) to submit a distilled version upstream to ievo-ai/skills, mirroring evo/SKILL.md's upstream-escalation for a full package instead of a lesson. Distinct from /ievo:consolidate's entry-cluster mode, which only clusters already-captured overlay entries.

0 Updated today
ievo-ai
AI & Automation Solid

session-learn

Use when a completed work session should yield durable concepts, corrections, decisions, reusable patterns, and a traceable next action.

124 Updated 3 days ago
Mark393295827