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

Reflect

skill-robabby-claude-skills-reflect · by robabby

End-of-session reflection and memory consolidation

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

Install

$ agentstack add skill-robabby-claude-skills-reflect

✓ 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-robabby-claude-skills-reflect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8mo 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 Reflect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Reflect

Capture session learnings before ending. Counterpart to /hydrate.

Workflow

  1. Review what happened this session:
  • What did we work on?
  • What decisions were made?
  • What did we learn?
  • What's unfinished or needs follow-up?
  1. Identify memories worth preserving:
  • Episodic: Significant events, breakthroughs, frustrations
  • Semantic: New facts learned, definitions clarified
  • Procedural: Patterns discovered, how-tos established
  • Strategic: Decisions made, approaches chosen, plans formed
  1. For each memory, assess:
  • Type (which folder)
  • Importance (0.0-1.0)
  • Concepts (search keywords)
  1. Create memory files in /Areas/AI/Memory/{Type}/:
  • Filename: YYYY-MM-DD - Brief Title.md
  • Use standard frontmatter format
  1. Update living context if significant changes:
  • Major state change -> Update Areas/AI/Context/Current State.md
  • New decision -> Update Areas/AI/Context/Decision Register.md
  • New connections -> Update Areas/AI/Context/Connections Map.md
  1. Optionally create session log in Areas/AI/Collaboration/Sessions/:
  • Use existing session log template format
  • Link to memories created
  1. Summarize what was captured

Memory File Template

---
created: {today}
type: {episodic|semantic|procedural|strategic}
importance: {0.0-1.0}
concepts: [{keywords}]
source: session
---

# {Title}

{Content with context}

## Context

{Why this matters, when it applies}

Reflection Prompts

Ask yourself:

  • What would I want to know starting fresh on this topic?
  • What mistakes shouldn't be repeated?
  • What worked well?
  • What context would be lost if not stored?

What to Capture

Always capture:

  • Decisions and their rationale
  • Discovered patterns or processes
  • Project context that took time to establish
  • Unfinished work and next steps

Consider capturing:

  • Interesting technical details
  • User preferences observed
  • Problems encountered and solutions found

Skip:

  • Routine operations with no novel learning
  • Information already well-documented elsewhere
  • Transient details unlikely to matter later

Example

User: /reflect

Response: "Reflecting on this session...

We worked on: Obsidian-native memory system design

Key memories to store:

  1. Strategic: Decision to replace Hexis with Obsidian files
  2. Procedural: Memory file format with frontmatter schema
  3. Semantic: Commands live in ~/.claude/commands/

Creating 3 memories... -> Areas/AI/Memory/Strategic/2026-01-04 - Replace Hexis with Obsidian.md -> Areas/AI/Memory/Procedural/2026-01-04 - Memory File Format.md -> Areas/AI/Memory/Semantic/2026-01-04 - Command Location.md

Session context preserved. 3 memories stored."

Parameters

If $ARGUMENTS provided, use as focus area for reflection. Otherwise, reflect on the full session.

Response Format

  • Brief summary of session work
  • List of memories being stored (with types)
  • Confirmation of files created
  • Any notes about context updates or unfinished items

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.