Create manual_setup.zip containing .grok/, preferences/, and AGENTS.md for manual Grok Build repository setup. Use when the user runs /zip or requests this BibleMate workflow.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add eliranwong/biblemate-agentic-workspace --skill zip --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zip?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliranwong-zip-a7cbf0a2)More formats (shields.io, HTML) on the badges page.
---
name: zip
description: Create manual_setup.zip containing .grok/, preferences/, and AGENTS.md for manual Grok Build repository setup. Use when the user runs /zip or requests this BibleMate workflow.
---
# Zip Archive Skill (Grok Build)
## Overview
This skill packages the `.grok/` configuration, root `preferences/`, and root
`AGENTS.md` into a single `manual_setup.zip` at the repository root. That
archive lets users manually import the Grok Build BibleMate personas, skills,
slash commands, and database preferences into a new repository.
## Guidelines & Objectives
When executing this skill:
1. **Remove Existing Archive**: Before creating a new zip file, always check for
the existence of `manual_setup.zip` in the root of the repository. If it
exists, delete it first to ensure the archive is built fresh.
2. **Execute Python Helper**: Run the zip creator script:
```bash
python3 .grok/skills/zip/zip_creator.py
```
3. **Git Integration**: The script will automatically detect if the repository
is a Git repository. If it is, and `manual_setup.zip` has modifications, it
will stage, commit, and push it to the remote repository.
4. **Report Status**: Once the ZIP archive is successfully created and Git
integration has run, output a clear summary confirming the creation of
`manual_setup.zip` and the Git synchronization status.
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!