com um clique
bash-conventions
Style and preferences for Bash scripts.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Style and preferences for Bash scripts.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Guidelines for Michael Vorburger's personal Git commit style.
Guidelines for Michael Vorburger's preferred Git workflow.
Java coding, testing, and logging conventions.
Guidelines for determining how to test a project based on its contents.
Enforces TypeScript and project-specific coding standards, including Bun usage and the zero-warning policy. Use this skill when creating or modifying any TypeScript or configuration files.
Update Nix flake inputs.
| name | bash-conventions |
| description | Style and preferences for Bash scripts. |
Always follow these conventions when writing Bash scripts for this project:
Always start with a shebang pointing to env bash:
#!/usr/bin/env bash
Always use the following safe settings in one line near the top of the script:
set -eux -o pipefail