Use when asked to "review recent changes", "chunk review", "review my diff", "review this PR", "review PR #123", "review PR <url>", "review my changes", or asks for a code review using the team's review prompt. Supports GitHub PRs via `gh pr diff` and local diffs. Applies team-specific review standards from the .chunk/context/review-prompt.md file.
Generate synthetic training data variations using image transforms. Increases dataset diversity with flips, brightness jitter, and noise. Use after labeling.
Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows.
Control macOS GUI applications via mouse automation, keyboard input, screenshots, image recognition, and AppleScript execution. Use when you need to interact with macOS app UIs, take screenshots, click buttons, type text, scroll, drag, or locate images on screen. --- # swift-auto-gui The `sagui` CLI provides mouse control, keyboard input, screenshot capture, image recognition, and screen queries for macOS automation. ## Prerequisites - **Accessibility**: Required for mouse and keyboard commands. Enable in System Settings > Privacy & Security > Accessibility. - **Screen Recording**: Required for screenshot and image recognition commands. Enable in System Settings > Privacy & Security > Screen Recording. ## Coordinates All coordinates use **CGWindow coordinate system** — logical points with origin at the **top-left of the primary display**. - x increases to the right - y increases downward - Values are in logical points (not pixels) Use `sagui screen size` to get screen dimensions. ## Commands ### key — Simulate keyboard input ```bash sagui key shortcut command c # Keyboard shortcut (Cmd+C) sagui key shortcut command shift a # Multi-modifier shortcut sagui key down shift # Press key without releasing sagui key up shift # Release a held key sagui key type "Hello, World!" # Type text character by character sagui key type "slow" --interval 0.1 # Type with delay between keystrokes ``` | Subcommand | Arguments | Optional | |---|---|---| | `shortcut` | `<keys...>` (key names) | | | `down` | `<key>` | | | `up` | `<key>` | | | `type` | `<text>` | `--interval <seconds>` (default: 0) | #### Supported key names **Modifiers**: `command`, `shift`, `rightShift`, `control`, `rightControl`, `option`, `rightOption`, `capsLock`, `function` **Letters**: `a`-`z` **Numbers**: `zero`-`nine` **Function keys**: `f1`-`f20` **Arrow keys**: `upArrow`, `downArrow`, `leftArrow`, `rightArrow` **Navigation**: `home`, `end`, `
Build Stellar blockchain applications in Flutter/Dart using stellar_flutter_sdk. Use when generating Dart code for transaction building, signing, Horizon API queries, Soroban RPC, smart contract deployment and invocation, XDR encoding/decoding, and SEP protocol integration. Covers 26+ operations, 50 Horizon endpoints, 12 RPC methods, and 18 SEP implementations with async/await and Stream patterns across Android, iOS, Web, and Desktop.
Deploy the application to staging or production.
- 📁 api/
- 📁 examples/
- 📁 templates/
- 📄 LICENSE.txt
- 📄 SKILL.md
Provides comprehensive guidance for Electron framework including main process, renderer process, IPC communication, window management, and desktop app development. Use when the user asks about Electron, needs to create desktop applications, implement Electron features, or build cross-platform desktop apps.
Manage Grid bots (spot/contract/coin-margined) and DCA Martingale bots (Spot DCA 现货马丁 / Contract DCA 合约马丁) on OKX. Covers create, stop, amend, monitor P&L, TP/SL, margin/investment adjustment, and AI-recommended parameters. Requires API credentials. Not for regular orders (okx-cex-trade), market data (okx-cex-market), or account info (okx-cex-portfolio).
跨学科专家研究方法。描述如何从网上的信息去采集、分析最靠谱、最真实的数据并进行分析研究的方法论框架。
Comprehensive guide for developing Letta agents, including architecture selection, memory design, model selection, and tool configuration. Use when building or troubleshooting Letta agents.
HyperDbg Rust 驱动开发完整指南。包含 C++ 代码复刻、Rust 驱动开发、类型同步、编译验证等。在需要开发或维护 HyperDbg_rust 驱动时调用。
Build the EXE and distribution package. Use when the user wants to create a release build.