Installation
Claude Code
Cursor
Gemini CLI
Option 1: Use slash command in Claude Code
/install-skill https://github.com/DammianMiller/universal-agent-memory/tree/main/.factory/skills/typescript-node-expert
Option 2: Clone to skills directory
# Global (all projects)
git clone https://github.com/DammianMiller/universal-agent-memory/tree/main/.factory/skills/typescript-node-expert ~/.claude/skills/universal-agent-memory
# Project-specific
git clone https://github.com/DammianMiller/universal-agent-memory/tree/main/.factory/skills/typescript-node-expert .claude/skills/universal-agent-memory
Add MCP server to .cursor/mcp.json:
{
"mcpServers": {
"skillz": {
"command": "npx",
"args": ["-y", "skillz-mcp", "https://github.com/DammianMiller/universal-agent-memory/tree/main/.factory/skills/typescript-node-expert"]
}
}
}
Restart Cursor after adding the configuration.
Option 1: Use Gemini CLI command
gemini extensions install https://github.com/DammianMiller/universal-agent-memory/tree/main/.factory/skills/typescript-node-expert
Option 2: Clone to extensions directory
git clone https://github.com/DammianMiller/universal-agent-memory/tree/main/.factory/skills/typescript-node-expert ~/.gemini/extensions/universal-agent-memory