---

FloatPrompt

the invisible OS for AI

---

Upload a floatprompt to any AI and it becomes a specialized tool—a coach, a writer, an assistant—with defined behavior and structured output.

~~~~~~~~~~

A text file that transforms any AI into a specialized tool.

Coaches that guide. Writers that preserve voice. Extractors that structure.

Upload to ChatGPT, Claude, Cursor—works the same everywhere.

+

The output isn't chat. It's artifacts you actually use.

=

Portable. Readable. Shareable. No platform lock-in.

$

Build once, use forever.

===

How it works

===

  1. Download floatprompt (template or full system)
  2. Upload to any AI (ChatGPT, Claude, Cursor)
  3. Say "float build [what you need]"
  4. Get a custom tool for your use case

Or run npx floatprompt to give AI awareness of your entire project.

No technical knowledge required.

< >

Format

---

JSON defines behavior. Markdown provides methodology. Together they create tools that work on any AI platform.

<fp> <json> { "STOP": "{...}", "meta": {...}, "human": {...}, "ai": {...}, "requirements": {...} } </json> <md> {...} </md> </fp>
Copy