qalamlist-ops-companion

Solid

Use when working in the QalamList repo and the user asks to deploy, install prerequisites, check setup, run locally, configure Cloudflare, D1, Turnstile, secrets, Wrangler, diagnose deploy errors, or get QalamList running. Use for phrases like "deploy this", "doctor", "prerequisites", "publish", "setup", or "run locally".

AI & Automation 0 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# QalamList Ops Companion ## Core Principle Help QalamList customers get running without surprising them. Read-only checks are fine; installs, file edits, Cloudflare mutations, remote D1 commands, secrets, and deploys need explicit approval. This is a customer-facing skill. Explain required tools and Cloudflare resources in one clear sentence or short paragraph before asking to act. ## First Move 1. Confirm the current directory is the QalamList repo by checking for `package.json`, `wrangler.jsonc.example`, `deploy.sh`, and `src/index.ts`. 2. Route the request to one workflow: `prerequisites`, `doctor`, `local`, or `deploy`. 3. If the request is ambiguous, choose the safest workflow: - "check", "why failing", "doctor", "validate" -> `doctor` - "install", "requirements", "setup tools" -> `prerequisites` - "run locally", "dev server", "test locally" -> `local` - "deploy", "publish", "production", "Cloudflare" -> `deploy` ## Approval Gate Before running any command that installs software, edits files, writes secrets, creates Cloudflare resources, applies any remote migration, or deploys, state: - What is missing or changing. - Why QalamList needs it. - The exact command. - Whether it affects only the local machine or Cloudflare/production. Then ask for approval and wait. If the tool environment has an approval mechanism, use it. If not, ask in chat. Read-only diagnostics do not need approval unless they may expose secrets. Never print secret values. ## Tro...

Details

Author
qalamio
Repository
qalamio/qalamlist-skills
Created
2 days ago
Last Updated
2 days ago
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

sealos-deploy

Deploy compatible server, static-web, worker, scheduled-job, or reviewed remote-desktop workloads from GitHub or local source to Sealos Cloud. Reject unsupported desktop, mobile, CLI, library, extension, hardware-dependent, mixed, and unidentified targets before readiness scoring or build. Use when the user asks to deploy a repository to Sealos or another cloud platform, or invokes "/sealos-deploy".

63 Updated today
labring
DevOps & Infrastructure Solid

all-deploy

Deploys any web app, API, or agent to the internet with a strict pre-deploy audit and a preview → health-check → prod flow. Detects Next, Vite, Astro, Remix, Nuxt, SvelteKit, FastAPI, Flask, Express, MCP server, Claude Agent SDK script, Python worker, Dockerized, and static projects; routes to Vercel, Railway, Docker+SSH VPS, or cloudflared tunnel. Also supports a first-class "run locally" mode. At the start of each cloud deploy the skill asks the user whether to run full-auto (audit → preview → prod in one sequence) or step-by-step (confirm each phase); the user can skip that question by saying "auto" or "step by step" up front. Use when the user says "/all-deploy", "/deploy", "/despliega", "deploy this", "ship this", "push to prod", "get this online", "deploy my agent", "deploy my FastAPI", "run it locally", "corre esto localmente", "deploy auto", "deploy step by step", "paso a paso", "how do I put this on the internet", or otherwise asks to publish a project to a URL or run it locally.

48 Updated 1 weeks ago
Hainrixz
DevOps & Infrastructure Listed

cloudflare-deploy

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

2 Updated today
FJRG2007