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.zipInstalls 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.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
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.mddocs/rules/00-general.mddocs/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-runpnpm git:prunepnpm deps:update
Constraints
- Use
pnpmonly 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| realmfall-devops (this skill) | 0 | 2mo | No flags | Intermediate |
| release-sidecar | 1 | 6mo | Review | Advanced |
| cm-identity-guard | 0 | 3mo | Review | Beginner |
| cloudflare-manager | 25 | 9mo | Review | Intermediate |
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.
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
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.
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.
azure-functions
aj-geddes
Create serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastructure.
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).