004-commands-installation

Install embedded project commands into selected target directories for the Plinth Toolkit.

423|90|Updated Feb 8, 2025
One-click install
npx skills add https://github.com/jabrena/plinth --skill 004-commands-installation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 004-commands-installation
Source: https://github.com/jabrena/plinth/tree/main/skills/004-commands-installation
Command: npx skills add https://github.com/jabrena/plinth --skill 004-commands-installation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the installation of embedded project commands into specified target directories, reducing manual setup and ensuring consistent command availability across platforms.

Core Features & Use Cases

  • Interactive Destination Selection: Choose the target directory for command installation interactively.
  • Deterministic Copy: Copies all embedded commands from project assets to the chosen directory.
  • Idempotent Re-installation: Re-running the skill does not cause unintended changes.
  • Multiple Destination Support: Installs commands into .github/commands, .claude/commands, .cursor/command, or .codex/commands.

Quick Start

Install commands for the .github/commands directory by running the skill.

Frequently Asked Questions about 004-commands-installation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate command installation into project directories for the Plinth Toolkit?

Automate command installation by running this Skill to interactively select a target directory and deterministically copy embedded project commands. It supports destinations like .github/commands, .claude/commands, .cursor/command, and .codex/commands.

What directories are supported for setting up project commands?

Supported directories for project command setup include .github/commands, .claude/commands, .cursor/command, and .codex/commands. You interactively select one of these target paths before the deterministic copy process begins.

Can I re-run command installation without causing unintended changes to my directories?

Yes, re-running command installation is idempotent and does not cause unintended changes. The deterministic copy mechanism safely overwrites or verifies embedded project commands in your chosen target directory without side effects.

What's the best way to ensure consistent command availability across multiple platforms?

To ensure consistent command availability across platforms, use this Skill to copy embedded commands into platform-specific directories like .github/commands or .claude/commands. This eliminates manual setup and standardizes command access.

Do I need to manually specify a destination path before installing commands?

Yes, you must interactively select a destination directory before installing commands. The Skill pauses to require user input for target selection, ensuring embedded commands copy to the correct project path.

Why does command installation require interactive destination selection?

Command installation requires interactive destination selection to confirm the exact target directory before copying. This prevents accidental overwrites and ensures embedded project commands deploy to the correct framework directory.