Pss Search banner
Emasoft Emasoft

Pss Search

Development community

Description

--- name: pss-search description: "Search the PSS CozoDB index for skills, agents, commands, rules, MCP or LSP servers by keyword or full-text query" argument-hint: "<query> [--top N] [--type T] [--domain D] [--language L] [--format json|table]" effort: low allowed-tools: ["Bash"] --- # PSS Search Command Full-text search across the PSS CozoDB index. Matches against element names, descriptions, and keywords in a single query. Runs entirely through the Rust binary (`pss search`) — no LLM involv

Installation

Installs to ~/.claude/skills/emasoft-perfect-skill-suggester-pss-search/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository