Move skill workflow details into task-specific references - #111
Closed
irvinebroque wants to merge 1 commit into
Closed
Move skill workflow details into task-specific references#111irvinebroque wants to merge 1 commit into
irvinebroque wants to merge 1 commit into
Conversation
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.
Several skill entrypoints load unrelated workflows and examples on every invocation. Keep shared constraints and task routing in the roots, and move operation-specific material into focused references for Wrangler, Turnstile, Agents SDK, Durable Objects, and Cloudflare One.
Root line counts: Wrangler 922→105; Turnstile 330→63; Agents SDK 221→71; Durable Objects 186→77; Cloudflare One 176→55. Descriptions, existing workflow behavior, and original code blocks are preserved. Turnstile persistence already copies the complete bundle; README links now follow the relocated instructions.
Validation: local reference targets, balanced code fences, unchanged frontmatter, original code-block preservation, complete bundle copying, and
git diff --check. Four affected skills passquick_validate.py; Turnstile retains its pre-existingreferencesmetadata incompatibility. No executable changes or live APIs.This PR is a structural relocation, separate from behavior fixes in #107–#109. When combining them, retain the behavioral changes at their new reference locations; the overlapping file moves may require rebasing.
Local integration validation combined all eight changes and resolved the expected Turnstile/Wrangler relocation conflicts. Preserved the behavioral fixes in their new references and rechecked links, fences, code examples, and skill metadata. Merge the focused behavior changes first, then rebase this structural PR while retaining those fixes.
The hosted Turnstile prompt remains standalone in cloudflare/cloudflare-docs#33256.