Skip to content

Move skill workflow details into task-specific references - #111

Closed
irvinebroque wants to merge 1 commit into
mainfrom
codex/skill-routers
Closed

Move skill workflow details into task-specific references#111
irvinebroque wants to merge 1 commit into
mainfrom
codex/skill-routers

Conversation

@irvinebroque

@irvinebroque irvinebroque commented Sep 5, 2026

Copy link
Copy Markdown
Collaborator

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 pass quick_validate.py; Turnstile retains its pre-existing references metadata 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant