feat(docs): add the personal agent template - #1269
Open
bensabic wants to merge 2 commits into
Open
Conversation
Mirror the authored surface of vercel-labs/personal-agent-template into the gallery, pinned to the revision it was copied from. Reaches the same agent from web chat, Slack, or iMessage, with GitHub and Linear on tap. Adds GitHub, Nuxt, and Sendblue integrations, and lists instructions.ts in the file browser's category order so it sorts with agent.ts instead of rendering last. Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bensabic
enabled auto-merge (squash)
July 28, 2026 02:43
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.
Adds personal-agent-template to the gallery at
/templates, pinned toec986e5.personal-agentanthropic/claude-sonnet-4.6All 17 files under
agent/are mirrored — this template has no deepreferences/docs, so nothing is excluded. Every embedded file was verified byte-for-byte against the upstream clone. The Nuxt app,auth.ts, andserver/are not included: the file browser only renders paths underagent/, so anything else would be silently dropped.Its README has no "quick start with an AI coding agent" prompt, so
setupPromptis written in the same copy-and-configure style as the original gallery entries rather than pointing at a hosted setup doc.Integrations
Adds
GitHub,Nuxt, andSendbluetoTemplateIntegration.githubLogo,sendblueLogo, andlinearLogoalready existed;nuxtLogowrapsSiNuxtand inheritscurrentColorrather than the brand green, matching the neighbouring icons in both themes.Sendbluenames the vendor rather than the surface (iMessage), consistent with howResendandSlackare tagged.Nuxtis a stack tag rather than a service the agent talks to — the first of its kind in the union.File browser ordering
This is the first gallery template with
instructions.tsrather thaninstructions.md, andcategoryOrderinfile-viewer.tsxrenders unlisted names last — so it sorted belowlib. Listing it fixes the order:#1268 restructures the same list more broadly (standalone files first, plus
sandbox.tsandschedules). Whichever lands second will conflict on that one hunk; #1268's version is a superset and should win.Docs-only, so no changeset.