Complete prompt builder for Lemonade AI with advanced features
目前為
=================================================================
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!)
=================================================================