NNextron Docs
AI prompts

AI prompt builder

Create a stack-aware brief for a coding agent working inside a Nextron project.

Nextron already generates AGENTS.md and CLAUDE.md with project-specific conventions. This builder adds the missing task brief: what the agent should accomplish, which generated stack it must preserve, what it should inspect first, and how it must verify the result.

Prompt builder

Give your coding agent the whole brief.

Choose a task, load the generated stack, and copy a prompt grounded in Nextron’s actual architecture.

1

Choose the task

Start from a tested Nextron workflow.

Map the generated stack, module boundaries, routes, and development workflow.

2

Load your stack

Your configuration stays in this browser.

Review or enter the stack manually
Optional modules
3

Describe the outcome

Specific inputs produce a more useful implementation.

How the builder uses your configuration

Paste the generated nextron.config.ts file to fill the stack selectors automatically. Parsing happens entirely in your browser. The builder recognizes Nextron’s JSON-shaped defineConfig(...) output and never evaluates the pasted code.

If the file has been customized into arbitrary TypeScript, use the manual selectors. Always review the detected stack before copying the prompt.

Give the agent current context

Every generated prompt directs the agent to inspect repository files before editing and includes links to:

  • /llms.txt for the documentation index.
  • /llms-full.txt for the complete documentation context.
  • The Nextron guide most relevant to the selected task.

The prompt is deliberately tool-neutral. Use it with any coding agent that can inspect and modify your repository.