Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Embedded Commands Installer (004)

Interactively installs the Plinth toolkit's bundled command definitions into .github/.claude/.cursor/.codex command directories.

UtilitiesBeginner44093AI score 7/10Last updated: Sep 16, 2026

What it does

  • Copies the full set of embedded command files from the skill's assets/commands into 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

  1. "Install embedded commands" → pick a destination, files land in .claude/commands.
  2. "Bootstrap .cursor/commands from project assets."
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/jabrena/plinth.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the entire skill directory (assets and references included): cp -r plinth/skills/004-commands-installation ~/.claude/skills/
  5. Restart Claude Code.
  6. Ask "Install embedded commands" and choose the destination when prompted.
  7. Run it from inside your project repo so the files land in the right place.
View source on GitHubLicense: Apache-2.0