Explore

Find agent skills by outcome

5,100 skills indexed with the new KISS metadata standard.

Showing 24 of 5,100Categories: Education, Coding & Debugging, Data
Coding & Debugging
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 & Debugging
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
Coding & Debugging
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 & Debugging
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 & Debugging
PromptBeginner5 minmarkdown

Code Snippet Manager

Build a developer-focused code snippet manager using HTML5, CSS3, and JavaScript. Create a clean IDE-like interface with syntax highlighting for 30+ programming languages. Implement a tagging and cate...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Kanban Board

Build a Kanban project management board using HTML5, CSS3, and JavaScript. Create a flexible board layout with customizable columns (To Do, In Progress, Done, etc.). Implement drag-and-drop card movem...

0
Coding & Debugging
PromptBeginner5 minmarkdown

File Encryption Tool

Create a client-side file encryption tool using HTML5, CSS3, and JavaScript with the Web Crypto API. Build a drag-and-drop interface for file selection with progress indicators. Implement AES-256-GCM...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Budget Tracker

Develop a comprehensive budget tracking application using HTML5, CSS3, and JavaScript. Create an intuitive dashboard showing income, expenses, savings, and budget status. Implement transaction managem...

0
Coding & Debugging
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...

2
Coding & Debugging
PromptBeginner5 minmarkdown

Recipe Finder

Create a recipe finder application using HTML5, CSS3, JavaScript and a food API. Build a visually appealing interface with food photography and intuitive navigation. Implement advanced search with fil...

0
Coding & Debugging
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 & Debugging
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 & Debugging
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...

2
Coding & Debugging
PromptBeginner5 minmarkdown

Meditation Timer

Build a mindfulness meditation timer using HTML5, CSS3, and JavaScript. Create a serene, distraction-free interface with nature-inspired design. Implement customizable meditation sessions with prepara...

0
Coding & Debugging
PromptBeginner5 minmarkdown

Advanced Color Picker Tool

Build a professional-grade color tool with HTML5, CSS3 and JavaScript for designers and developers. Create an intuitive interface with multiple selection methods including eyedropper, color wheel, sli...

0
Coding & Debugging
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 & Debugging
PromptBeginner5 minmarkdown

Interactive Quiz

Develop a comprehensive interactive quiz application with HTML5, CSS3 and JavaScript. Create an engaging UI with smooth transitions between questions. Support multiple question types including multipl...

0
Coding & Debugging
PromptBeginner5 minmarkdown

3D FPS Game

Develop a first-person shooter game using Three.js and JavaScript. Create detailed weapon models with realistic animations and effects. Implement precise hit detection and damage systems. Design multi...

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

Explain Funding Impact

Create a section for my Sponsors page that explains how funding will help me dedicate more time to [project/topics], support new contributors, and ensure the sustainability of my open source work.

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 & Debugging
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