Bash and shell scripting conventions — shebang, Google-style script and function headers, pfb terminal output hierarchy, idempotency, and shellcheck verification. Use when writing, reviewing, or refactoring any bash script, shell script, or .sh file.
ali5ter/carrybag-lite
SkillsMP has collected 4 skills from ali5ter/carrybag-lite. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Go conventions — project layout, Cobra and Viper CLIs, TTY duality, Bubble Tea TUIs, Lip Gloss styling, error wrapping, doc comments, table-driven tests, and pre-commit verification. Use when writing, reviewing, or refactoring Go code, Go CLI tools, Go TUIs,…
Node.js, TypeScript, and JavaScript conventions — strict TypeScript, ESM, JSDoc on exports, named exports, node: prefixed core modules, and colocated behaviour tests. Use when writing, reviewing, or refactoring Node, TypeScript, or JavaScript code, or .ts,…
Python conventions — shebang, PEP 8 and PEP 257, Google-style docstrings, type hints, ruff, pathlib, argparse, pytest, and Rich terminal output for CLI tools. Use when writing, reviewing, or refactoring Python code, Python CLI tools, or .py files.