Embedded Commands Installer (004)
Interactively installs the Plinth toolkit's bundled command definitions into .github/.claude/.cursor/.codex command directories.
UtilitiesBeginner★ 440⑂ 93AI score 7/10Last updated: Sep 16, 2026
What it does
- Copies the full set of embedded command files from the skill's
assets/commandsinto a target command directory. - Always asks first whether to install into
.github/commands,.claude/commands,.cursor/commands, or.codex/commands. - Creates the destination if missing, preserves original file names, and reports every overwrite — safe to re-run (idempotent).
Who it's for
- Developers juggling Claude Code, Cursor, Codex and GitHub who want one shared command suite everywhere.
- Teams standardizing slash commands across new repositories.
- Current or prospective users of the Plinth toolkit.
Examples
- "Install embedded commands" → pick a destination, files land in
.claude/commands. - "Bootstrap .cursor/commands from project assets."
- "Copy project commands into .codex/commands" and review the overwrite report.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/jabrena/plinth/HEAD/skills/004-commands-installation/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/004-commands-installation folder from the GitHub repo jabrena/plinth into my ~/.claude/skills/004-commands-installation/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/jabrena/plinth.git && mkdir -p ~/.claude/skills && cp -r plinth/skills/004-commands-installation ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/jabrena/plinth.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the entire skill directory (assets and references included):
cp -r plinth/skills/004-commands-installation ~/.claude/skills/ - Restart Claude Code.
- Ask "Install embedded commands" and choose the destination when prompted.
- Run it from inside your project repo so the files land in the right place.
View source on GitHub ↗License: Apache-2.0