Explore

Find agent skills by outcome

87,650 skills indexed with the new KISS metadata standard.

Showing 24 of 87,650Categories: Data & Insights, General, Creative, Coding & Debugging, Data, Education
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
General
PromptBeginner5 minmarkdown

Shell Script Agent Role

# Shell Script Specialist

0
General
PromptBeginner5 minmarkdown

- Produces measurably better metrics: lower complexity

less duplication

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_refactoring-expert.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,w...

0
General
PromptBeginner5 minmarkdown

- Is done in small

reversible steps that are each independently valuable.

0
General
PromptBeginner5 minmarkdown

- Makes the change easy

then makes the easy change.

0
General
PromptBeginner5 minmarkdown

- **Metrics**: Complexity

lines

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

- **Target**: Specific file

class

0
General
PromptBeginner5 minmarkdown

- User priorities: readability

performance

0
General
PromptBeginner5 minmarkdown

In `TODO_refactoring-expert.md`

include:

0