fix(skills): standardize stale tool name references across 5 skills#18
Merged
yan-xie-webflow merged 1 commit intomainfrom Apr 7, 2026
Merged
fix(skills): standardize stale tool name references across 5 skills#18yan-xie-webflow merged 1 commit intomainfrom
yan-xie-webflow merged 1 commit intomainfrom
Conversation
Replace old API-style tool names with correct MCP format: - sites_list → data_sites_tool with action list_sites - sites_get → data_sites_tool with action get_site - sites_publish → data_sites_tool with action publish_site - collections_get → data_cms_tool with action get_collection_details - collections_list → data_cms_tool with action get_collection_list - collections_items_list_items → data_cms_tool with action list_collection_items - collection_fields_create_* → data_cms_tool with action create_collection_*_field - pages_list → data_pages_tool with action list_pages Skills fixed: safe-publish, bulk-cms-update, site-audit, cms-best-practices, cms-collection-setup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
viratatwebflow
approved these changes
Apr 6, 2026
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
Replace old API-style tool names with the correct MCP format across 5 skills. The Important Note sections already declared the correct names, but Instructions and Guidelines sections still referenced the old format.
Skills Fixed
collections_items_list_items,sites_get,collections_list,sites_publishsites_list,collections_items_list_itemscollections_get,collections_items_list_items,sites_get,pages_listsites_getsites_list,collection_fields_create_static,collection_fields_create_option,collection_fields_create_referenceReplacements
sites_listdata_sites_toolwith actionlist_sitessites_getdata_sites_toolwith actionget_sitesites_publishdata_sites_toolwith actionpublish_sitecollections_getdata_cms_toolwith actionget_collection_detailscollections_listdata_cms_toolwith actionget_collection_listcollections_items_list_itemsdata_cms_toolwith actionlist_collection_itemscollection_fields_create_*data_cms_toolwith actioncreate_collection_*_fieldpages_listdata_pages_toolwith actionlist_pages🤖 Generated with Claude Code