SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

antigravity-skills
Use the filesystem as an overflow and persistence layer for agent context — store large tool outputs, plans, logs, and sub-agent artifacts to keep active prompt

syke
Local-first cross-harness memex for agents: query, read, and record session memory with commands like `syke ask`, `syke memex`, and `syke record`.

cognee
A lightweight knowledge engine for agent memory: build searchable knowledge graphs from documents and use graph-aware search to give agents persistent, temporal

skillattack
Manus-style file-based planning pattern: create task_plan.md, findings.md, and progress.md to manage complex multi-step work and session recovery.

atlas-session-lifecycle
Fast, no-interaction session sync: append session-context files and MEMORY.md, print a concise summary; optional full run builds a capability inventory.

community
Save the full Codex session transcript to Nowledge (nmem) so it can be searched, resumed, or referenced later. Includes command and workflow guidance.

claude-code-templates
Guides building production-grade, stateful agent graphs with LangGraph: state, reducers, routing, persistence, and human-in-the-loop patterns for robust multi-n

mnemonic
Agent memory/capture workflow: triggers, silent-capture protocol, minimal memory format, and recall/search commands for saving and retrieving structured agent m

agentmemory
Index of AgentMemory MCP tools and their parameters; helps choose the right memory tool and learn required arguments.

sandbox0
Guidance and templates for integrating Sandbox0 sandboxing into AI agents — CLI/SDK patterns, templates, volumes, network policy, and deployment choices.

wildclawbench
Adds full email, SMS, and persistent storage to agents—plus inter-agent messaging, task delegation, outbound security, and spam moderation.

superclaude-plusplus
Persist session context and create checkpoints: save learnings, summaries, and project state for cross-session continuity.

freeact
Structured planner for creating, iterating, and executing step-by-step plans with explicit user feedback loops.

skills
Give agents persistent digital pets that hatch, evolve, and grow by recording daily moods and sentiment via a simple API.

brainx-the-first-brain-for-openclaw
Persistent vector-memory engine for OpenClaw agents providing semantic search, durable recall, and a plugin bridge for JIT recall and working memory.

fireworks-skill-memory
Provides persistent, per-skill experience memory for Claude Code and Codex, injecting past lessons and distilling new ones across sessions.

goldentrii
Persistent, compounding memory system for AI agents with a correction-first approach.

skills
Implement persistent, recurring, and one-off Python agent jobs that survive restarts using APScheduler.

claude-skill-registry
Implements a persistent memory system to prevent repeating mistakes and consistently apply learned patterns across conversations.

planning-with-files
Manus-style persistent markdown planning system for multi-step projects and long-running agent tasks; creates and manages task_plan.md, findings.md, and progres

Tmux Skill
Run long-lived, interactive, and shared shell commands using tmux to avoid tool timeouts.

agentmemory
Wires AgentMemory's persistent memory server into host coding agents like Claude Code, Cursor, and Codex.