hey, is there any resource for pulumi specific LLM...
# general
f
hey, is there any resource for pulumi specific LLM instruction files that help with coding? Like
CLAUDE.md
,
.cursor/rules
or
.github/instructions
?
s
If you're an organization admin, you can set system prompts for copilot to use under Settings > Access Management https://app.pulumi.com/elisabeth-demo/settings/access-management
m
Also pulumi mcp server: https://github.com/pulumi/mcp-server
f
Sorry, i meant for github copilot, not pulumi copilot. I basically search for something like this, but for pulumi projects
m
We don't have anything like that at present. But the larger models have good knowledge of pulumi and the pulumi MCP server can be useful for planning out infrastructure, especially for AWS with its 'deploy to aws' function.
f
i see, thank you!