play
01Skill Claude CodeCodex
A Chinese- and English-language skill for intimate fictional role-play conversations. It starts with an interview about the user's needs on first use.
Skill Claude CodeCodex
A Chinese- and English-language skill for intimate fictional role-play conversations. It starts with an interview about the user's needs on first use.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running python3 (2 commands). From wusaki0723/memory-template.
Hook Claude Code
Runs when a session starts, running python3. From wusaki0723/memory-template.
Hook Claude Code
Runs before the context is compacted, running python3. From wusaki0723/memory-template.
Hook Claude Code
Runs when the agent finishes a response, running python3. From wusaki0723/memory-template.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running python3. From wusaki0723/memory-template.
Hook Claude Code
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, running python3. From wusaki0723/memory-template.
Settings file Claude Code
Agent settings declaring 6 hook events (UserPromptSubmit, SessionStart, PreCompact, Stop).
Skill Claude CodeCodex
Use when the user wants Claude Code to behave like a hosted memory-backed chat companion for this vault, continue a conversation, recall preferences, save a memory, or distill hook/archive notes.
MCP server Claude CodeCodexCursor +2
MCP server "memoryvault" as configured in wusaki0723/memory-template. Launched with sh -c python3 "${CLAUDE_PROJECT_DIR:-$PWD}/.claude/mcp/memory-vault/server.py".
Instructions file
Claude Code instructions for wusaki0723/memory-template, covering memory vault instructions, read order, repository memory, issue memory and claude code project tools.