I built this ecosystem because I was tired of context-switching between my IDE and browser just to craft a decent prompt for ChatGPT or Claude.
fnPrompt creates structured "System Prompts" (Persona, Context, Constraints) from raw ideas.
The ecosystem consists of: 1. VS Code Extension: Generates prompts directly in the editor (right-click refactor). 2. CLI Tool: For terminal-based workflow using token auth. 3. Chrome Extension: Injects prompts into active AI chat tabs. 4. Web: Central hub for managing the prompt library.
Tech stack: - Backend: PHP (Vanilla) + MySQL - Frontend: Tailwind CSS + JS - Extensions: TypeScript for VS Code, JS for Chrome - AI: OpenAI API for the prompt engineering logic.
It is currently bootstrapped and free to use. I’d love to get your feedback on the implementation, especially the VS Code workflow.
I was in the same situation. I've been programming high-level languages for decades now and wanted to get my hands on embedded. I've got friends in my local hackerspace and while you can teach yourself programming those chips, it's good to know whom to ask when you get stuck. You can find a hackerspace near you here: https://wiki.hackerspaces.org/Hackerspaces
I've been programming C and Rust on Wokwi. I even simulates electronic components and stuff like switch-bounce-effects. It's very easy and can be used free. You can even use a local IDE like VSCode(ium) and. I've used it with one project and it speed up my project a lot. https://wokwi.com/
Apparently it's possible to bypass 2FA and do a password reset of a Google account without email access, if the account owner doesn't abort it within 30 days. I confirmed that it works by "pwning myself" afterwards. So keep an eye on your old Gmail inbox if it matters.
The people who run our society are happy to absolutely ruin our lives in order to get a nice house and a driver. But we will hang the worst regardless
Don't worry. Americans generally have no balls. Sleep tight
If they had something to contribute they would have figured a label to slap on
We’d love it if you’d signup if this sounds interesting to you, we’ll reach back out very soon with the link.
Anthropic is futher complicated by mission.
1. Profile Icon -> Get Help
2. Send us a Message
3. Click 'Refund'
Big corpos only talk money, so it's the best you could do in this situation.
If you can't refund, and need to wait till sub runs out after cancelling, go to the OpenCode repo and rename your tools so they start with capital letters. That'll work around it. They just match on lowercase tool names of standard tools.
The Agent SDK can piggyback on your existing Claude Code authentication
Key insight: Instead of rebuilding context from JSON every call,
the protocol transmits executable knowledge directly.
Benchmarks on standard hardware:
- Context recall: 700x faster (3ms vs 2.1s)
- Complex reasoning: 139x faster
- 21k requests/sec throughput
But numbers don't lie.