Use when interpreting element suggestions or troubleshooting PSS. Used by pss-agent-profiler. Trigger with /pss-status.
npx claudepluginhub emasoft/emasoft-plugins --plugin perfect-skill-suggesterskill-name or keyword to searchThis skill uses the workspace's default tool permissions.
PSS automatically suggests relevant Claude Code elements (skills, agents, commands, rules, MCP servers, LSP servers) based on prompts and agent profiles.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
PSS automatically suggests relevant Claude Code elements (skills, agents, commands, rules, MCP servers, LSP servers) based on prompts and agent profiles.
Hook mode: Suggests skills and agents on normal prompts.
Agent-profile mode (/pss-setup-agent): Recommends all 6 types in .agent.toml files.
/plugin list)~/.claude/skills/ or project .claude/skills//pss-reindex-skills/pss-status); reindex (/pss-reindex-skills) if empty./skill activate <name>.Copy this checklist and track your progress:
/plugin list)/pss-reindex-skills)/pss-status)Store: CozoDB at $CLAUDE_PLUGIN_DATA/pss-skill-index.db (fallback ~/.claude/cache/). Slash commands: /pss-search <q>, /pss-added-since <when>. See Querying the Index Directly for CLI + helpers.
/plugin list/pss-reindex-skills$CLAUDE_PLUGIN_DATA/pss-skill-index.db (fallback ~/.claude/cache/pss-skill-index.db), then reindexskill-index.json → now generated on demand via pss export --json; CozoDB is canonical.Suggestion table with: Element Name, Type, Confidence (HIGH/MEDIUM/LOW), Evidence. Notification: ⚡« Pss!... use: skill-name (type) ».
Prompt "I need Docker containers" → ⚡« Pss!... use: docker (skill) ». Commands: /pss-status, /pss-reindex-skills, /pss-get-description <n>, /pss-search <q>, /pss-added-since <w>, /pss-setup-agent <p>, /pss-change-agent-profile <p>, /pss-add-to-index <p>.
scripts/pss_cozodb.py
git diff workflowsdocs/PSS-ARCHITECTURE.md