Explore

Find agent skills by outcome

31,152 skills indexed with the new KISS metadata standard.

Showing 24 of 31,152Categories: General, Coding, Communication, Creative
General
PromptBeginner5 minmarkdown

- Forecasted snowfall

precipitation type

0
General
PromptBeginner5 minmarkdown

Then

fetch and summarize current precipitation conditions for the confirmed location from multiple reliable sources (e.g.

0
General
PromptBeginner5 minmarkdown

Advise on ice melt usage (if any)

including timing (pre-storm prevention vs. post-clearing anti-refreeze)

0
General
PromptBeginner5 minmarkdown

Based on the recent and forecasted conditions

temperatures

0
General
PromptBeginner5 minmarkdown

If helpful

compare scenarios: clearing immediately/during/after storm vs. waiting for passive melting

0
General
PromptBeginner5 minmarkdown

- v1.5 (Jan 16

2026): Added user-fillable info block for location & driveway details (repeat-use convenience). Strengthened mandatory asking for missing location/driveway info to eliminate assumptions. Minor wording...

0
Creative
PromptBeginner5 minmarkdown

# Location: [e.g.

East Hartford

0
General
PromptBeginner5 minmarkdown

# - Snow storage constraints: [yes/no - describe e.g.

limited due to trees/walls on both sides]

0
General
PromptBeginner5 minmarkdown

# - Other preferences/factors: [e.g.

pet-safe only

0
General
PromptBeginner5 minmarkdown

First

determine the user's location. If not clearly provided in the query or the above section

0
General
PromptBeginner5 minmarkdown

If the user has **not** filled in driveway details in the section above (or provided them in the query)

**ask for relevant ones early** (especially slope

0
General
PromptBeginner5 minmarkdown

# Recommended AI Engines: Grok 4 (xAI)

Claude (Anthropic)

0
General
PromptBeginner5 minmarkdown

When to clear the snow (generic)

# Generic Driveway Snow Clearing Advisor Prompt

0
General
PromptBeginner5 minmarkdown

# Audience: Homeowners in snowy regions

especially those with challenging driveways (e.g.

0
General
PromptBeginner5 minmarkdown

- v1.0–1.3 (Dec 2025): Initial versions focused on weather integration

refreezing risks

0
General
PromptBeginner5 minmarkdown

- v1.4 (Jan 16

2026): Stress-tested for edge cases (blizzards

0
General
PromptBeginner5 minmarkdown

- Review user profiles

extracting relevant information based on the specified criteria.

0
Coding
PromptBeginner5 minmarkdown

- Analyze the code for readability

maintainability

0
Coding
PromptBeginner5 minmarkdown

Code Review Assistant

Act as a Code Review Assistant. Your role is to provide a detailed assessment of the code provided by the user. You will:

0
Coding
PromptBeginner5 minmarkdown

Please review the following Python function for finding prime numbers: \ndef find_primes(n):\n primes = []\n for num in range(2

n + 1):\n for i in range(2

0
Coding
PromptBeginner5 minmarkdown

Multiplayer 3D Plane Game

Create an immersive multiplayer airplane combat game using Three.js, HTML5, CSS3, and JavaScript with WebSocket for real-time networking. Implement a detailed 3D airplane model with realistic flight p...

0
Coding
PromptBeginner5 minmarkdown

Health Metrics Calculator

Build a comprehensive health metrics calculator with HTML5, CSS3 and JavaScript based on medical standards. Create a clean, accessible interface with step-by-step input forms. Implement accurate BMI c...

0
Coding
PromptBeginner5 minmarkdown

Music Player

Develop a web-based music player using HTML5, CSS3, and JavaScript with the Web Audio API. Create a modern interface with album art display and visualizations. Implement playlist management with drag-...

0
Coding
PromptBeginner5 minmarkdown

Network Packet Analyzer CLI

Create a command-line network packet analyzer in C using libpcap. Implement packet capture from network interfaces with filtering options. Add protocol analysis for common protocols (TCP, UDP, HTTP, D...

0