Back to Skills

superwiser

verified

Load your coding preferences and project conventions. Use when the user says "use Superwiser", "load preferences", "load my rules", "check coding conventions", or when starting significant work on a feature.

View on GitHub

Marketplace

mu4farooqi

mu4farooqi/superwiser

Plugin

superwiser

Repository

mu4farooqi/superwiser
6stars

plugins/superwiser/skills/superwiser/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/mu4farooqi/superwiser/blob/main/plugins/superwiser/skills/superwiser/SKILL.md -a claude-code --skill superwiser

Installation paths:

Claude
.claude/skills/superwiser/
Powered by add-skill CLI

Instructions

# Superwiser - Load Coding Preferences

When this skill is activated, call the `load_preferences` MCP tool to retrieve the user's coding preferences.

## Usage

Call the tool with context about what the user is working on:

```
load_preferences(task_context="<describe what user is working on>")
```

## What Gets Loaded

1. **Global preferences** - Universal rules that apply everywhere (style, patterns, conventions)
2. **Contextual preferences** - Rules specific to the current task (matching semantic similarity)

## After Loading

Present the loaded preferences to the user in a clear format, then apply them throughout the session.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
629 chars