mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 14:45:54 +03:00
[PR #6] [CLOSED] Cloudflare Skills from Cloudflare Rules #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/skills/pull/6
Author: @Disturbing
Created: 1/19/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
9c9540aAdd Cloudflare skills documentation and referencescfdd76fUpdate README with all available skills organized by category📊 Changes
78 files changed (+43257 additions, -35 deletions)
View changed files
📝
README.md(+52 -3)➕
analytics-engine/SKILL.md(+331 -0)➕
analytics-engine/references/limits.md(+595 -0)➕
analytics-engine/references/querying.md(+599 -0)➕
analytics-engine/references/testing.md(+259 -0)➕
analytics-engine/references/writing.md(+523 -0)➕
browser-rendering/SKILL.md(+507 -0)➕
browser-rendering/references/limits.md(+587 -0)➕
browser-rendering/references/patterns.md(+872 -0)➕
browser-rendering/references/puppeteer.md(+671 -0)➕
browser-rendering/references/testing.md(+319 -0)➕
cloudflare-opennext/SKILL.md(+485 -0)➕
cloudflare-opennext/references/caching.md(+768 -0)➕
cloudflare-opennext/references/configuration.md(+757 -0)➕
cloudflare-opennext/references/database-orm.md(+826 -0)➕
cloudflare-opennext/references/troubleshooting.md(+770 -0)➕
d1-database/SKILL.md(+520 -0)➕
d1-database/references/foreign-keys.md(+836 -0)➕
d1-database/references/json-functions.md(+795 -0)➕
d1-database/references/migrations.md(+707 -0)...and 58 more files
📄 Description
Skills is the new meta, and Cloudflare invested a fair amount of time generating rules for the original iteration of AI context.
I've converted those rules into skills, and enhanced some context for best practices we have found around Cloudflare Secrets and Env file generation besides iterating on best practices, and limits for all the services we personally use at Nullshot.
What can be improved in the future is removing static limits, and suggesting to curl the latest limits page for limits information, which I saw a nifty example from vercel's designer suggestions doing the same.
Below was the original file for rules this was generated from:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.