Skip to main content

ChatGPT & LLM Prompt

The Codehooks development prompt is a starter template for generating backend APIs using ChatGPT, Claude, Gemini, and other LLMs. Copy and paste it into your LLM of choice, add your request at the bottom, and get working Codehooks.io JavaScript code.

Quick access

# Install the Codehooks CLI
npm install -g codehooks

# Display the prompt — pipe to your agent or copy to clipboard
coho prompt

# Copy to clipboard on macOS
coho prompt | pbcopy

Blog walkthrough

Read the original blog post for a step-by-step guide on using this prompt with ChatGPT and codehooks.io.

Full AI Agent Setup Guide

For the complete guide — including the Claude Code plugin, MCP server, CLI integration, OpenClaw skill, and the full development prompt — see AI Agent Setup.