Claude Memory Kit
Skill Verifiziert AktivPersistent memory for Claude Code agents with an agent-audit-ritual architecture. User only talks; agent captures, audits, proposes promotions, and writes. Four layers — daily logs, hot cache (MEMORY.md), role-based reference skills (Anthropic-native, user-invocable: false), canonical rules. /close-day runs the audit ritual at end of day. Multi-project isolation via projects/<name>/. Zero external dependencies.
To provide Claude Code agents with persistent, long-term memory that captures, organizes, and synthesizes information across sessions, enabling continuity and deeper contextual understanding.
Funktionen
- Persistent memory across sessions
- Agent-driven information capture, audit, and promotion
- Four-layer memory architecture
- Multi-project isolation
- End-of-day audit ritual via /close-day
Anwendungsfälle
- Maintaining brand voice and project context across multiple conversations
- Building a searchable knowledge base from agent interactions
- Ensuring continuity on complex, long-running projects
- Automating the synthesis and organization of daily work logs
Nicht-Ziele
- Direct user editing of memory files
- External dependencies or services
- Background detection scripts or auto-flushing
- Ad-hoc experimentation directly in production projects
Installation
npx skills add awrshift/claude-starter-kitFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Wrap Up Ritual
100End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.
Context Mode
100Aktualisiert den Context-Mode von GitHub und behebt Hooks/Einstellungen. Zieht die neueste Version, baut sie, installiert sie, aktualisiert npm global, konfiguriert Hooks. Trigger: /context-mode:ctx-upgrade
Ctx Doctor
100Führt Diagnosen für den Kontextmodus aus. Überprüft Laufzeiten, Hooks, FTS5, Plugin-Registrierung sowie npm- und Marktplatzversionen. Auslöser: /context-mode:ctx-doctor
Filesystem Context
98This skill should be used when the user asks to "offload context to files", "implement dynamic context discovery", "use filesystem for agent memory", "reduce context window bloat", or mentions file-based context management, tool output persistence, agent scratch pads, or just-in-time context loading.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.