Explore

Find agent skills by outcome

55,572 skills indexed with the new KISS metadata standard.

Showing 24 of 55,572Categories: Data & Insights, General
General
PromptBeginner5 minmarkdown

- Tags: [Low Effort / Medium Effort / High Effort]

[Short-Term / Long-Term]

0
General
PromptBeginner5 minmarkdown

- Prefer ideas that balance impact

effort

0
General
PromptBeginner5 minmarkdown

Give 8–15 ideas. For each idea

include:

0
General
PromptBeginner5 minmarkdown

Help me brainstorm useful

technically grounded ideas for the following:

0
General
PromptBeginner5 minmarkdown

- Focus on ideas that are relevant

realistic

0
General
PromptBeginner5 minmarkdown

Your job is to generate practical

relevant

0
General
PromptBeginner5 minmarkdown

- If possible

cluster URLs by topic

0
General
PromptBeginner5 minmarkdown

- A list of URLs in one of the following formats: XML sitemap

CSV file

0
General
PromptBeginner5 minmarkdown

After completing the review

provide:

0
General
PromptBeginner5 minmarkdown

Before manual review

run these tools and include findings:

0
General
PromptBeginner5 minmarkdown

- Resource leaks (unclosed files

connections)

0
General
PromptBeginner5 minmarkdown

**References**: Links to PEPs

documentation

0
General
PromptBeginner5 minmarkdown

For each issue found

provide:

0
General
PromptBeginner5 minmarkdown

- Security vulnerabilities (injection

`eval`

0
General
PromptBeginner5 minmarkdown

- [ ] Calendar edge cases (February 29

month boundaries)

0
General
PromptBeginner5 minmarkdown

- [ ] Leap years

DST transitions (`pytz` vs `zoneinfo` handling)

0
General
PromptBeginner5 minmarkdown

- [ ] `float('nan')`

`float('inf')`

0
General
PromptBeginner5 minmarkdown

- [ ] Zero values (division

indexing

0
General
PromptBeginner5 minmarkdown

- [ ] Empty strings

lists

0
General
PromptBeginner5 minmarkdown

- [ ] Find `typing.Dict`

`typing.List`

0
General
PromptBeginner5 minmarkdown

- [ ] Detect `typing.Union[X

Y]` that could be `X | Y` (3.10+)

0
General
PromptBeginner5 minmarkdown

- [ ] Identify missing process manager configuration (supervisor

systemd)

0
General
PromptBeginner5 minmarkdown

- [ ] Find missing monitoring/observability setup (metrics

tracing

0
General
PromptBeginner5 minmarkdown

- [ ] Check for proper signal handling (`SIGTERM`

`SIGINT`) for graceful shutdown

0