@skills · Owner
Agent skills by rohitg00
20 skills indexed from github.com/rohitg00. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- agentmemory · Collection · 26,665 stars
- agentmemory-agents · Skill · 26,665 stars
How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are s
- agentmemory-architecture · Skill · 26,665 stars
How agentmemory is built, the iii engine primitives it runs on, its storage model, ports, and the viewer. Use when reasoning about how memory is stored or
- agentmemory-config · Skill · 26,665 stars
agentmemory configuration, environment variables, ports, and feature flags. Use when enabling a feature, changing ports, setting an API key, configuring au
- agentmemory-hooks · Skill · 26,665 stars
The agentmemory plugin hooks that capture observations automatically across the agent session lifecycle. Use when explaining how memory gets captured witho
- agentmemory-mcp-tools · Skill · 26,665 stars
Map of every agentmemory MCP tool, what each does, and its parameters. Use when choosing which memory tool to call, when a tool name or argument is unclear
- agentmemory-rest-api · Skill · 26,665 stars
The agentmemory HTTP REST API surface, the primary protocol for talking to the memory server. Use when calling agentmemory over HTTP, when MCP is unavailab
- commit-context · Skill · 26,665 stars
Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the a
- commit-history · Skill · 26,665 stars
List recent git commits linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent s
- forget · Skill · 26,665 stars
Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory",
- handoff · Skill · 26,665 stars
Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resu
- plugin · Collection · 26,665 stars
- recall · Skill · 26,665 stars
Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "re
- recap · Skill · 26,665 stars
Summarize the last N agent sessions for the current project, grouped by date, with highlight observations per session. Use when the user asks "recap", "wha
- remember · Skill · 26,665 stars
Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this"
- session-history · Skill · 26,665 stars
Show what happened in recent past sessions on this project as a clean timeline. Use when the user asks "what did we do last time", "session history", "past
- skills · Collection · 26,665 stars
- write-agentmemory-skill · Skill · 26,665 stars
The house format and rules for writing or updating an agentmemory skill. Use when adding a new skill, restructuring an existing one, or reviewing a skill c
- lesson · Skill
Save a correction or hard-won rule as a confidence-weighted lesson that resurfaces before similar work. Use when the user corrects your approach, says "lea
- memory-discipline · Skill
The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivi