원클릭으로
memory
Category-based atomic memory system with explicit typed operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Category-based atomic memory system with explicit typed operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search and install agent skills from ClawHub, the public skill registry.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Publish static files and sites to here.now for instant public URLs.
Schedule reminders and recurring tasks.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
| name | memory |
| description | Category-based atomic memory system with explicit typed operations. |
| always | true |
Memory is stored as atomic markdown files with YAML frontmatter in category directories:
memory/facts/ — Long-term truths (preferences, project context, relationships)memory/decisions/ — Locked architectural or behavioral choices (immutable)memory/goals/ — Outcome-oriented objectivesmemory/tasks/ — Concrete actionable items with lifecyclememory/reflections/ — Subjective observations (append-only)Each file contains one memory item with metadata in YAML frontmatter.
Use the typed memory functions to write durable knowledge:
Write a long-term truth. Only write if explicitly stated or unambiguous.
Record a locked choice. Decisions are immutable — never edited, only superseded.
Define an outcome-oriented objective. May be refined or marked achieved.
Create an actionable item. Tasks have lifecycle: todo → in_progress → done.
Record subjective observations. Append-only — never edited or deleted.
Search across memory categories. Deterministic: filenames → frontmatter → content.
Read items from a specific category with optional filtering.
List all memory items, optionally filtered by category.
Facts: Long-term truths. Written only if explicit. Rarely deleted.
Decisions: Immutable choices. Never edited. Only superseded by new decisions referencing the old. Never deleted.
Goals: Durable objectives. May be refined or marked achieved. Not silently removed.
Tasks: Actionable items with lifecycle. State transitions only. Completed tasks archived, not deleted.
Reflections: Subjective observations. Append-only. Never edited or deleted.
Memory is explicit and deterministic. No LLM summarization. No automatic extraction from conversations. Write memory only when the user explicitly states durable information.