Redesign quickstart with agent-first one-command approach#278
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Redesign quickstart with agent-first one-command approach#278mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
There was a problem hiding this comment.
Risk assessment: Very Low.
Evidence from the diff:
- Only
quickstart.mdxchanged. - Changes are documentation/content restructuring and command examples.
- No application/runtime code, auth, infra, schema, or shared library logic was modified.
Given the limited blast radius (docs-only user guidance), this PR is safe to approve under the policy.
Sent by Cursor Automation: Assign PR reviewers
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.


Summary
Redesigns the quickstart page to lead with a simple, copy-paste prompt for AI coding agents — inspired by the Orange Slice pattern of giving users a single command to get started.
What changed
Why
The original quickstart was 5 manual steps. Most Kernel users are already working with AI coding agents — leading with a one-prompt setup matches how they actually work.
Note
Low Risk
Low risk documentation-only change that restructures the quickstart content and examples without affecting runtime code. Main risk is user confusion if the new CLI/agent instructions or command names drift from actual behavior.
Overview
Quickstart is redesigned to be agent-first. The page now opens with a copy/paste prompt intended for AI coding agents to install the CLI, run
kernel login, scaffold viakernel create, and deploy.The manual path is reorganized into a clearer step-by-step flow (install → auth → create → deploy → invoke), adds an MCP server tip, updates example commands (e.g.,
my-app,--env-fileguidance), collapses additional invoke examples into an accordion, and streamlines Next steps plus the templates table copy.Written by Cursor Bugbot for commit 4706e06. This will update automatically on new commits. Configure here.