docs(tutorial): getting started with AI coding agents - #1331
Open
ekline[bot] wants to merge 1 commit into
Open
Conversation
Add a hands-on tutorial for using AI coding agents with Okteto Development Environments, walking through the Movies sample application: install the Okteto plugin, deploy with /dev-setup, change a service and verify it with okteto exec, run the e2e suite with okteto test, sweep health with /debug-env, and isolate a parallel run with -n <ns>. The Agentic Workflows section had four explanation pages but no guided walkthrough. Also corrects the plugin skill and command inventory on the section landing page, which described two skills and one command; upstream okteto-agent-skills v1.3.0 ships four skills and two commands. ekline[bot] <202747777+ekline[bot]@users.noreply.github.com> Signed-off-by: ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
ekline
Bot
requested review from
codyjlandstrom,
ifbyol,
pchico83 and
rlamana
as code owners
August 19, 2026 10:21
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Context
This tutorial addresses the highest-value gap found by a tutorial and how-to coverage review that combined competitor analysis (8 competitors), persona needs, and a feature-coverage audit of
src/content/andsrc/tutorials/.Top 3 gaps
reference/ssh-server.mdxpage plus remote-debugging steps buried inside seven per-language File Sync guides.What this PR adds
src/tutorials/ai-coding-agents.mdx— an eight-step tutorial that takes a developer from zero to a working agent loop on the Movies sample application: install the plugin, deploy with/dev-setup, add an endpoint via the agent in anokteto upsession verified withokteto exec, run thee2esuite withokteto test, sweep health with/debug-env, isolate a parallel run with-n <ns>, and clean up.Serves the developer persona (primary) and new user persona (secondary). Registered in
sidebarTutorials.jsafter the Preview Environments tutorial, and it uses theclaude.svgcard logo that was added in #1293 but never wired to a tutorial.Also included
src/content/agentic/index.mdxdescribes the plugin as "two skills and one slash command". Upstreamokteto/okteto-agent-skillsis at v1.3.0 and ships four skills (okteto,okteto-onboarding,okteto-debugging,okteto-preview) and two commands (/dev-setup,/debug-env). Verified against the repo'splugins/okteto/tree and README.The new tutorial documents the real inventory, so leaving the landing page stale would put two pages in direct contradiction. This PR corrects the inventory table and the two sentences that state the counts, and adds a link to the new tutorial from Next steps. Scoped strictly to that contradiction — happy to split it out if you'd rather land it separately.
Research sources
How to verify
cd docs && yarn && yarn start, then open http://localhost:8080/tutorials/ai-coding-agents/tutorialsrenders the Claude logoyarn buildto validate links and anchors — this was not run in authoring because Node was unavailable in the environment; all seven internal links were instead resolved by hand against target frontmatter andsidebars.jsokteto/movies,okteto/oktetoCLI source, andokteto/okteto-agent-skills@ v1.3.0, but the flow has not been executed end to end.Not verified
npx skills add.ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
📝 Created with EkLine · View session