@memstate/skills
v1.3.0
Published
Install Memstate AI skills into your AI coding agent — Claude Code, Cline, Cursor, Windsurf, and more.
Maintainers
Readme
@memstate/skills
Install Memstate AI skills into your AI coding agent — Claude Code, Cline, Cursor, Windsurf, and more.
Quick Start
npx @memstate/skills setupThis interactive CLI will:
- Detect your project ID from the git repo name (or prompt you)
- Install the Memstate skill to the correct location for your agent(s)
- Update your
AGENTS.md,CLAUDE.md,GEMINI.md, or.clineruleswith pre/post task instructions - Guide you through MCP server configuration
Commands
npx @memstate/skills setup # Full interactive setup (recommended)
npx @memstate/skills install # Install skill files onlyWhat Gets Installed
| Agent | Skill Location | Instruction File |
|-------|---------------|-----------------|
| Claude Code (project) | .claude/skills/memstate/SKILL.md | CLAUDE.md |
| Claude Code (personal) | ~/.claude/skills/memstate/SKILL.md | — |
| Cline | .clinerules/memstate.md | .clinerules/memstate.md |
| Cursor | .cursor/rules/memstate.mdc | .cursor/rules/memstate.mdc |
| AGENTS.md (universal) | .claude/skills/memstate/SKILL.md | AGENTS.md |
| Gemini CLI | .claude/skills/memstate/SKILL.md | GEMINI.md |
What the Skill Does
The Memstate skill teaches your AI agent to:
- Before every task: Check existing project memories to avoid duplicate work
- After every task: Save a markdown summary of what was done
- Use
memstate_rememberfor summaries (preferred) andmemstate_setfor single facts
Prerequisites
You need the Memstate MCP server configured with an API key. Get one free at memstate.ai/dashboard.
npx @memstate/mcp setupDocumentation
License
MIT
