AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Meditation

skill-fabioc-aloha-alex-skill-mall-meditation · by fabioc-aloha

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

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-fabioc-aloha-alex-skill-mall-meditation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fabioc-aloha-alex-skill-mall-meditation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Meditation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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//SKILL.md) | | Always-on behavior or rule | Instruction (.github/instructions/.instructions.md) | | Repeatable workflow / slash command | Prompt (.github/prompts/.prompt.md) | | Automatable mechanical task (skill-owned) | Skill script (.github/skills//scripts/*.cjs) | | Automatable mechanical task (cross-cutting) | Repo script (scripts/.cjs) | | User preference (cross-project) | User memory (/memories/.md) | | Project / repo convention | Repo memory (/memories/repo/.md) | | Cross-session handoff (next session needs to know) | Repo file (HANDOFF.md at repo root) — NOT session memory |

3. Write

Each artifact gets correct frontmatter, concrete examples (not abstractions), and tables with real data. Avoid the "capabilities list" anti-pattern — describe behavior, not features.

For skills and instructions: include a Trigger or When to fire section so future sessions know when the pattern applies.

4. Chronicle (optional)

If the session arc was substantial, write to .github/episodic/meditation-YYYY-MM-DD-.md:

# Meditation: 

**Date**: YYYY-MM-DD
**Focus**: What we worked on

## Accomplished
- [Key outcomes]

## Patterns Extracted
- [What became skills / instructions / memory]

## Lessons
- [Insights worth remembering]

## Open Questions
- [What remains unresolved]

Skip the chronicle for short sessions or when nothing new emerged.

5. Handoff (when ending a session)

If the user is closing the thread, write to repo-root HANDOFF.md:

# Session Handoff

Last updated: YYYY-MM-DD HH:MM

## Just shipped
- [SHAs / files / outcomes]

## In progress
- [Specific next step + file paths]

## Pending queue
- [ ] [Ordered todos]

## Resume point
- [Where to pick up]

Quality Bar

A meditation is complete when:

  • New patterns are persisted, not just acknowledged
  • Nothing important lives only in the context window
  • Existing artifacts were checked for duplication before writing new ones
  • The session can be closed without losing the thread

Brain Retraining (longer cycles)

The five-step protocol above is per-session. The Mall brain also retrains on a longer cadence against two evidence streams:

  1. Catalog reality. New sources added or retired, new plugin shapes encountered, and trust-score distribution shifts can render parts of the brain stale. Run [currency-audit](../currency-audit/SKILL.md) against lastReviewed dates and the weekly catalog-refresh PR signals.
  2. Self-audit during PR review. The catalog-refresh PR is the human surface; any friction observed there (wrong-routing, undocumented edge case, missing skill) is signal that a brain artifact needs evolution.

| Cadence | Action | | --- | --- | | Weekly | Review the catalog-refresh PR. Note any friction; if a brain artifact mis-routed or under-described, hotfix in the same PR. | | Monthly | Run currency-audit against any artifact with lastReviewed older than 90 days. Refresh or sunset. | | Quarterly | Walk every brain artifact. Confirm falsifiability-deadlines haven't fired without action. Sunset what no longer earns its tokens. |

Retraining is critical thinking applied to the brain itself. Each cycle treats the current brain as a hypothesis and tests it against accumulated evidence. Skipping a cycle is the same discipline violation as skipping act-pass on a behaviour-class commit.

Anti-Patterns

| Anti-pattern | Correction | |---|---| | Writing a meditation note for every session | Most sessions are routine execution; only write when something new emerged | | Duplicating an existing skill / memory under a new name | Always grep first: is this already covered? | | Aspirational notes ("we should do X someday") | Memory is for what was learned, not what was wished | | Long prose chronicles when a one-line memory suffices | Match artifact size to insight size | | Skipping the duplication check to "just capture it" | Adds noise that the next session has to filter |

Related

  • [meditation.instructions.md](../../instructions/meditation.instructions.md) — when this skill fires
  • [/meditate prompt](../../prompts/meditate.prompt.md) — slash-command entry
  • [memory-triggers.instructions.md](../../instructions/memory-triggers.instructions.md) — automatic triggers between meditations

Falsifiability

  • This skill adds no value if meditation sessions produce no actionable items (skill extractions, pattern recognitions, or architecture insights) over a 90-day window
  • The protocol is wrong if chronicles written per this format are never consulted in future sessions
  • Stale if the memory tier structure changes and this skill references obsolete storage locations

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.