.github/skills/memory/SKILL.md
Store and retrieve long-term project information. Use this to "remember" facts or "recall" project context.
npx skillsauth add spagestic/thenorthstar project-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Uses @modelcontextprotocol/server-memory to store a knowledge graph.
Command Template:
npx mcporter call --command "npx -y @modelcontextprotocol/server-memory" --tool <tool_name> --args <json_args>
create_entities: Store new information.
open_nodes: Retrieve information about specific topics.
Example: Recall details about "auth"
npx mcporter call --command "npx -y @modelcontextprotocol/server-memory" --tool open_nodes --args '{"names": ["auth"]}'
development
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
tools
Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".
development
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".
tools
Access low-level GitKraken MCP tools for raw issue data and diffs.