Pss Get Description banner
Emasoft Emasoft

Pss Get Description

Development community

Description

--- name: pss-get-description description: "Get element metadata (description, type, plugin) for skills, agents, commands, hooks, rules, MCPs, LSPs" argument-hint: "<name> [--batch] [--format table]" effort: low allowed-tools: ["Bash", "Read"] --- # PSS Get Description Command Retrieve lightweight metadata for any indexed element. Designed for tooltips, UI panels, and token-efficient lookups without reading entire skill/agent files. Backed by the CozoDB index (canonical store since v3.0.0). F

Installation

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

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

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

Full documentation available on GitHub

View Source Repository