Skip to main content
ClaudeWave
Skill84 estrellas del repoactualizado today

agentmemory

Persistent memory, recall, session replay, and memory-governance workflow adapted from rohitg00/agentmemory for OMK. Use when setting up agent memory, deciding what to remember, importing/replaying sessions, reducing repeated context, or auditing memory safety.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/dmae97/open-multi-agent-kit /tmp/agentmemory && cp -r /tmp/agentmemory/templates/skills/kimi/agentmemory ~/.claude/skills/agentmemory
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# agentmemory

Source basis: rohitg00/agentmemory at commit 25dddc43798c09f8e1dc5179eb48e434a5c89ab2. This OMK skill is a compact adaptation, not a vendored copy of upstream prompts or code.

## Use when

- A task depends on prior decisions, run history, project facts, or repeated architecture context.
- You need to design or review MCP/hook-based persistent memory for coding agents.
- You need replayable evidence for prompts, tool calls, diffs, checks, or completion gates.
- You are deciding what is safe to store in project memory.

## OMK workflow

1. Inventory memory surfaces: `.omk/memory`, `.omk/runs`, `.kimi/skills`, `.agents/skills`, MCP config, and available graph-memory tools.
2. Classify candidate memories as project fact, decision, command, risk, user preference, or run-scoped note.
3. Store only stable, useful, non-secret facts. Include confidence, scope, source, and expiry/refresh trigger when the fact may drift.
4. Prefer OMK project graph memory when available. Treat external memory servers as optional integrations that must pass local health checks before use.
5. For replay/evidence tasks, preserve raw prompt, generated diff, verification JSON/logs, screenshots, and known limitations in one artifact bundle.
6. Before finalizing, verify memory updates did not include credentials, private data, or unvalidated claims.

## Output contract

Return:

- memory sources consulted
- memories added or skipped
- verification artifacts
- replay/proof paths
- limitations and refresh triggers

## Guardrails

- Never write secrets, tokens, private keys, cookies, or raw `.env` values into memory.
- Do not let memory override current source files, official docs, or live command results.
- Do not install or start external memory services unless the user asked for that operational change.
andrej-karpathy-skillsSkill

Minimal, goal-driven, surgical coding workflow adapted from forrestchang/andrej-karpathy-skills for OMK. Use for coding, refactoring, debugging, and review tasks where assumptions, overengineering, or broad edits could cause regressions.

claude-for-legalSkill

Legal workflow drafting, triage, review, research planning, legal operations, law-student or clinic support, and legal AI governance adapted from Anthropic claude-for-legal. Use for commercial, privacy, product, corporate, employment, regulatory, AI governance, IP, litigation, legal-clinic, and law-student tasks. Draft-only; attorney review and current source verification required.

matt-pocock-skillsSkill

Real-engineering alignment, shared-language, TDD, diagnosis, and architecture-review workflow adapted from mattpocock/skills for OMK. Use before non-trivial implementation, ambiguous product work, debugging loops, test-first changes, or codebase architecture cleanup.

multicaSkill

Managed-agent teamwork, issue assignment, progress tracking, reusable-skill compounding, and handoff workflow adapted from multica-ai/multica for OMK. Use when coordinating multiple agents, converting work into agent-ready tasks, tracking blockers, or turning repeated solutions into skills.

omk-adaptorch-orchestration-reviewSkill

Review AdaptOrch, OMK, and similar DAG multi-agent orchestration frameworks. Use when assessing DAG node responsibility, dependency edges, worker write authority, fallback/retry/timeout/evidence gates, review/merge boundaries, or reproducible decision traces.

omk-agent-reach-websearchSkill

Optional read-only OMK web/social/video research workflow inspired by Panniantong/Agent-Reach. Use for web search, current social evidence, YouTube/Bilibili/Reddit/Twitter/X/RSS/GitHub public research, and Agent Reach availability checks without auto-installing or collecting credentials.

omk-backend-api-reviewSkill

Backend API review for NestJS, Express, FastAPI, database access, validation, auth, error handling, and API contracts.

omk-code-reviewSkill

Adversarial code review for diffs, logic correctness, type safety, test coverage, and security risk.