Install
$ agentstack add skill-robabby-claude-skills-reflect ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Reflect
Capture session learnings before ending. Counterpart to /hydrate.
Workflow
- 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?
- 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
- For each memory, assess:
- Type (which folder)
- Importance (0.0-1.0)
- Concepts (search keywords)
- Create memory files in
/Areas/AI/Memory/{Type}/:
- Filename:
YYYY-MM-DD - Brief Title.md - Use standard frontmatter format
- 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
- Optionally create session log in
Areas/AI/Collaboration/Sessions/:
- Use existing session log template format
- Link to memories created
- 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:
- Strategic: Decision to replace Hexis with Obsidian files
- Procedural: Memory file format with frontmatter schema
- 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.
- Author: robabby
- Source: robabby/claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.