@keeper-security/rules-linux-x64
v1.5.5
Published
keeper-rules binary for linux-x64
Readme
keeper-rules
Centralized AI assistant rules for Keeper Security.
One command to sync rules across Claude Code, Cursor, GitHub Copilot, and other AI tools.
Built on top of rulesync, inspired by skills.sh.
Quick Start
Recommended: Use npx -y @keeper-security/rules to run without installing.
You can also npm install -g @keeper-security/rules to get the keeper-rules
binary globally.
First, clone this repository as it serves as your source of truth:
git clone https://github.com/Keeper-Security/keeper-rules.git
cd keeper-rulesAdd Product
Run add-product to create a new product rules directory:
npx -y @keeper-security/rules add-product <name>Sync
After your changes land in main, run sync in another repo to pull rules
down:
npx -y @keeper-security/rules sync <name>Commands
npx -y @keeper-security/rules sync <name> # Sync rules to project
npx -y @keeper-security/rules add-product <name> # Create new product
npx -y @keeper-security/rules list # List productsDocker
docker run -v $(pwd):/app \
-v ~/.ssh:/root/.ssh \
-v ~/.gitconfig:/root/.gitconfig \
keepersecurityinc/rules sync default