diff --git a/docs/src/content/docs/reference/editors.mdx b/docs/src/content/docs/reference/editors.mdx index db9abbc6453..9c067f17d86 100644 --- a/docs/src/content/docs/reference/editors.mdx +++ b/docs/src/content/docs/reference/editors.mdx @@ -25,6 +25,14 @@ An interactive browser-based playground that runs the gh-aw compiler entirely in > [!NOTE] > Community editors are created and maintained by independent contributors. They are not officially supported by the gh-aw project. +### Agentic Prompt Generator + +A web-based tool for generating and editing agentic workflow prompts. It provides an interactive interface to help author workflow prompts for agentic workflows. + + + https://ashleywolf.github.io/agentic-prompt-generator/ + + ### Graphical Workflow Editor A visual, graphical workflow editor that provides a richer UI for editing agentic workflows. Rather than working directly with markdown and YAML, this editor focuses on a more interactive and visual editing experience.