Prompt Toolbox v2live prototype

Code and agents / Snippet

Codex Refactor 800

Snippet: I have been working on this JLP loan saver page /jlploansaver.php with an AI coding agent and it make me realize how much it needs refactoring as it was hacked togethe...

Save to workshop
Uses
1
Views
150
State
Incubating
Evidence
Last updated Oct 27, 2025

Prompt

Copyable prompt

1 total
Snippet

Default prompt

I have been working on this JLP loan saver page /jlploansaver.php with an AI coding agent and it make me realize how much it needs refactoring as it was hacked together over many chats. It has already become too complex for me to remove work on. The original authors were chinese which meant support was unavailable. Its already too complex for any humans here to maintain so lets get it optimized for ai coding agents like Codex and Github Copilot Agent that uses Claude so things like comments just waste tokens in their context window. We want safer, smaller surface for token budgets, make sure the code is organized, flat, and nearly comment-free. Names are explicit, comments minimal, no dead branches. Keep all current endpoints/fields so it’s a drop-in. I think putting it in its own folder /jlploansaver with app.js + rpc.js + compute.js makes sense, even its own css file. Make sure you go step-by-step to ensure a drop in replacement refactor will work
Copied