What problem does it solve?
Users of the dbskill toolkit need a safe way to sync the latest official skills without losing their local archives, reports, decision records, or other independently installed skills.
Core Features & Use Cases
- Scoped Official Update: Runs
npx -y skills add dontbesilent2025/dbskill -g --all to sync only the official dbskill repository across supported agents.
- Local Data Preservation: Keeps user archives, reports, and decision records stored in
~/.dbs/ untouched during the update.
- Update Timestamp Tracking: Records the update time in
$HOME/.dbs/update_check_at to avoid repeated update reminders in the same conversation.
- Use Case: After receiving a dbskill update reminder, reply
1 and the skill executes the sync, then confirms completion and advises starting a new conversation to load the new capabilities.
Quick Start
Ask the agent to update dbskill to the latest official version while keeping my local archives and other installed skills unchanged.