github-cloudflare-ship

Set up GitHub repositories and deploy code to Cloudflare with CI/CD pipelines.

25|5|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/nikolanovoselec/codeflare --skill github-cloudflare-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cloudflare-ship
Source: https://github.com/nikolanovoselec/codeflare/tree/main/preseed/agents/claude/skills/github-cloudflare-ship
Command: npx skills add https://github.com/nikolanovoselec/codeflare --skill github-cloudflare-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users publish and deploy their code online by guiding them through GitHub setup and Cloudflare deployment steps, streamlining the process for non-technical users.

Core Features & Use Cases

  • Repository Creation and Upstream Connection: Initializes git repositories and connects to GitHub either from scratch or by cloning existing repos.
  • GitHub Authentication and Identity Setup: Authenticates with GitHub, setting user details with no manual input, ensuring proper attribution.
  • CI/CD Pipeline Configuration: Sets up CI workflows for automatic testing and deployment with pre-defined templates, including handling projects with or without tests.
  • Cloudflare Deployment: Configures wrangler project files, provisions resources like D1, R2, or KV, and deploys code seamlessly.
  • Progress Monitoring and Error Handling: Checks workflow runs, diagnosing common issues, and guiding reruns if necessary.

Quick Start

Start by creating or connecting your GitHub repository, then follow the guided prompts to set up CI workflows and Cloudflare deployment, culminating in a live URL.

Frequently Asked Questions about github-cloudflare-ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy code from GitHub to Cloudflare?

Deploy code from GitHub to Cloudflare by initializing a repository, configuring wrangler project files, provisioning resources like D1 or R2, and setting up CI workflows for automatic deployment.

Can I set up a CI/CD pipeline for a GitHub repository with no tests?

Yes, CI/CD pipeline configuration supports projects without tests by applying pre-defined workflow templates for automatic testing and deployment alongside Cloudflare resource provisioning.

Do I need to manually configure GitHub authentication before deploying?

No, GitHub authentication and identity setup is handled automatically to ensure proper attribution, requiring no manual input for user details during the deployment process.

What is the best way to provision Cloudflare resources like D1 and R2?

Provision Cloudflare resources like D1, R2, and KV by configuring wrangler project files and deploying code seamlessly, culminating in a live URL for your application.

Why is my GitHub Actions workflow run failing during Cloudflare deployment?

GitHub Actions workflow failures can be diagnosed by checking workflow runs, identifying common issues, and guiding reruns to resolve Cloudflare deployment errors.

Can I clone an existing GitHub repo and deploy it to Cloudflare?

Yes, repository creation and upstream connection supports cloning existing repos to GitHub, followed by guided prompts to set up CI workflows and Cloudflare deployment.