Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries for plugin ordering and availability metadata, or update an existing local plugin during development with the CLI-driven cachebuster and reinstall flow.
$npx -y skills add delorenj/mcp-server-trello --skill plugin-creatorInstalls into the current project.
Run `npx skills use "https://github.com/delorenj/mcp-server-trello" --skill "delorenj/mcp-server-trello/plugin-creator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/delorenj/mcp-server-trello" that are relevant to the current task. Run `npx skills add "https://github.com/delorenj/mcp-server-trello"` and select the relevant skills, then follow their instructions.