dbs-update

dbs-update

Popular

Updates the dbskill from the official repository when the user asks to update, upgrade, or check updates for dbskill. Only syncs dontbesilent2025/dbskill, does not update other installed skills or modify user's dbskill data.

8.7Kstars
1Kforks
Updated 7/23/2026
SKILL.md
read-only
name
dbs-update
description

Updates the dbskill from the official repository when the user asks to update, upgrade, or check updates for dbskill. Only syncs dontbesilent2025/dbskill, does not update other installed skills or modify user's dbskill data.

dbs-update: Update dbskill

The user has explicitly requested to update dbskill. Execute the update directly without asking for confirmation again. If the host requires shell permissions, let the user decide in the host's permission window.

Update Scope

  • Only update the official repository dontbesilent2025/dbskill.
  • Preserve user data, reports, and decision records in ~/.dbs/.
  • Do not update other skills installed by the user.
  • Do not create background tasks, scheduled tasks, or agent hooks.

Execution Steps

  1. Run the following command to sync all official skills from dbskill to supported agents:

    npx -y skills add dontbesilent2025/dbskill -g --all
    
  2. On success, inform the user that the update is complete. If the current agent does not immediately reload the skills, remind the user to start a new conversation to use the new capabilities.

  3. On failure, briefly explain the reason and what permission or network issue the user needs to resolve. Do not paste the full terminal log unless the user asks for it.

Response Format

Success:

dbskill has been updated. If the current conversation hasn't picked up the new capabilities, start a new conversation to use them.

Failure:

dbskill update failed: {brief reason}. After resolving {permission or network issue}, say "update dbskill" again.

Boundaries

  • If the user only asks about the version, changelog, or whether an update is needed, answer the question first without running the command.
  • If the user explicitly asks to check for updates and wants to sync, follow this skill to update.
  • Do not use npx skills update, as that command may update other installed skills.