Lemonade Prompt Builder

Complete prompt builder for Lemonade AI with advanced features

目前為 2025-11-28 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Silverfox0338
評價
0 0 0
版本
8.5
建立日期
2025-11-28
更新日期
2025-11-28
尺寸
107.0 KB
授權條款
CC-BY-NC-ND-4.0
腳本執行於

=================================================================
LEMONADE PROMPT BUILDER v8.5
=================================================================

📌 OVERVIEW
-----------
A powerful TamperMonkey userscript that enhances your Lemonade.gg
workflow with intelligent prompt generation, template management,
and file referencing for Roblox script development.

⚡ QUICK START
--------------
1. Install TamperMonkey browser extension
2. Create new script and paste this code
3. Visit lemonade.gg/code/*
4. Click the blue "Prompt Builder" button (bottom-left)
5. Press Ctrl+Shift+P anywhere to open instantly

🎯 CORE FEATURES
----------------
✓ 20+ Pre-built Templates
• Large Systems: Inventory, Shop, Combat, DataStore, etc.
• Bug Fixes: Fix bugs, optimize code, add features
• UI Systems: Menus, HUDs, notifications, settings

✓ Smart Form Validation
• Required field checking
• Conditional field display
• Real-time prompt preview
• Character/word count

✓ Prompt History & Favorites
• Auto-save all generated prompts
• Mark favorites with star (★)
• Search through history
• Rename prompts with custom names
• Export/import backup data

⚠️ @ File Mentions (WORK IN PROGRESS)
• Type @ in any text field to reference scripts
• Auto-complete from detected files
• Reference files like: "@InventoryManager"
• NOTE: File detection and autocomplete display
is currently being refined
• You can still manually type file references

✓ Auto-Submit
• Toggle in Settings tab
• Adjustable delay (100-3000ms)
• Automatically sends prompt after insert

✓ Themes
• Dark mode (default)
• Light mode
• Toggle in Settings tab

📋 KEYBOARD SHORTCUTS
---------------------
Ctrl+Shift+P Open/close Prompt Builder
Escape Close any modal
@ Trigger file autocomplete (in text fields) - WIP
Enter/Tab Accept file suggestion - WIP
Arrow Up/Down Navigate file suggestions - WIP

🎨 TEMPLATE CATEGORIES
----------------------
1. LARGE SYSTEMS
- Inventory System (with drag-drop, DataStore)
- Shop/Store System (categories, confirmations)
- Combat System (melee, ranged, magic, hybrid)
- DataStore Manager (auto-save, data templates)
- Leaderstats System (custom stats, persistence)
- Custom Large System (fully customizable)

2. BUG FIXES & CHANGES
- Fix Specific Bug (detailed error reporting)
- Performance Optimization (lag, memory leaks)
- Add Feature (extend existing code)
- Custom Bug Fix/Change

3. UI & INTERFACE
- Main Menu (animated buttons, modern styles)
- HUD/Overlay (health bars, counters)
- Notification System (typed notifications)
- Inventory GUI (grid/list/hotbar layouts)
- Settings Menu (with DataStore saves)
- Custom UI (fully customizable)

📊 STATISTICS & TRACKING
------------------------
- Tracks template usage counts
- Shows "X uses" badges on popular templates
- Displays most-used template in Settings
- Exports all data for backup
- Import previous backups

💾 DATA MANAGEMENT
------------------
Export All Data
Downloads JSON backup with:
- All prompt history
- Favorites list
- Template statistics
- Settings preferences

Import Data
Restore from previous backup
(Overwrites current data)

Clear All History
Nuclear option - removes everything
(Cannot be undone!)

🔧 SETTINGS OPTIONS
-------------------
APPEARANCE
- Theme: Dark/Light mode toggle

AUTOMATION
- Auto-Submit Prompts: On/Off
- Auto-Submit Delay: 100-3000ms

FILE REFERENCES
- @ File Mentions: In Development
- Shows detected file count
- Manual refresh button
- For now, manually type file names in prompts

DATA MANAGEMENT
- Export/Import/Clear options
- View statistics

🎮 USAGE EXAMPLES
-----------------
Example 1: Create Inventory System
1. Open builder (Ctrl+Shift+P)
2. Click "Large Systems"
3. Click "Inventory System"
4. Fill in slots: 20
5. Enable drag-drop: Yes
6. Enable DataStore: Yes
7. Click "Insert Prompt"

Example 2: Fix a Bug
1. Open builder
2. Click "Bug Fixes & Changes"
3. Click "Fix Specific Bug"
4. System: "Shop GUI"
5. Bug: "Buttons don't work"
6. Expected: "Clicking should buy item"
7. Paste error from Output
8. Insert prompt

Example 3: Reference Files (Manual - until @ feature complete)
1. In any template text field
2. Type: "Fix the bug in InventoryManager script"
3. Or: "Update the ShopGUI LocalScript"
4. Manually reference your file names for now

🔍 FILE DETECTION (IN DEVELOPMENT)
----------------------------------
The script is being developed to automatically scan for:
- .lua and .luau files
- Scripts ending in "Script"
- Files in workspace tree
- Path detection (e.g., "ServerScriptService > Main")

Current Status:
✓ File scanner exists
✓ Settings shows detected count
⚠️ Autocomplete dropdown not yet displaying
⚠️ @ trigger detection needs refinement

Workaround: Manually type script names in prompts

⚠️ KNOWN ISSUES & WORKAROUNDS
----------------------------
ISSUE: @ File Autocomplete Not Appearing
- STATUS: Work in progress
- CAUSE: Autocomplete dropdown positioning and
detection logic being refined
- WORKAROUND: Manually type file/script names in
your prompt text fields
- Example: Instead of "@InventoryManager", type
"the InventoryManager script" or "InventoryManager"

The file detection runs in background and shows count
in Settings, but the interactive autocomplete UI is
still being perfected.

⚠️ TROUBLESHOOTING
------------------
Q: Button not appearing?
A: Check you're on lemonade.gg/code/* URL

Q: @ autocomplete not showing?
A: This feature is in development - manually type file names

Q: How many files detected?
A: Check Settings > File References section

Q: Lost all data?
A: Import from backup (Settings > Import Data)

Q: How do I reference scripts without @?
A: Just type the script name normally in text fields
Example: "Fix the PlayerData script in ServerScriptService"

🔄 VERSION HISTORY
------------------
v8.1 - Current
- Added @ file mention system (autocomplete UI in progress)
- Enhanced file detection system
- Added rename functionality for prompts
- Better keyboard navigation
- Light/dark theme support
- Auto-submit feature
- Template usage statistics

v8.0
- Complete rewrite with modern architecture
- Added history and favorites
- Search functionality
- Export/import data
- Form validation

📄 LICENSE & CREDITS
--------------------
Author: Silverfox0338
Version: 8.1
Namespace: http://tampermonkey.net/
Match URLs: https://lemonade.gg/code/*

Free to use and modify.
Report issues or suggestions in the script comments.

🚀 PRO TIPS
-----------
1. Use Ctrl+Shift+P for fastest access
2. Favorite your most-used prompts
3. Rename prompts for easy identification
4. Export data regularly for backup
5. Manually reference file names until @ feature is complete
6. Adjust auto-submit delay based on your workflow
7. Search history instead of recreating prompts
8. Use Copy button if auto-insert has issues

=================================================================
HAPPY CODING! 🎉
(@ autocomplete coming soon!)
=================================================================