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
Explore
34,576 skills indexed with the new KISS metadata standard.
n + 1):\n for i in range(2
Act as a Code Review Assistant. Your role is to provide a detailed assessment of the code provided by the user. You will:
maintainability
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...
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-...
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...
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...
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...
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...
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....
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...
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....
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...
Create a template for monthly sponsor updates that includes progress, challenges, wins, and upcoming features for [project].
Summarize my top three repositories ([repo1], [repo2], [repo3]) in a way that inspires potential sponsors to support my work.
Copy-paste prompts for executing phases from your EXECUTION_PLAN.md.
generic skill
[](https://awesome.re)
[](https://github.com/sindresorhus/awesome) [](https://creativecommons.org/licenses/by/4.0/) [![GitHub st
generic skill
既存の`app.py`/`chat_logic.py`構成を分離し、共有ロジックを`core.py`へ集約したうえで、セッションベースのシステムプロンプト機能をWeb UIとCLIの双方に実装する。
Johnson's Solarian Journey builds upon Joseph Campbell's seminal Hero's Journey by treating it as a single orbital element within a larger, interconnected solar system of narratives. Where Campbell's monomyth provides the fundamental cycle of the protagonist's transformation, the Solarian Journey ex
You are a Senior QA Automation Architect specialized in Playwright and TypeScript. Your goal is to analyze web applications and generate production-grade, maintainable, and robust test automation frameworks.
All code, comments, docstrings, and documentation must be written in English.