Pss Suggest Agents Off banner
Emasoft Emasoft

Pss Suggest Agents Off

Development community

Description

--- name: pss-suggest-agents-off description: "Stop suggesting agents — silences PSS prompt suggestions" effort: low allowed-tools: ["Bash"] --- # Stop suggesting agents Turn **off** agent suggestions. PSS then suggests nothing on each prompt. `-off` means OFF, not "switch to the other mode": if you want skills instead, run `/pss-suggest-skills-on`. Silencing is a real, supported state — the hook still runs but emits no suggestion block. ## Run ```bash PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT:-.}"

Installation

Installs to ~/.claude/skills/emasoft-perfect-skill-suggester-pss-suggest-agents-off/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-perfect-skill-suggester-pss-suggest-agents-off && curl -fsSL https://raw.githubusercontent.com/Emasoft/perfect-skill-suggester/HEAD/commands/pss-suggest-agents-off.md -o ~/.claude/skills/emasoft-perfect-skill-suggester-pss-suggest-agents-off/SKILL.md

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

Full documentation available on GitHub

View Source Repository