Skip to content

Commit 73be8af

Browse files
author
codegen-bot
committed
.
1 parent 8600041 commit 73be8af

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

docs/introduction/work-with-ai.mdx

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -96,39 +96,3 @@ This will ensure that the IDE's native chat model is aware of the APIs and commo
9696
## Devin, OpenHands and Semi-autonomous Code Agents
9797

9898
<Warning>Coming soon!</Warning>
99-
100-
## Coming Soon
101-
102-
<CardGroup cols={2}>
103-
<Card title="Default System Prompts" icon="download">
104-
Pre-built prompts for common transformation scenarios, ready to use with any
105-
AI.
106-
</Card>
107-
<Card title="Upgrade Paths" icon="arrow-up-right-dots">
108-
Specialized prompts for specific upgrade paths (React, TypeScript, etc.).
109-
</Card>
110-
</CardGroup>
111-
112-
## Best Practices
113-
114-
1. **Use Generated Prompts**: Let Codegen generate system prompts instead of writing them manually. They include important context about your codebase.
115-
116-
2. **Be Specific**: When creating a codemod, provide detailed descriptions to help the AI understand your goals:
117-
118-
```bash
119-
codegen create migrate-api --description "Update API calls to use the new v2 endpoints, handling pagination and error responses"
120-
```
121-
122-
3. **Leverage Context**: In Cursor, always @mention your codemod to give the AI full context about your transformation.
123-
124-
4. **Iterative Refinement**: Use AI suggestions as a starting point, then refine based on your specific needs.
125-
126-
<Note>
127-
The system prompts are designed to be human-readable. Review them to
128-
understand what context is being provided to the AI.
129-
</Note>
130-
131-
<Tip>
132-
You can also use the generated system prompts with other AI tools - just copy
133-
the prompt content and paste it into your preferred AI interface.
134-
</Tip>

0 commit comments

Comments
 (0)