Build with AI
You can use AI-powered tools to generate, debug, and explore CRE workflows. There are two approaches: install a skill in your code editor or paste a starter prompt into AI web chat.
Code editor
Install the skill
Run the following command to add the CRE skill to your code editor agent:
npx skills add https://github.com/smartcontractkit/chainlink-agent-skill --skill cre-skills
Prompt your agent
Once installed, reference the skill in your prompt:
Use the /cre-skills skill and [describe what you want to build]
What you can do
- Generate complete CRE workflows in TypeScript or Go
- Get help with onboarding, project setup, and account configuration
- Debug issues with simulation, secrets, triggers, and deployment
- Look up CLI commands, SDK APIs, and capability details
Works with
Claude Code, Cursor, Codex, Gemini, Copilot, Cline
AI Webchat
If you prefer working in a browser, you can load the full CRE documentation into an AI chat session. Context files are available for both SDKs:
- TypeScript:
https://docs.chain.link/cre/llms-full-ts.txt - Go:
https://docs.chain.link/cre/llms-full-go.txt
Copy a starter prompt below, replace the placeholder at the end with your use case, and paste it into your preferred AI chat.
TypeScript
I'm building a Chainlink CRE workflow using the TypeScript SDK.
Here is the full CRE TypeScript documentation:
https://docs.chain.link/cre/llms-full-ts.txt
Please fetch and read that file. After you've read it, please:
- Help me build a CRE workflow based on what I describe
- Answer any questions I have about the CRE TypeScript SDK
- Guide me through implementation step by step
I want to build: [describe your use case]
Open in ChatGPT
|
Open in Claude
Go
I'm building a Chainlink CRE workflow using the Go SDK.
Here is the full CRE Go documentation:
https://docs.chain.link/cre/llms-full-go.txt
Please fetch and read that file. After you've read it, please:
- Help me build a CRE workflow based on what I describe
- Answer any questions I have about the CRE Go SDK
- Guide me through implementation step by step
I want to build: [describe your use case]
Open in ChatGPT
|
Open in Claude