Format For Target
format_for_targetTransform a compressed ContextBridge handoff block into a paste-ready opening prompt for a target AI platform.
Instructions
Formats a compressed ContextBridge handoff block into a paste-ready opening prompt for a destination AI platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | The destination platform: claude, chatgpt, or gemini. | |
| context_block | Yes | The structured ContextBridge handoff block to format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | The destination AI platform. | |
| api_split | Yes | ||
| format_version | Yes | Schema version for formatted prompt output. | |
| formatted_prompt | Yes | A paste-ready opening message for the target platform. | |
| usage_instructions | Yes | How to use this formatted output on the target platform. | |
| prompt_structure_notes | Yes | Why this format was chosen for the target platform. |