ellipsis skill: Getting started section (agent-executable onboarding)#57
Merged
Conversation
…ble end to end A dedicated 6-step Getting started with Ellipsis section: login, welcome template, templates via agent template list / config create --template, sandbox variable set, sandbox build start --watch to prove the image, then test + deploy as a PR. Frames the point explicitly: the CLI surface is complete enough that migrating a team onto Ellipsis is itself delegable to a coding agent. Also mentions agent sandbox build in Core concepts and the author/inspect block, links the new cli-setup docs guide, and fixes a nonexistent template slug (ci-failure-triager -> code-reviewer).
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.
What
Updates the customer-facing
skills/ellipsis/SKILL.md(the skillnpx skills add ellipsis-dev/cliinstalls) for people and coding agents exploring the CLI:welcome-to-ellipsistemplate, deploy from a template (agent template list,agent config create --template code-reviewer --repo api, plus theagent-config-buildertemplate that drafts other agents), store variables (agent sandbox variable set), prove the sandbox image withagent sandbox build start --watch(tools, CLIs, and with--hooksthe lifecycle hooks) before anything deploys, then test a session and deploy as a PR.agent sandbox buildmentioned in Core concepts and the author/inspect command block; docs list links the new/docs/guides/cli-setupguide.ci-failure-triager→code-reviewer(verified against the shipped templates).Do not merge yet
References
agent sandbox build, which is implemented on thesandbox-buildsbranch but not released, and links/docs/guides/cli-setup, which ships with ellipsis-dev/ellipsis#5891. Merge with or after the sandbox-builds release.Gates
bun run typecheckclean,bun run test236 passed.