·developing-posix-shell-scripts
</>

developing-posix-shell-scripts

Guidelines for writing, reviewing, and refactoring strictly POSIX-compliant shell scripts (/bin/sh). No Bash features allowed. Classifies the script as simple or complex, then delegates to the appropriate reference document. Use when targeting /bin/sh, Alpine, BusyBox, embedded systems, or any environment where Bash cannot be assumed.

13Installs·1Trend·@ak1ra-komj

Installation

$npx skills add https://github.com/ak1ra-komj/agents-skills --skill developing-posix-shell-scripts

How to Install developing-posix-shell-scripts

Quickly install developing-posix-shell-scripts AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ak1ra-komj/agents-skills --skill developing-posix-shell-scripts
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ak1ra-komj/agents-skills.

SKILL.md

View raw

This skill covers any task involving writing, reviewing, or refactoring a POSIX-compliant shell script (/bin/sh).

Bash-specific features are forbidden. See common.md for the full list of bash-isms to avoid.

Its primary responsibility is classification: determine whether the script is simple or complex, then follow the matching reference document exclusively.

Guidelines for writing, reviewing, and refactoring strictly POSIX-compliant shell scripts (/bin/sh). No Bash features allowed. Classifies the script as simple or complex, then delegates to the appropriate reference document. Use when targeting /bin/sh, Alpine, BusyBox, embedded systems, or any environment where Bash cannot be assumed. Source: ak1ra-komj/agents-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ak1ra-komj/agents-skills --skill developing-posix-shell-scripts
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-11

Browse more skills from ak1ra-komj/agents-skills

Quick answers

What is developing-posix-shell-scripts?

Guidelines for writing, reviewing, and refactoring strictly POSIX-compliant shell scripts (/bin/sh). No Bash features allowed. Classifies the script as simple or complex, then delegates to the appropriate reference document. Use when targeting /bin/sh, Alpine, BusyBox, embedded systems, or any environment where Bash cannot be assumed. Source: ak1ra-komj/agents-skills.

How do I install developing-posix-shell-scripts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ak1ra-komj/agents-skills --skill developing-posix-shell-scripts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ak1ra-komj/agents-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-04