AI Coding
Install the skill
bash
npx skills add https://github.com/steamory-agent-kit/gum-sdk-node --skill gumIf you only want to install it for Claude Code, specify the Agent:
bash
npx skills add https://github.com/steamory-agent-kit/gum-sdk-node --agent claude-code --skill gumUse it in Claude Code
After installation, restart Claude Code. Claude Code will decide whether to use the GUMem skill based on your request. You do not need to call it manually. For example:
text
Last week I read a book, but I forgot its title. Please tell me what it was.Claude Code should use GUMem SDK conventions for memory write and recall.
Explicitly specify the GUMem skill:
text
/gum Last week I read a book, but I forgot its title. Please tell me what it was.Next step
Read Quick Start to complete the first GUMem integration.