Download and extract the manual setup zip to initialize workspace directories.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add eliranwong/biblemate-agentic-workspace --skill update --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Update?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliranwong-update)More formats (shields.io, HTML) on the badges page.
---
name: update
description: Download and extract the manual setup zip to initialize workspace directories.
---
# Update Skill
## Overview
This standalone skill enables the agent to update or initialize a workspace by downloading a manual setup zip file, extracting it, and creating the necessary workspace directories (such as `biblemate`, `notes`, `images`, `export`).
## Guidelines & Objectives
When executing this skill:
1. **Verify Operating System**: The update process is only supported on macOS or Linux systems.
2. **Verify Workspace Folder**: The update process must NOT run if the current workspace folder name is `antigravity-biblemate-workspace`, to prevent overwriting files in the source repository.
3. **Execute Python Helper**: Run the updater script located at `.agents/skills/update/updater.py` by calling:
```bash
python3 .agents/skills/update/updater.py
```
4. **Report Status**: Confirm whether the update was successful, or output the specific condition/error message if it was skipped or failed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!