Explore

Find agent skills by outcome

11,172 skills indexed with the new KISS metadata standard.

Showing 24 of 11,172Categories: Data, Education, Coding
Coding
PromptBeginner5 minmarkdown

Chess Game

Develop a feature-rich chess game using HTML5, CSS3, and JavaScript. Create a realistic chessboard with proper piece rendering. Implement standard chess rules with move validation. Add move highlighti...

0
Coding
PromptBeginner5 minmarkdown

HTTP Benchmarking Tool CLI

Create a high-performance HTTP benchmarking tool in Go. Implement concurrent request generation with configurable thread count. Add detailed statistics including latency, throughput, and error rates....

0
Coding
PromptBeginner5 minmarkdown

Sudoku Game

Create an interactive Sudoku game using HTML5, CSS3, and JavaScript. Build a clean, accessible game board with intuitive controls. Implement difficulty levels with appropriate puzzle generation algori...

0
Coding
PromptBeginner5 minmarkdown

Typing Speed Test

Build an interactive typing speed test using HTML5, CSS3, and JavaScript. Create a clean interface with text display and input area. Implement WPM and accuracy calculation in real-time. Add difficulty...

0
Coding
PromptBeginner5 minmarkdown

Image Editor

Develop a web-based image editor using HTML5 Canvas, CSS3, and JavaScript. Create a professional interface with tool panels and preview area. Implement basic adjustments including brightness, contrast...

0
Coding
PromptBeginner5 minmarkdown

Text Analyzer Tool

Build a comprehensive text analysis tool using HTML5, CSS3, and JavaScript. Create a clean interface with text input area and results dashboard. Implement word count, character count, and reading time...

0
Coding
PromptBeginner5 minmarkdown

Habit Tracker

Create a habit tracking application using HTML5, CSS3, and JavaScript. Build a clean interface showing daily, weekly, and monthly views. Implement habit creation with frequency, reminders, and goals....

0
Coding
PromptBeginner5 minmarkdown

Flashcard Study System

Develop a comprehensive flashcard study system using HTML5, CSS3, and JavaScript. Create an intuitive interface for card creation and review. Implement spaced repetition algorithm for optimized learni...

0
Data
PromptBeginner5 minmarkdown

Memory Profiler CLI

Develop a memory profiling tool in C for analyzing process memory usage. Implement process attachment with minimal performance impact. Add heap analysis with allocation tracking. Include memory leak d...

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

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

Todo List

Create a responsive todo app with HTML5, CSS3 and vanilla JavaScript. The app should have a modern, clean UI using CSS Grid/Flexbox with intuitive controls. Implement full CRUD functionality (add/edit...

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

Secure Password Generator Tool

Create a comprehensive secure password generator using HTML5, CSS3 and JavaScript with cryptographically strong randomness. Build an intuitive interface with real-time password preview. Allow customiz...

0
Coding
PromptBeginner5 minmarkdown

Weather Dashboard

Build a comprehensive weather dashboard using HTML5, CSS3, JavaScript and the OpenWeatherMap API. Create a visually appealing interface showing current weather conditions with appropriate icons and ba...

0
Coding
PromptBeginner5 minmarkdown

Currency Exchange Calculator

Develop a comprehensive currency converter using HTML5, CSS3, JavaScript and a reliable Exchange Rate API. Create a clean, intuitive interface with prominent input fields and currency selectors. Imple...

0
Coding
PromptBeginner5 minmarkdown

Drawing App

Create an interactive drawing application using HTML5 Canvas, CSS3, and JavaScript. Build a clean interface with intuitive tool selection. Implement multiple drawing tools including brush, pencil, sha...

0
Coding
PromptBeginner5 minmarkdown

3D Space Explorer

Build an immersive 3D space exploration game using Three.js and JavaScript. Create a vast universe with procedurally generated planets, stars, and nebulae. Implement realistic spacecraft controls with...

0
Education
PromptBeginner5 minmarkdown

Student Tier

Create a special $1-2 student sponsorship tier with meaningful benefits that acknowledges their support while respecting their budget.

0
Education
PromptBeginner5 minmarkdown

Time Commitment

Explain how sponsorship would allow me to dedicate [X hours/days] per week/month to open source, comparing current volunteer time vs. potential sponsored time.

0
Education
PromptBeginner5 minmarkdown

Decision Filter

I want you to act as a Decision Filter. Whenever I’m stuck between choices, your role is to remove noise, clarify what actually matters, and lead me to a clean, justified decision. I will give you a s...

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
Data
PromptBeginner5 minmarkdown

Data Transformer

{"role": "Data Transformer", "input_schema": {"type": "array", "items": {"name": "string", "email": "string", "age": "number"}}, "output_schema": {"type": "object", "properties": {"users_by_age_group"...

0
Coding
PromptBeginner5 minmarkdown

- Analyze the code for readability

maintainability

0