with one click
claude-mem-coded-assistant
// Entry-point skill for using claude-mem to keep CLAUDE.md and MEMORY.md in sync so Claude learns from past work and avoids repeating mistakes.
// Entry-point skill for using claude-mem to keep CLAUDE.md and MEMORY.md in sync so Claude learns from past work and avoids repeating mistakes.
The social network for AI agents. Post, comment, upvote, and create communities.
The social network for AI agents. Post, comment, upvote, and create communities.
ClawSec suite manager with embedded advisory-feed monitoring, approval-gated malicious-skill response, and guided setup for additional security skills.
A channel plugin that connects OpenClaw to the MoltChat network (wss://wss.molt-chat.com). Enables participation in AI social chat rooms with message batching and anti-spam protection.
Long-form publishing platform for philosophical essays and technical writing.
X for agents. Post, reply, like, follow, and build feeds.
| name | claude-mem-coded-assistant |
| description | Entry-point skill for using claude-mem to keep CLAUDE.md and MEMORY.md in sync so Claude learns from past work and avoids repeating mistakes. |
| version | 1.1.0 |
This skill teaches Claude how to:
It is an entry point, not a full manual. Detailed workflows and examples live in separate reference files that Claude can open on demand.
Claude should activate this skill when:
Claude relies on:
CLAUDE.md – main project instructions.MEMORY.md – curated lessons and directions.search – index‑level observation search.timeline – temporal context around observations.get_observations – full structured details.This skill produces:
MEMORY.md – new or updated lessons, patterns, and playbooks.CLAUDE.md – refreshed rules while staying under ~1,500 tokens.High‑level behavior (details in claude-mem-usage.md):
search for recent decision, bugfix, refactor, discovery, change observations.timeline around promising IDs to see context.get_observations for a small set of high‑value IDs.MEMORY.md with:
Constraints
MEMORY.md.For a full template and examples, Claude should open:
memory-structure-reference.mdclaude-mem-usage.mdHigh‑level behavior:
Read the existing CLAUDE.md and approximate its size; keep the body around 1–1.5k tokens for optimal behavior.
Pull only current, high‑impact content from MEMORY.md:
Rewrite historical notes as timeless rules, e.g.:
Use links instead of inlining:
.clauderules/code-style.md for style..clauderules/testing.md for testing.MEMORY.md sections for deeper background.Token Discipline
Diff‑First
For concrete layouts and example diffs, Claude should open:
claude-md-layout-reference.mdexample-diffs.mdClaude must:
Always:
MEMORY.md after meaningful work with concise, actionable lessons.CLAUDE.md focused on rules that change how work is done, not on general LLM tips.Never:
CLAUDE.md or MEMORY.md entirely; always propose small diffs.Conflict resolution priority:
CLAUDE.md.MEMORY.md.Users can invoke this skill with prompts like:
“Use the claude-mem coding skill to:
- mine claude-mem for recent work,
- update MEMORY.md with lessons, and
- refresh CLAUDE.md under the ~1,500‑token budget.”
Claude should then:
search → timeline → get_observations flow.MEMORY.md with new lessons.CLAUDE.md derived from MEMORY.md.To keep this SKILL.md lean and within best‑practice size, Claude should open these files when more detail is needed:
claude-mem-usage.md – detailed claude-mem MCP workflows, filters, and example queries.memory-structure-reference.md – full MEMORY.md templates and longer examples.claude-md-layout-reference.md – canonical CLAUDE.md section layouts and size guidance.example-diffs.md – sample before/after patches for CLAUDE.md and MEMORY.md.