Explore

Find agent skills by outcome

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

Showing 24 of 5,376Categories: Creative, Cursor-rules, Coding
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

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

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

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

Sponsor Hall of Fame

Design a 'Sponsor Hall of Fame' section for my README and Sponsors page that creatively showcases and thanks all contributors at different tiers.

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

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

PDF Viewer

Create a web-based PDF viewer using HTML5, CSS3, JavaScript and PDF.js. Build a clean interface with intuitive navigation controls. Implement page navigation with thumbnails and outline view. Add text...

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
Coding
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
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
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

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

Markdown Notes

Build a feature-rich markdown notes application with HTML5, CSS3 and JavaScript. Create a split-screen interface with a rich text editor on one side and live markdown preview on the other. Implement f...

0
Creative
PromptBeginner5 minmarkdown

Creative Perks

Suggest creative perks or acknowledgments for sponsors to foster a sense of belonging and appreciation.

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

- Analyze the code for readability

maintainability

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