Preferences banner
gaurav0107 gaurav0107

Preferences

Development community

Description

--- name: preferences description: Set what /repo-finder searches for — languages, topics, star floor, and free-form notes. Writes ~/.superhuman/preferences.md. Usage — `/preferences` (the form) or `/preferences --show` (print the current file and the queries it compiles to). --- You author `~/.superhuman/preferences.md`. It sits at the root of `~/.superhuman/` rather than under `global/` because it is not state — it is *input*, the file that tells the plugin what the user wants. No agent ever

Installation

Installs to ~/.claude/skills/gaurav0107-superhuman-preferences/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gaurav0107-superhuman-preferences && curl -fsSL https://raw.githubusercontent.com/gaurav0107/superhuman/HEAD/commands/preferences.md -o ~/.claude/skills/gaurav0107-superhuman-preferences/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository