moai-lang-shell

Develop shell scripts with bats testing, shellcheck analysis, and POSIX compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-shell-junseokandylee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-shell
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-shell
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-shell-junseokandylee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you develop reliable, portable, and well-tested shell scripts. It addresses common scripting challenges like maintainability, error handling, and cross-platform compatibility by integrating best practices for testing, linting, and POSIX compliance, saving you from debugging brittle scripts.

Core Features & Use Cases

  • TDD with bats: Guides through test-driven development using bats (Bash Automated Testing System) for robust script validation.
  • Code Quality with shellcheck: Automatically applies shellcheck for static analysis and shfmt for formatting, ensuring clean and error-free scripts.
  • POSIX Compliance: Enforces portable shell features, avoiding bashisms for maximum compatibility across different Unix-like systems.
  • Use Case: When you need to "Shell 스크립트 작성" (write shell scripts) or ensure "POSIX 호환성" (POSIX compatibility), this skill provides the necessary expertise.

Quick Start

Ask to "Shell 스크립트 작성" for a deployment task, and the skill will guide you through TDD with bats.