83,201 skills sorted by stars.
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits mono...
Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'not...
Collection of Claude Code/Antigravity skills I find useful.
会話をまたいで知識を保存する永続的なメモリ空間。
Persistent semantic memory for the agent. Use to save facts, patterns, and important decisions during interactions, and to retriev...
Persists knowledge across conversations in a local memory store. Use when the user says "remember", "memorize", "recall", or when...
Persist and retrieve repository-specific knowledge using AGENTS.md files. Use when you want to save important information about a...
Use to maintain technical continuity, architecture context, and user preferences across multiple development sessions
Claude Code has no memory between sessions by default. Every conversation starts blank. But a project's knowledge accumulates — co...
Implement short-term and long-term memory for AI agents using vector databases and PostgreSQL. Covers in-session conversation memo...
Retain and recall work context across sessions. Use when user asks to remember something, recall previous work, or reference past...
Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
ユーザーが「記憶して」「思い出して」などのメモリ操作を指示した時に使用。重要な調査結果、アーキテクチャの決定、問題の解決策を発見した時にも積極的に保存を提案する。
A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions)...
Persistent memory architecture for AI agents across sessions. Episodic memory (past events), procedural memory (learned skills), s...
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architectur...