cloud-run-basics
Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install cloud-run-basics --cli claudewrites the skill into.claude/skills/cloud-run-basics/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/cloud-run-basics/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).
When to use it
Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools).
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/cloud-run-basics/SKILL.md -o .claude/skills/cloud-run-basics/SKILL.md
Notes
Extracted from davila7/claude-code-templates, cloud-run-basics category.