bybradautomates· 10 skills
Owner-only tooling for managing a private skills marketplace that serves both Claude Code and Codex CLI from the same repo. Use when the user says "set up the marketplace", "init the marketplace", "add a skill to the team marketplace", "import this skill into the marketplace", "publish to the marketplace", "ship it", "add a plugin to the marketplace", "check marketplace status", "what's in the marketplace", "list skills", "what have I shipped", "rename the marketplace", or otherwise wants to administer their team's shared skills repo. Handles first-run init, importing existing skills from anywhere on disk (~/.claude/skills, ~/.codex/skills, project dirs), scaffolding new plugins, publishing (commit + push), and reporting status. Writes parallel manifests for both Claude Code (.claude-plugin/) and Codex (.agents/, .codex-plugin/) in lockstep. Not for authoring skills from scratch — use the built-in skill-creator / write-a-skill skill for that, then import the result here.
$npx -y skills add bradautomates/company-skills-marketplace-template --skill marketplace-managerInstalls into the current project.
Run `npx skills use "https://github.com/bradautomates/company-skills-marketplace-template" --skill "bradautomates/company-skills-marketplace-template/marketplace-manager"` 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/bradautomates/company-skills-marketplace-template" that are relevant to the current task. Run `npx skills add "https://github.com/bradautomates/company-skills-marketplace-template"` and select the relevant skills, then follow their instructions.