Pss Add To Index banner
Emasoft Emasoft

Pss Add To Index

Development community

Description

--- name: pss-add-to-index description: "Add or update a single element in the PSS index" argument-hint: "<element-name-or-path> [--plugin <plugin-path>]" effort: low allowed-tools: ["Bash", "Read", "Write", "Glob", "Grep", "Agent"] --- # PSS Add to Index Command Incrementally add or update a single element (skill, agent, command, rule, MCP, LSP) in the skill index WITHOUT requiring a full reindex. ## Usage ``` /pss-add-to-index <element-name-or-path> /pss-add-to-index --plugin <plugin-path>

Installation

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

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

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

Full documentation available on GitHub

View Source Repository