RE

realmfall-devops

Handle deployment and repository maintenance tasks for Realmfall.

Install

mkdir -p .claude/skills/realmfall-devops && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12670" && unzip -o skill.zip -d .claude/skills/realmfall-devops && rm skill.zip

Installs to .claude/skills/realmfall-devops

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use for GitHub Pages deploy flow, branch operations, git workflow, and release-adjacent maintenance.
100 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Deploy to GitHub Pages
  • Prune Git branches
  • Update dependencies
  • Prepare for release
  • Manage Git workflow
  • Refresh dependencies

How it works

The skill executes specific `pnpm` commands for deployment, Git branch maintenance, and dependency updates, following project-specific rules.

Inputs & outputs

You give it
User request for deployment, branch operation, or dependency update
You get back
Execution of `pnpm git:deploy`, `pnpm git:prune`, or `pnpm deps:update`

When to use realmfall-devops

  • Deploying to GitHub Pages
  • Cleaning up old Git branches
  • Updating project dependencies

About this skill

Realmfall DevOps

Use this skill for deployment, branch maintenance, and git-process tasks in this repository.

Trigger

  • pnpm git:deploy
  • branch cleanup/rebase workflows
  • release prep and version-related operations
  • dependency refresh or maintenance command planning

Rules to load first

  • docs/RULES.md
  • docs/rules/00-general.md
  • docs/rules/60-testing.md (when release touches validation expectations)
  • docs/rules/61-documentation.md (when docs/entrypoint behavior changes)
  • Supporting reference: docs/WORKFLOW.md

Canonical commands

  • pnpm git:prune -- --dry-run
  • pnpm git:prune
  • pnpm deps:update

Constraints

  • Use pnpm only for repo automation.
  • Follow commit workflow and pre-commit expectations in docs/WORKFLOW.md.
  • Keep package-lock-style metadata aligned and avoid unrelated staged changes during release bumps.

When not to use it

  • For tasks outside deployment
  • For tasks outside branch operations
  • For tasks outside Git workflow

Prerequisites

pnpm

Limitations

  • Uses `pnpm` only for repo automation
  • Requires following commit workflow in `docs/WORKFLOW.md`
  • Requires keeping package-lock-style metadata aligned

How it compares

This skill automates specific DevOps tasks using predefined `pnpm` commands, providing a standardized approach compared to manual execution.

Compared to similar skills

realmfall-devops side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
realmfall-devops (this skill)02moNo flagsIntermediate
release-sidecar16moReviewAdvanced
cm-identity-guard03moReviewBeginner
cloudflare-manager259moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

release-sidecar

marcus

Release new versions of sidecar. Covers version tagging with semver, td dependency updates, go.mod validation, CHANGELOG updates, GoReleaser automation, Homebrew tap updates, and verification steps. Use when preparing or executing a release.

11

cm-identity-guard

tody-agent

Verify and lock project identity before ANY git push, Cloudflare deploy, or Supabase operation. Essential when working with multiple GitHub accounts (personal + work), multiple Cloudflare accounts, or multiple Supabase/Neon projects. Prevents wrong-account deploys, cross-project secret leaks, and gi

00

cloudflare-manager

qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.

25135

railway-cli-management

CaptainCrouton89

Deploy, manage services, view logs, and configure Railway infrastructure. Use when deploying to Railway, managing environment variables, viewing deployment logs, scaling services, or managing volumes.

9139

azure-functions

aj-geddes

Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.

10104

nuxthub-migration

onmax

Use when migrating NuxtHub projects or when user mentions NuxtHub Admin sunset, GitHub Actions deployment removal, self-hosting NuxtHub, or upgrading to v1/nightly. Covers v0.9.X self-hosting (stable) and v1/nightly multi-cloud (experimental, database/blob not ready).

589

Search skills

Search the agent skills registry