Agent Skill
2/7/2026cloudflare
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.
S
sithabo
0GitHub Stars
1Views
npx skills add Sithabo/EdgeInsight
SKILL.md
| Name | cloudflare |
| Description | Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. |
EdgeInsight: AI-Powered Repository Auditor
EdgeInsight is a full-stack AI application built entirely on the Cloudflare Developer Platform. It performs architectural and security audits on GitHub repositories in seconds.
🔗 Live Demo: [edgeinsight.pages.dev]
⚡ Tech Stack (Cloudflare Native)
This project strictly adheres to the Cloudflare "North Star" architecture:
- Frontend: Next.js (App Router) deployed on Cloudflare Pages.
- AI Inference: Workers AI running Llama 3.1 8B Instruct (optimized for edge latency).
- Orchestration: Cloudflare Workflows to handle long-running fetch & analysis tasks.
- State Management: Durable Objects for real-time status updates and result persistence.
- Backend: Cloudflare Workers (Hono.js) as the API gateway.
🚀 How It Works
- User Input: User submits a GitHub URL via the Next.js frontend.
- Workflow Trigger: The Worker initiates an asynchronous
AuditWorkflow. - Step 1 (Fetch): The Workflow fetches the raw code from GitHub (in-memory to avoid storage limits).
- Step 2 (Analyze): Llama 3 analyzes the codebase for security risks, architecture, and tech stack.
- Step 3 (Persist): Results are saved to a Durable Object.
- Realtime UI: The frontend polls the Durable Object to show a live "Processing" state and the final report.
🛠️ Local Development
npm installnpx wrangler dev(Backend)npm run dev(Frontend)
Skills Info
Original Name:cloudflareAuthor:sithabo
Download