Pss Make Plugin From Profile banner
Emasoft Emasoft

Pss Make Plugin From Profile

Development community

Description

--- name: pss-make-plugin-from-profile description: "Generate a Claude Code plugin from an .agent.toml profile" argument-hint: "<path to .agent.toml> --output <path where to create plugin>" effort: medium allowed-tools: ["Bash", "Read", "Write", "Glob"] --- # PSS Make Plugin from Profile Generate a complete Claude Code plugin from an `.agent.toml` profile. This is the final step of the PSS pipeline: after `/pss-setup-agent` identifies the best-fit elements for an agent, this command packages t

Installation

Installs to ~/.claude/skills/emasoft-perfect-skill-suggester-pss-make-plugin-from-profile/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository