Merged
Conversation
This reverts commit 3942c5c.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kraenhansen
reviewed
Mar 3, 2026
kraenhansen
reviewed
Mar 3, 2026
kraenhansen
approved these changes
Mar 3, 2026
kraenhansen
reviewed
Mar 3, 2026
kraenhansen
reviewed
Mar 3, 2026
lharries
reviewed
Mar 3, 2026
lharries
reviewed
Mar 3, 2026
PaulAsjes
requested changes
Mar 4, 2026
Collaborator
PaulAsjes
left a comment
There was a problem hiding this comment.
A little bit of polish, and I think we're there. I'd rename from "minimal" to "quickstart" to match what we have in the docs.
Co-authored-by: Kræn Hansen <mail@kraenhansen.dk>
Collaborator
Author
|
@PaulAsjes I like the |
PaulAsjes
reviewed
Mar 5, 2026
PaulAsjes
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After a ton of back and forth, this flow gives results most consistently.
Outcome
By running
pnpm run generate:examples, updated skills are pulled down, all example prompts are located and examples are regenerated based on those prompts.For consistent results there is a template folder containing a minimal project for the appropriate technology (ex. Nextjs is default template + ElevenLabs UI components + heading + subheading + "demo goes here".
The
setup.shscript copies the template to anexample/folder, and builds dependencies.Key Decisions
feature/language/example-nameWhat else was tried
One-shotting from prompt alone
This worked, but the results varied a lot, and ran into timeouts and other issues related to just getting the project set up. (Also found a few bugs in the skills)
No Design File
The final solution has a
DESIGN.mdin the root. Without this the results are again varied. ButDESIGN.md+ the template gives relatively consistent outcomes.Long term maintenance