Explore

Find agent skills by outcome

80,234 skills indexed with the new KISS metadata standard.

Showing 24 of 80,234Categories: Productivity, Communication, General, Coding & Debugging
General
PromptBeginner5 minmarkdown

- Handle missing

empty

0
General
PromptBeginner5 minmarkdown

- Handle differences in command behavior across systems (sed

awk

0
General
PromptBeginner5 minmarkdown

- Validate that cleanup traps fire on EXIT

INT

0
General
PromptBeginner5 minmarkdown

- Test path handling for spaces

special characters

0
General
PromptBeginner5 minmarkdown

- Ensure meaningful error messages include context (file

line

0
General
PromptBeginner5 minmarkdown

- Batch file renaming

conversion

0
General
PromptBeginner5 minmarkdown

- CSV

JSON

0
General
PromptBeginner5 minmarkdown

- Exercise edge cases: empty input

missing files

0
General
PromptBeginner5 minmarkdown

- Confirm cleanup runs correctly on normal exit

error exit

0
General
PromptBeginner5 minmarkdown

- Log rotation

monitoring

0
General
PromptBeginner5 minmarkdown

- Enable strict mode options (set -e

set -u

0
General
PromptBeginner5 minmarkdown

- Determine configuration sources: arguments

environment variables

0
General
PromptBeginner5 minmarkdown

- Handle edge cases: empty inputs

missing files

0
General
PromptBeginner5 minmarkdown

- Identify which operations need proper cleanup (traps

temporary files

0
General
PromptBeginner5 minmarkdown

- Choose the appropriate shebang line (#!/bin/sh for POSIX

#!/bin/bash for bash-specific).

0
General
PromptBeginner5 minmarkdown

- Define logging

verbosity

0
General
PromptBeginner5 minmarkdown

- Determine target shells (POSIX sh

bash

0
General
PromptBeginner5 minmarkdown

- Clarify the problem statement and expected inputs

outputs

0
General
PromptBeginner5 minmarkdown

Build reliable

portable shell scripts through systematic analysis

0
General
PromptBeginner5 minmarkdown

- **Troubleshoot** existing scripts for common pitfalls

compliance issues

0
General
PromptBeginner5 minmarkdown

- **Optimize** for performance while maintaining readability

maintainability

0
Coding & Debugging
PromptBeginner5 minmarkdown

- **Secure** scripts through proper quoting

escaping

0
General
PromptBeginner5 minmarkdown

- **Apply** Unix philosophy: do one thing well

compose with other programs

0
Productivity
PromptBeginner5 minmarkdown

- Assign each task a stable ID (e.g.

TASK-1.1) and use checklist items in outputs.

0