By Emasoft
High-accuracy skill activation (88%+) with Dewey-like domain classification, dynamic tool catalog from skill index, weighted scoring, and three-tier confidence routing.
Add a standalone element (skill, agent, command, hook, rule, MCP, LSP, output-style) to an existing plugin
Add or update a single element in the PSS index
As of v3.0.0 the CozoDB store (`pss-skill-index.db`) is the single canonical
List PSS index entries installed since a given time. Useful after /cpv-manage to verify new installs got indexed
Modify an existing .agent.toml profile with natural language instructions
Use when creating .agent.toml profiles. Trigger with /pss-setup-agent. Loaded by pss-agent-profiler. AI selects elements, validates coherence.
Use when writing skills for PSS discovery or improving suggestion accuracy. Used by pss-agent-profiler. Trigger with /pss-authoring.
Use when running benchmark competitions or improving scoring accuracy. Used by pss-agent-profiler. Trigger with /pss-benchmark.
Use when the user wants to query the PSS index, search/list/inspect elements, run lifecycle or history queries, build a plugin from a profile, or anywhere a `pss …` CLI command is needed. Loaded by pss-agent-profiler.
Use when augmenting an .agent.toml with project requirements. Loaded by pss-agent-profiler. Trigger with /pss-change-agent-profile --requirements.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Installation: This plugin is distributed via the Emasoft Plugins Marketplace. See Installation below for instructions.
Claude Code version support: PSS tracks CC compatibility in
docs/CC-COMPATIBILITY.md— see it for the full version-by-version matrix, declared hook events, and migration notes.
Built for Claude Code | Orchestrated by AI Maestro | Part of the Emasoft Plugins ecosystem
High-accuracy skill activation (88%+) for Claude Code with AI-analyzed keywords, weighted scoring, synonym expansion, and three-tier confidence routing. Indexes 6 element types: skills, agents, commands, rules, MCP servers, and LSP servers — 874+ elements including 246 MCP servers.
version-history subcommand — focused "what versions has this element gone through?" history, filtered to signal events (installed, content_changed, description_changed, removed) with content hash and diff JSON per row.changes-in-batch, last-changes, and stats-by-scope for inspecting a single reindex's event set and counting elements per scope.scope-diff + UX-6 similarity score — surfaces what's in scope A but not in scope B (and vice versa), plus a similarity score on pss compare output.Full history: CHANGELOG.md
Indexes all 6 Claude Code element types — not just skills. The unified index powers both real-time hook suggestions and AI-driven agent configuration profiling.
Scans skills from 27 known AI clients beyond Claude Code — including Codex, Copilot, Gemini, Kiro, Roo, Trae, Qwen, OpenHands, and more. Follows the AgentSkills open standard for cross-client interoperability. Skills with metadata fields (language, framework, platform, tags) get authoritative domain gates for more precise matching.
Sonnet subagents analyze each element's source file to extract optimal activation patterns. Instead of relying on manually defined keywords, the AI reads the content and determines what user prompts should trigger it.
Automatically discovers and indexes MCP servers from installed marketplace plugins (~250+ servers). Each MCP server entry includes AI-extracted tools, domain gates, patterns, and multi-word keyword phrases for precise matching.
A pre-compiled Rust binary handles all matching logic, keeping hook latency minimal. No Python interpreter startup, no JIT compilation - just fast native code.
User prompts are expanded with synonyms before matching. For example:
"pr" → "github pull request""403" → "oauth2 authentication""db" → "database""ci" → "cicd deployment automation"Each match signal occupies a tier that is 10x more powerful than the one below it. A single tool match always outranks any number of generic keyword matches. See How It Works for the full rationale.
| Tier | Range | Examples |
|---|---|---|
| T1 | 10-90 | Common words: "test", "build", "debug" |
| T2 | 100-900 | Specific keywords/phrases |
| T3 | 1,000-9,000 | Tool names: bun, webpack, docker |
| T4 | 10,000-90,000 | Frameworks: react, django, flutter |
| T5 | 100,000-900,000 | Services/APIs: aws, openai, stripe |
When the prompt mentions a language, platform, or domain, skills locked to a different value are excluded entirely (not penalized). A Rust-only skill never appears for a Python prompt, regardless of other matches.
For HIGH confidence matches, output includes an evaluation reminder prompting Claude to pause and assess whether the skill truly fits the user's needs before blindly following instructions.
npx claudepluginhub emasoft/emasoft-plugins --plugin perfect-skill-suggesterTask distribution, agent coordination, progress monitoring - executes plans via subagents. Requires AI Maestro for inter-agent messaging.
Comprehensive validation, management, and standardization suite for Claude Code plugins and marketplaces. Includes 190+ validation rules, plugin lifecycle management, marketplace operations, health checks, security auditing, GitHub repo validation, plugin/marketplace repo scaffolding, and standardization tooling. Features severity hierarchy, --strict mode, language-aware token estimation, and universal plugin/marketplace templates.
GHE (GitHub-Elements) - Automated project management for Claude Code using GitHub Issues as persistent memory with orchestrated DEV/TEST/REVIEW workflow.
Portable utility tools for Claude Code plugin marketplaces. Includes release automation and markdown TOC generation.
Exports current session segment (since last compaction) with system-reminder stripping -- main conversation, subagent transcripts, sidechains, and debug logs in structured markdown
Skill discovery and installation assistant — find and install the right skills for your project
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
AI Agent Skills
Self-evolving skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Track and analyze skill usage by AI agents, and clean up redundant or overlapping skills.