بنقرة واحدة
memory-manager
Manage persistent memory across sessions - daily notes, long-term knowledge, and semantic retrieval.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage persistent memory across sessions - daily notes, long-term knowledge, and semantic retrieval.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Argue against proposed actions to test judgment quality. Not "is the code correct" but "should we be doing this at all?" Aligned with robustness, not performance.
Orchestrate Claude Code agent teams for parallel multi-agent collaboration
Learn and integrate new APIs, creating permanent skills for external service access.
Create and update CHANGELOG.md with entries that include AI model/CLI attribution, PRD context, and task references.
Audit decisions for judgment quality, compliance bias, and manipulation vulnerability. Inspired by Anthropic's Project Vend Phase 2 finding that helpfulness training creates exploitable attack surface.
Extract visual style from reference UI screenshot and codify into reusable design system.
| name | memory-manager |
| description | Manage persistent memory across sessions - daily notes, long-term knowledge, and semantic retrieval. |
| category | autonomous |
Maintain persistent context across all sessions through a three-layer memory system.
Location: memory/daily/YYYY-MM-DD.md
Purpose: Raw session logs and interaction history
Update: After each significant interaction
Location: memory/MEMORY.md
Purpose: Curated knowledge, preferences, decisions
Update: When learning important context
Location: memory/embeddings/
Purpose: Vector search for conceptual retrieval
Update: Periodically index memory content
After significant interactions, append:
## HH:MM - [Session Type]
**User:** [Request summary]
**Agent:** [Action taken]
### Details
- Key decisions made
- Files modified
- Outcomes achieved
### Follow-up
- Pending items
- Questions to revisit
When learning important context:
## [Category]
### [Topic]
- Key fact or preference
- Supporting details
- Date learned: YYYY-MM-DD
Categories to maintain:
Before responding to any request:
Periodically (or when daily notes grow large):
# Agent Memory
*Last updated: YYYY-MM-DD*
## User Profile
### Preferences
- [To be learned]
### Work Patterns
- [To be learned]
## Current Context
### Active Project
- **Name:** [Project name]
- **Stack:** [Technologies]
- **Status:** [Current phase]
### Key Files
- [To be discovered]
## Important Decisions
*Decisions will be logged as they're made*
## Learned Patterns
*Patterns will be captured from interactions*
# YYYY-MM-DD
## Summary
[Brief overview of the day's work]
## Sessions
### HH:MM - [Type]
[Session details]
## Key Learnings
- [What was learned]
## Pending Items
- [ ] [Items to follow up]
When context window approaches 80% capacity:
When a new skill is created, log to memory:
## Learned Patterns
### Skills Acquired
- **[skill-name]** (YYYY-MM-DD): [what it does]
During heartbeat checks, consult memory for:
AUTONOMOUS_BOOTUP_SPEC.md for architectureskill-creator for skill persistenceheartbeat-manager for scheduled memory tasks