feat: add CF1 Stack skills for Cloudflare One (21 skills)#55
Open
abelinkinbio wants to merge 1 commit into
Open
feat: add CF1 Stack skills for Cloudflare One (21 skills)#55abelinkinbio wants to merge 1 commit into
abelinkinbio wants to merge 1 commit into
Conversation
Add 21 Cloudflare One deployment, migration, and operations skills covering Gateway (SWG), Access (ZTNA), Tunnels, WAN, Device Posture, CASB, DLP, Risk Scoring, Architecture Design, and vendor migration (Zscaler ZIA/ZPA, Palo Alto). Each skill follows the CF1 Lifecycle (Assess → Design → Implement → Validate → Operate) and includes both MCP-automated and manual (Dashboard/API) implementation paths. Source: https://gitlab.cfdata.org/fmeszaro/cf1stack
b7ae78a to
ff2a3aa
Compare
irvinebroque
suggested changes
Jun 1, 2026
irvinebroque
left a comment
Contributor
There was a problem hiding this comment.
This isn't a good use of Agent Skills.
- Overfits and will get out of sync with API
- Duplicates lots of content that is in docs (or if not, should be)
- Separates into many discrete skills in ways that models/agents don't need / hurt more than they help
- Eats lots of context
Would like to see some kind of lightweight evals / something that shows agent run with and without these skills that demonstrate they are effective.
See:
- Anthropic Skill authoring best practices: https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices
- Agent Skills best practices: https://agentskills.io/skill-creation/best-practices
You could probably solve most of this with 1-2 skills, ex:
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.
What
Adds 21 Cloudflare One skills covering the full CF1 platform — Gateway (SWG), Access (ZTNA), Tunnels, WAN, Device Posture, CASB, DLP, Risk Scoring, Architecture Design, and vendor migration (Zscaler ZIA/ZPA, Palo Alto).
Why
Cloudflare Skills currently covers the Developer Platform (Workers, D1, R2, etc.). This PR extends coverage to Cloudflare One — the SASE/zero trust side of the platform — enabling AI agents to assist with deployment, migration, and operations across the full Cloudflare stack.
What's included
21 new skill directories under
skills/, each containing a singleSKILL.md:1 modified file:
README.md— added a "Cloudflare One (CF1 Stack)" section with skill descriptions.Skill format
Each skill follows the existing
skills/<name>/SKILL.mdconvention and includes:Impact
.mcp.json, plugin manifests untouchedSource: CF1 Stack