Skip to main content
Back to registry

cloudrun-development

tencentcloudbase/skills

Installs454
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill cloudrun-development
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill for CloudBase Run backend service development when you need: Do NOT use for: Choose the right mode Follow mandatory requirements Use tools correctly Follow the workflow A concise guide for AI assistants and engineering collaboration, providing "when to use, how to use" rules and tool workflows. Choose mode Initialize local project Local running (Function mode only) Configure access Deploy Verify // Web JS SDK initialization MUST be synchronous: // - Always use top-level import cloudbase from "@cloudbase/js-sdk"; // - Do NOT use dynamic imports like import("@cloudbase/js-sdk") or async wrappers such as initCloudBase() with internal initPromise - Long connection capabilities: WebSocket / SSE / server push - Long-running or persistent processes: tasks that are not suitable for cloud functions, background jobs - Custom runtime environments/system dependencies: custom images, specific system libraries - Multi-language/arbitrary frameworks: Java, Go, PHP, .NET, Python, Node.js, etc. - Stable external services with elastic scaling: pay-as-you-go, can scale down to 0 - Private/internal network access: VPC/PRIVATE access, mini-program callContainer internal direct connection - AI agent development: develop personalized AI applications based on Function mode CloudRun - Simple cloud functions (use cloud function development instead) - Frontend-only applications - Database...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudrun-development do?

cloudrun-development is listed in SkillJury, but the source summary is still sparse.

Is cloudrun-development good?

cloudrun-development does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudrun-development work with?

cloudrun-development currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to cloudrun-development?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudrun-development?

npx skills add https://github.com/tencentcloudbase/skills --skill cloudrun-development

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering