← all publishers

neur0map

@neur0map source repo

14 published skills

  1. Code Search · neur0map
    MUST use as the first discovery step for repository and code search -- locating a feature, concept, symbol, component, setting, or keybind; reading a definition; tracing callers or references; mapping a file's structure or the project architecture; or estimating the impact of a change. Runs the prowl-agent CLI to answer these structural questions from a cited index instead of grepping and reading many files; keep grep for exact literal or regex text and glob for filename patterns.
    0
    installs
  2. Prowl Pr Review · neur0map
    Use when reviewing a pull request or commit, performing a pre-merge review, or reviewing a large diff or agent-authored change. Runs Prowl's local review plan, bounded graph-aware units, disjoint coverage audits, verifier pass, and final coverage check without loading or silently omitting the whole change.
    0
    installs
  3. Issue Resolution · neur0map
    Use when asked to work through open GitHub issues end to end -- review, investigate, fix, then comment and close -- or phrasings like "clear the open issues", "triage and fix the bugs in gh", or "resolve the tracker". Investigates each issue against the code with the read-only prowl-agent CLI, lands a real fix that builds and passes the repo's checks, and closes the issue with a short, human-toned note. Keep grep for exact literal text and gh for the GitHub API itself.
    0
    installs
  4. Prowl Change Safety · neur0map
    Use when about to edit, refactor, rename, or delete code, or before committing or opening a pull request, or when resuming a task and needing to see what was left unfinished. Reach for prowl-agent impact before a change to see its blast radius, prowl-agent changed and doctor after, and prowl-agent wip to recover in-progress work. This answers what depends on the code you are touching; it does not run your tests, linters, or build, so keep using those for correctness.
    0
    installs
  5. Prowl Durable Knowledge · neur0map
    Prowl durable knowledge
    0
    installs
  6. Prowl Repo Exploration · neur0map
    Use when reviewing or understanding a code repository, exploring an unfamiliar codebase, finding where a function, symbol, component, setting, or keybind is defined, tracing who calls or imports a file, or extracting how a specific feature works. Reach for prowl-agent before grepping and reading many files to answer these structural questions; keep grep and glob for literal text and filename scans.
    0
    installs
  7. Jq · neur0map
    Use when the user needs to query, filter, reshape, extract, create, or construct JSON data — including API responses, config files, log output, or any structured data — or when helping the user write or debug JSON transformations.
    0
    installs
  8. Builtin Skills · neur0map
    Use when creating a new builtin skill for Prowl, editing an existing builtin skill (internal/skills/builtin/), or when the user needs to understand how the embedded skill system works.
    0
    installs
  9. Shell Builtins · neur0map
    Use when creating a new shell builtin command for Prowl (internal/shell/), editing an existing one, or when the user needs to understand how commands are intercepted in Prowl's embedded shell.
    0
    installs
  10. Hindsight · neur0map bundle
    Review the available session evidence and propose only durable process lessons for human review. Use when the user asks for hindsight, lessons learned, or a session retrospective. Does not redo completed work or automatically accept memory.
    0
    installs
  11. Prowl Hooks · neur0map
    Use when the user wants to add, write, debug, or configure a Prowl hook — gating or blocking tool calls, approving or rewriting tool input before execution, injecting context into tool results, or troubleshooting hook behavior in prowl.json.
    0
    installs
  12. Prowl Config · neur0map
    Use when the user needs help configuring Prowl — writing prowlrc (the Bash config format) or prowl.json, setting up providers, models, LSPs, MCP servers, hooks, skills, permissions, or changing Prowl behavior.
    0
    installs
  13. Prowl · neur0map
    MUST use as the first discovery step for any repository or code question in this project -- locating a feature, concept, symbol, component, setting, or keybind; reading a definition; tracing callers or references; mapping a file's structure or the project architecture; or sizing a change's blast radius. Runs the read-only prowl-agent CLI to answer these structural questions from a cited index in one call instead of grepping and reading many files; keep grep for exact literal or regex text and glob for filename patterns.
    0
    installs
  14. Ryoku · neur0map bundle
    Customize a Ryoku desktop: an Arch Linux system with a Hyprland compositor and a Quickshell shell (the QS Bar, the dock, widgets, the launcher, and the Hub). Use for end-user requests that touch the desktop or its config. Triggers: Hyprland, window rules, keybinds, monitors, gaps, borders, the bar, the dock, bar widgets, plugins, themes, wallpaper, colours, night light, idle, lock screen, and user-facing ryoku commands (ryoku, ryoku-shell, ryoku-hub, ryogami, ryoku-rashin). Read the vault first; act through commands, not by editing shipped files.
    0
    installs