Superwiser banner
mu4farooqi mu4farooqi

Superwiser

Development community

Description

Claude Code plugin that learns from your corrections and instructions to build a persistent context graph of your coding preferences.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Superwiser

Superwiser captures your coding preferences and corrections from Claude Code sessions. It stores them in a searchable database that Claude can reference in future sessions.

Installation

/plugin marketplace add mu4farooqi/superwiser
/plugin install superwiser

Initializes automatically on first session.

Usage

Use Claude Code normally. Preferences are captured in the background.

**Loading your preferences:**

Say "use Superwiser" or "load my preferences" in your prompt. Claude will load your recorded coding preferences for the current task.

**Automatic features:**

  • Rule extraction from your prompts
  • Conflict detection for contradictory guidance
  • Importance scoring based on usage
  • Project context discovery (auto-generated)
  • Dynamic context reminders (prompts Claude to check preferences)

Slash Commands

Command Description
/superwiser:search [limit:N] [preferences] Search rules
/superwiser:list [N] [recent|important|hits] [preferences] List rules
/superwiser:tags Show all tags
/superwiser:stats View statistics and token usage
/superwiser:config View configuration
/superwiser:set-config Change a setting
/superwiser:seed Import from history (interactive)
/superwiser:delete Delete a rule
/superwiser:record Enable recording
/superwiser:record-stop Pause recording
/superwiser:init Manual initialization

Why Superwiser?

AI already knows how to code. It can architect systems, write tests, and follow best practices. The remaining gap is your steering—the corrections and preferences that make the output match what you actually want.

Superwiser records that steering. Not another memory layer.

Not a Typical Memory Layer

Most memory plugins store everything: conversation history, file contents, tool outputs. This burns tokens and often duplicates what the AI already handles.

S