adeel-update

Enable auto-update for adeel by editing settings.json and known_marketplaces.json.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/agwacom/adeel --skill adeel-update
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adeel-update
Source: https://github.com/agwacom/adeel/tree/main/skills/adeel-update
Command: npx skills add https://github.com/agwacom/adeel --skill adeel-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables auto-updates for adeel to ensure users receive new features automatically and reduce manual update effort.

Core Features & Use Cases

  • Automatically configures local settings to turn on auto-updates for the adeel plugin, and verifies both per-user and system-wide configurations.
  • Supports scenarios where users want to opt-in during ServiceStart or explicitly request enabling auto-update so future features are delivered transparently.
  • Provides a clear success message once auto-update is enabled, and provides guidance for declining and enabling later.

Quick Start

Enable auto-update for adeel by applying the three configuration changes and confirming with the user when prompted.

Frequently Asked Questions about adeel-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable auto-updates for Claude plugins?▼

To enable auto-updates for Claude plugins, you must edit ~/.claude/settings.json and ~/.claude/plugins/known_marketplaces.json to set autoUpdate to true, ensuring new features are delivered automatically without manual effort.

What does setting autoUpdate to true in settings.json do?▼

Setting autoUpdate to true in settings.json activates automatic updates for your adeel plugin, verifying both per-user and system-wide configurations so future features are delivered transparently.

Can I configure adeel to update automatically when a session starts?▼

Yes, adeel can be configured to update automatically when a session starts if SessionStart reports ADEEL_AUTO_UPDATE is false, or you can explicitly request enabling auto-update during that phase.

How to apply configuration changes for adeel plugin updates?▼

Applying configuration changes for adeel plugin updates involves modifying local settings and known marketplaces data by setting autoUpdate to true, followed by a confirmation message to verify the changes.

What happens if I decline automatic updates for adeel?▼

If you decline automatic updates for adeel, the configuration remains unchanged, and you will receive guidance on how to enable the auto-update feature later when you are ready.