Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

neuralscape

neuralscape contiene 14 skills recopiladas de ehfazrezwan, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
14
Stars
5
actualizado
2026-07-05
Forks
1
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

ingest
Desarrolladores de software

Ingest files, folders, or a block of pasted context into Neuralscape memory. Use when the user says "ingest this file/folder", "add these docs to memory", "index this PDF/Word doc", "load this documentation into Neuralscape", or pastes a long passage they want remembered. Handles Markdown, HTML, PDF, and MS Office (docx/xlsx/pptx); files are stored as artifacts and referenced back. Works in both Claude Code and Claude Cowork.

2026-07-05
ns-status
Desarrolladores de software

Check that Neuralscape is reachable and show the current plugin configuration. Use when the user asks "is neuralscape working", "is my memory service up", "what URL is neuralscape using", or any health/connectivity question. Works in both Claude Code and Claude Cowork.

2026-07-05
recall
Desarrolladores de software

Load the user's relevant Neuralscape memories before planning or acting — their preferences, conventions, tech stack, and past decisions. Use at the start of a task, when the user says "neuralscape on" / "load my context" / "what do you know about me or this project", or whenever you need prior context. Works in both Claude Code and Claude Cowork (MCP-driven).

2026-07-05
save-session
Desarrolladores de software

Extract and save the durable facts from the current conversation to Neuralscape at the end of a substantive working session. Use when the user says "save this session", "save this conversation", "compile this session", or when wrapping up meaningful work. Works in both Claude Code and Claude Cowork (MCP-driven) — and is the Cowork stand-in for the Claude Code Stop hook.

2026-07-05
search
Desarrolladores de software

Search the user's Neuralscape memory store for relevant facts. Use when the user asks "what do I know about X", "have we discussed Y", "what did I decide about Z", or any retrieval-style question. Returns hybrid vector + graph results. Works in both Claude Code and Claude Cowork (MCP-driven).

2026-07-05
remember
Desarrolladores de software

Save one durable fact to Neuralscape memory now — a preference, decision, convention, gotcha, or architectural choice. Use when the user says "remember this", "save that", "note that I prefer X", or when you learn something worth keeping for future sessions. Works in both Claude Code and Claude Cowork (MCP-driven).

2026-07-05
compile-observations
Desarrolladores de software

Read a JSONL buffer of captured tool observations and extract significant memories using the Neuralscape memory model v2. Use this when a UserPromptSubmit, SessionStart, or `/neuralscape:capture` instruction asks you to compile observations from a buffer file path.

2026-07-05
sync
Desarrolladores de software

Manually flush the current conversation to Neuralscape's compiler. Use after important sessions when the user wants context captured immediately, or when they say "sync my conversation", "save this to memory", or "compile this session now".

2026-07-05
process
Especialistas en gestión de proyectos

Start a defined team process by describing what you want to do. Run this when the user types "/process ...", says "start a process", "run the <X> process", or describes a task that matches a standard team workflow (e.g. "build the POV deck for Acme", "draft the follow-up email", "research this account"). The skill matches the request to one of the org's predefined processes, pulls that process's authoritative standards, and steers the session to run it. MCP-driven — works in Claude Code and Claude Cowork.

2026-07-01
capture
Otras ocupaciones informáticas

Manually compile the current session's PostToolUse observation buffer into Neuralscape memories. Use when the user types `/neuralscape:capture` or asks to "flush memories now" / "save what we've done so far".

2026-06-14
ns-config
Otras ocupaciones informáticas

Show the current Neuralscape plugin configuration (URL, user_id, API-key state) and how identity is resolved on this platform. Use when the user asks "what's my neuralscape config", "where is neuralscape pointing", "am I logged in to neuralscape", or wants to verify their settings. Works in both Claude Code and Claude Cowork.

2026-06-14
project
Otras ocupaciones informáticas

List the user's Neuralscape projects and pick (or create) the one to scope memory to for this session. Use when the user says "switch project", "what projects do I have", "set project to X", or when a recall/remember needs a project and none is active. Especially useful in Claude Cowork, which has no working directory to infer a project from. MCP-driven — works in both platforms.

2026-06-14
neuralscape-memory
Desarrolladores de software

Use the Neuralscape memory layer to recall and store memories about the user and their projects. Use this at session start to load context, when you learn new facts, and when the user asks about preferences, conventions, or past decisions. Works via MCP tools or REST API at localhost:8199. Memory writes are async (processed by background workers via ARQ + Redis). Multi-user: each authenticated user has a private memory pool plus a shared team pool — pick the right visibility per write.

2026-05-14
neuralscape-adapter
Desarrolladores de software

Add new agent framework adapters to NeuralScape's unified conversation hook system. Use when integrating a new AI client (Cursor, Copilot, custom agent), adding a client adapter, or extending the plugin to support another agent framework. Covers adapter creation, client detection, hook manifest, and build config.

2026-04-29