willow-deploy
Streamline deployment workflows to Grove-connected infrastructure nodes.
Install
mkdir -p .claude/skills/willow-deploy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12537" && unzip -o skill.zip -d .claude/skills/willow-deploy && rm skill.zipInstalls to .claude/skills/willow-deploy
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.
Push changes to a Grove-connected node and verify.Key capabilities
- →Commit all changes on a feature branch
- →Push to GitHub
- →Run `willow.sh check-updates` to queue Grove notification
- →Log fork activity
- →Confirm with user that target node received update banner
How it works
The skill commits changes on a feature branch, pushes them to GitHub, and then queues a Grove notification using `willow.sh check-updates`. It also logs the fork activity and confirms the update with the user.
Inputs & outputs
When to use willow-deploy
- →Deploying feature branches to remote nodes
- →Managing update queues
- →Verifying deployment success
About this skill
@markdownai v1.0
- Commit all changes on a feature branch: git add -p && git commit
- Push to GitHub: git push origin <feature-branch> && gh pr create --base master
- Run willow.sh check-updates to queue Grove notification
- fork_log(fork_id, "grove", "deploy", "github/<branch>", app_id="hanuman")
- Confirm with USER that target node received the update banner
For Felix: the update-check.timer fires every 30 min automatically. Felix sees a banner → clicks yes → willow.sh update runs → dashboard restarts.
When not to use it
- →When not pushing changes to a Grove-connected node
- →When not verifying updates on a Grove-connected node
- →When not using `willow.sh` for updates
Limitations
- →Requires a Grove-connected node
- →Requires `willow.sh` script
- →Requires `gh pr create` for pull request creation
How it compares
This workflow integrates with a specific `willow.sh` script and Grove notification system, providing a tailored deployment and verification process unlike a generic git push.
Compared to similar skills
willow-deploy side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| willow-deploy (this skill) | 0 | 2mo | No flags | Beginner |
| deployment-pipeline-design | 6 | 2mo | Review | Advanced |
| cloudflare-deploy | 3 | 6mo | Review | Intermediate |
| artifactory-module-architecture | 4 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by rudi193-cmd
View all by rudi193-cmd →You might also like
deployment-pipeline-design
wshobson
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
cloudflare-deploy
davila7
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.
artifactory-module-architecture
TencentBlueKing
Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。
deployment-engineer
sickn33
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.
genkit-infra-expert
jeremylongshore
Execute use when deploying Genkit applications to production with Terraform. Trigger with phrases like "deploy genkit terraform", "provision genkit infrastructure", "firebase functions terraform", "cloud run deployment", or "genkit production infrastructure". Provisions Firebase Functions, Cloud Run services, GKE clusters, monitoring dashboards, and CI/CD for AI workflows.
managing-deployment-rollbacks
jeremylongshore
Deploy use when you need to work with deployment and CI/CD. This skill provides deployment automation and orchestration with comprehensive guidance and automation. Trigger with phrases like "deploy application", "create pipeline", or "automate deployment".