fix: align agent-platform guide with skills (.agents/skills, /skill invocations)#695
Open
GumpZH wants to merge 5 commits into
Open
fix: align agent-platform guide with skills (.agents/skills, /skill invocations)#695GumpZH wants to merge 5 commits into
GumpZH wants to merge 5 commits into
Conversation
…orm/create-agent.mdx
…orm/improve-agent.mdx
…orm/next-steps.mdx
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
The
agent-platform/*guide targets the neweragent-platform-railwaytemplate, where the five lifecycle prompts ship as Claude Code skills under.agents/skills/<name>/SKILL.md(invoked as/create-new-agent,/improve-agent,/extend-agent,/eval-and-improve,/review-and-improve). There is nodocs/folder in that repo.Several pages still referenced the old
docs/<name>.mdprompt paths, so following them literally (e.g.Run docs/create-new-agent.md) fails. This PR updates all of them to the skill invocations the template actually documents in its README/AGENTS.md.Pages fixed (agent-platform/*)
run-local.mdx— Summary bullet:docs/folder →.agents/skills/folder of skills.create-agent.mdx— prose + code block →/create-new-agent; "five prompts" → "five skills".improve-agent.mdx— two bullets + two code blocks →/improve-agent,/extend-agent; "two prompts" → "two skills".evals.mdx— prose + code block →/improve-agent,/eval-and-improve.next-steps.mdx— code block →/review-and-improve; "prompt" → "skill".Deliberately NOT changed
The
tutorials/agent-platform/*pages clone the olderagentos-railway-template, which really does ship adocs/*.mdfolder. Theirdocs/...mdreferences are correct for that repo and were left untouched.🤖 Generated with Claude Code