@fingerskier/pi-dude

Dude local memory plugin for Pi, bridged from dude-claude-plugin MCP

Packages

Package details

extensionskill

Install @fingerskier/pi-dude from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@fingerskier/pi-dude
Package
@fingerskier/pi-dude
Version
2026.5.7
Published
May 7, 2026
Downloads
51/mo · 10/wk
Author
fingerskier
License
MIT
Types
extension, skill
Size
17.5 KB
Dependencies
1 dependency · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions/dude.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Dude Pi Plugin

Pi package port of dude-claude-plugin.

Dude is local semantic memory and issue/spec tracking. This Pi version starts the upstream Dude MCP server with npx -y dude-claude-plugin mcp and exposes its tools in Pi with a dude_ prefix. Claude skills were copied and rewritten to reference Pi tool names.

If you use hosted Reqall memory, prefer @reqall/pi-plugin. This package preserves the local Dude workflow.

Install

pi install npm:@fingerskier/pi-dude
# local workspace clone
pi install ./packages/pi-dude
# one run only
pi -e npm:@fingerskier/pi-dude

Tools

Run dude_mcp_status in Pi to list loaded tools. Tool names are prefixed, e.g. dude_search, dude_upsert_record, dude_list_records.

Configuration

  • DUDE_MCP_AUTOLOAD=0 disables startup MCP discovery.
  • DUDE_MCP_COMMAND=/path/to/server overrides npx.

Skills

Copied Pi skills:

  • /skill:issues
  • /skill:projects
  • /skill:review-issues
  • /skill:review-spec
  • /skill:specifications