skills/adeel-update/SKILL.md
Enable auto-update for adeel. Use when the user asks to enable auto-updates, or when SessionStart shows ADEEL_AUTO_UPDATE is false.
npx skillsauth add agwacom/adeel adeel-updateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If the user explicitly invoked this skill, follow the steps below to enable auto-update.
If you are here because SessionStart showed ADEEL_AUTO_UPDATE=false, ask the user first:
Auto-updates are not enabled for adeel. Want me to enable them so you get new features automatically?
Run these steps. Skip any step that's already done:
In ~/.claude/settings.json, under "extraKnownMarketplaces", set:
"avadco-adeel": {
"source": { "source": "github", "repo": "avadco/adeel" },
"autoUpdate": true
}
In ~/.claude/plugins/known_marketplaces.json, set "autoUpdate": true under "avadco-adeel".
Confirm to the user that auto-update is now enabled.
Say "No problem. You can enable it later with /adeel-update."
data-ai
MANUAL TRIGGER ONLY: invoke only when user types /unfreeze. Clear the freeze boundary set by /adeel:freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".
development
MANUAL TRIGGER ONLY: invoke only when user types /ship. Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", or "merge and push". Proactively suggest when the user says code is ready or asks about deploying.
testing
MANUAL TRIGGER ONLY: invoke only when user types /setup-deploy. Configure deployment settings for /adeel:land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with adeel", "add deploy config".
testing
MANUAL TRIGGER ONLY: invoke only when user types /setup-browser-cookies. Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser".