aeriondyseti/vector-memory-mcp
Plugin Claude Code
Plugin marketplace listing 1 plugin: vector-memory.
aeriondyseti/vector-memory-mcp
Plugin Claude Code
Plugin marketplace listing 1 plugin: vector-memory.
aeriondyseti/vector-memory-mcp
Plugin Claude Code
RAG-powered session memory with waypoints for Claude Code.
aeriondyseti/vector-memory-mcp
Instructions file
Instructions for aeriondyseti/vector-memory-mcp, covering claude.md, project, runtime, commands and architecture.
aeriondyseti/vector-memory-mcp
MCP server Claude CodeCodexCursor +2
A zero-configuration RAG memory server for MCP clients. Runs locally from the @aeriondyseti/vector-memory-mcp npm package.
aeriondyseti/vector-memory-mcp
Hook
Runs when a session starts on start, clear and compact, executing session-start.ts, session-clear.ts and session-compact.ts via bun (3 commands). From aeriondyseti/vector-memory-mcp.
aeriondyseti/vector-memory-mcp
Hook
Runs when the agent finishes a response, executing context-monitor.ts via bun. From aeriondyseti/vector-memory-mcp.
aeriondyseti/vector-memory-mcp
Hook
Runs after a tool call finishes, executing context-monitor.ts via bun with --throttled. From aeriondyseti/vector-memory-mcp.
aeriondyseti/vector-memory-mcp
Skill Claude CodeCodex
This skill should be used when the user asks to "store a memory", "remember this", "search memories", "what did we decide", "find relevant context", "update a memory", "delete a memory", "that memory was useful", discusses "memory quality", "memory best practices", "proactive memory search", or when guidance is needed…
aeriondyseti/vector-memory-mcp
Skill Claude CodeCodex
Load project context from waypoint + git + vector memories.
aeriondyseti/vector-memory-mcp
Skill Claude CodeCodex
Save session context to vector memory for seamless resumption.
aeriondyseti/vector-memory-mcp
Skill Claude CodeCodex
This skill should be used when the user asks to "set a waypoint", "save my progress", "save session state", "load waypoint", "resume work", "where were we", "what was I working on", "start a new session", "switch tasks", mentions "session persistence", "context management", or discusses when and how to use waypoints…
aeriondyseti/aeriondyseti-plugins
Plugin Claude Code
Plugin marketplace listing 3 plugins: code-flow, frontend-design, dev-toolkit.
aeriondyseti/aeriondyseti-plugins
Plugin Claude Code
A thinking discipline for any code change. Discover → Execute → Verify.
aeriondyseti/aeriondyseti-plugins
Agent
Use when designing the architecture for a new feature or significant change — analyzes existing patterns and produces an implementation blueprint.
aeriondyseti/aeriondyseti-plugins
Agent
Use when you need deep understanding of how a feature or subsystem works before making changes — traces execution paths, maps architecture, and identifies key files.
aeriondyseti/aeriondyseti-plugins
Agent
Use when a major feature, task, or project step has been completed and needs review against requirements and coding standards.
aeriondyseti/aeriondyseti-plugins
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
aeriondyseti/aeriondyseti-plugins
Skill Claude CodeCodex
Use before any code change — new feature, bug fix, refactor, or tech debt. Explores the problem, builds understanding through concrete artifacts, and produces a spec that gates the transition to execution.
aeriondyseti/aeriondyseti-plugins
Skill Claude CodeCodex
Use when you have an approved spec from the Discover phase. Orchestrates implementation — parallel or serial — with autonomy and guardrails.
aeriondyseti/aeriondyseti-plugins
Skill Claude CodeCodex
Use at the start of every conversation and when deciding how to approach a task. Routes to the appropriate phase of the Discover → Execute → Verify flow.
aeriondyseti/aeriondyseti-plugins
Skill Claude CodeCodex
Use after execution is complete, before declaring work ready to ship. Unified verification through multiple lenses: correctness, code quality, review, and architectural feel.
aeriondyseti/aeriondyseti-plugins
Plugin Claude Code
Development toolkit: MCP servers (Serena, Context7, RepoMap) and git workflow skills for Claude Code.
aeriondyseti/aeriondyseti-plugins
MCP server Claude CodeCodexCursor
MCP server "serena" as configured in aeriondyseti/aeriondyseti-plugins. Runs locally from the git+https://github.com/oraios/serena Python package.
aeriondyseti/aeriondyseti-plugins
MCP server Claude CodeCodexCursor
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.