Pss Suggest Agents On banner
Emasoft Emasoft

Pss Suggest Agents On

Development community

Description

--- name: pss-suggest-agents-on description: "Suggest AGENTS on every prompt (default mode); turns skill suggestions off" effort: low allowed-tools: ["Bash"] --- # Suggest agents Switch PSS to **agent** suggestions. This is the default mode. Agents are suggested instead of skills because a skill corpus has grown too large and too specialized for any scorer to pick from reliably, while an agent declares the skills it needs in its own frontmatter — the harness preloads them into the agent's con

Installation

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

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

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

Full documentation available on GitHub

View Source Repository