bin-scripts

Automate Git workflows and local development tasks with shell scripts.

29|1|Updated Jul 18, 2015
One-click install
npx skills add https://github.com/joshmanders/dotfiles --skill bin-scripts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bin-scripts
Source: https://github.com/joshmanders/dotfiles/tree/main/claude/skills/bin-scripts
Command: npx skills add https://github.com/joshmanders/dotfiles --skill bin-scripts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a curated collection of shell scripts in ~/.files/bin/ to simplify common Git operations, Laravel/Composer commands, and local development tasks, reducing manual steps and errors.

Core Features & Use Cases

  • Git helpers: simplify committing, undoing changes, and viewing history.
  • Dev-site utilities: manage local development sites with concierge, port killing, and artisan-like tasks.
  • Use Case: quickly perform a safe commit, reset, or site operation with consistent behavior across projects.

Quick Start

Run a single command to begin using the bin-scripts suite for everyday Git and dev-site workflows.

Frequently Asked Questions about bin-scripts

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

FAQPage Schema
How do I automate common git workflows and local development tasks?

You can automate common git workflows by using a curated collection of shell scripts that provide deterministic commands for consistent commits, quick resets, and simple local site orchestration.

What is the best way to manage local development sites with consistent git operations?

The best way to manage local development sites is using a shell script suite that handles port killing, site orchestration, and safe git resets with robust error handling across projects.

Can I use these shell scripts with Laravel and Composer commands?

Yes, the shell scripts include specific dev-site utilities designed to run Laravel and Composer commands, simplifying local development tasks and site management.

How do I quickly perform a safe git commit or reset across multiple projects?

You can perform a safe git commit or reset across multiple projects by running dedicated git helper shell scripts that enforce deterministic behavior and robust error handling.

Do I need any special dependencies to run these git and devops shell scripts?

No special dependencies are required to run these git and devops shell scripts, as they are self-contained shell commands placed in your local environment.