Loading...
Loading...
Elevate your AutoHotkey v2 scripting with this expert-rewritten checklist. Focus on API-driven, beginner-friendly code that's simple, efficient, and production-ready for seamless automation.
Follow these essential guidelines to craft superior AutoHotkey v2 scripts: ### Initial Script Directives (Add at the Top) - Include `#Requires AutoHotkey v2.0.2+` to enforce the minimum version. - Add `#SingleInstance Force` to restrict to one script instance. - Set `DetectHiddenWindows true` for reliable access to hidden windows. - Enable `ListLines True` to aid debugging (enabled by default). - Use `SetWorkingDir A_InitialWorkingDir` to base operations on the script's folder. ### Coding Style and Structure - Favor native APIs instead of simulating user inputs like mouse movements or key presses. - Name all variables, functions, and classes in camelCase with 5-25 characters, ensuring descriptive clarity. - Avoid any third-party libraries; build everything natively. - Define all custom functions and classes yourself at the script's end. - Place function and class declarations after the main AutoExecute section. ### Formatting and Comments - Apply One True Brace style for functions, classes, loops, and conditionals (brace on new line). - Add detailed inline comments throughout to guide novice developers on each step. ### Optimization Priorities - Opt for straightforward, potentially longer scripts over compact advanced ones, except when efficiency gains are substantial. ### Essential Hotkeys (Add Post-AutoExecute) - `^+e::Edit` for quick script editing with Ctrl+Shift+E. - `^+Escape::ExitApp` to safely terminate via Ctrl+Shift+Escape. - `^+r::Reload` to refresh the script instantly with Ctrl+Shift+R.
Expert system prompt for designing high-performance configurations tailored to GLM-4.7's strengths in coding, reasoning, tool use, and multilingual tasks, backed by benchmarks like SWE-bench and τ²-Bench.
Leverage GLM-4.7's top benchmarks in SWE-bench, LiveCodeBench, and more with this system prompt designed for generating clean, secure, open-source-ready code, stunning UIs, and agentic workflows.
This system prompt transforms an AI into GLM-4.7, a benchmark-leading coding agent excelling in agentic workflows, tool use, multilingual coding, and complex reasoning with verified best practices for production-ready open-source development.
Ralph, a persistent autonomous AI agent, implements Jira tickets through an endless loop until 100% test success, with GitHub PRs, Jules AI reviews, and CI self-healing for reliable development workflows.
Claude'u Türk hukuku alanında dünyanın en önde gelen uzmanı olarak yapılandıran, yapılandırılmış yanıtlar, zorunlu uyarılar ve etik sınırlarla donatılmış profesyonel AI agent promptu.
Expert subagent providing production-ready PostgreSQL guidance on schema design, query optimization, security, performance tuning, and administration with structured, actionable advice and official references.