Use when creating .agent.toml profiles. Trigger with /pss-setup-agent. Loaded by pss-agent-profiler. AI selects elements, validates coherence.
npx claudepluginhub emasoft/emasoft-plugins --plugin perfect-skill-suggester<agent-path> [--requirements PATH...]This skill uses the workspace's default tool permissions.
7-phase pipeline: context, scoring (Rust binary), conflict resolution, validation, review.
references/ai-agent-principle.mdreferences/cross-type-coherence.mdreferences/error-handling.mdreferences/example-and-scoring.mdreferences/external-sources.mdreferences/pss-setup-command.mdreferences/review-protocol.mdreferences/toml-format.mdreferences/validation-protocol.mdreferences/workflow-phases.mdGuides 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.
7-phase pipeline: context, scoring (Rust binary), conflict resolution, validation, review.
/pss-setup-agent <agent-path> to create a new profile/pss-change-agent-profile <profile> <instructions> to modify.agent.toml outputuv run scripts/pss_validate_agent_toml.py <file>auto_skills: MUST stay in [skills].primary$CLAUDE_PLUGIN_DATA/pss-skill-index.db (fallback ~/.claude/cache/pss-skill-index.db)$CLAUDE_PLUGIN_ROOT/bin/<platform>Copy this checklist and track your progress:
/pss-setup-agent agents/my-agent.md
/pss-change-agent-profile my-agent.agent.toml add websocket-handler
/pss-reindex-skillsuv run scripts/pss_build.py.agent.toml in ~/.claude/agents/.
schemas/pss-agent-toml-schema.jsonscripts/pss_validate_agent_toml.py