🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@grekt/cli

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grekt/cli

AI tools versioned, synced, and shared across tools and teams

npmnpm
Version
6.36.0
Version published
Weekly downloads
113
213.89%
Maintainers
1
Weekly downloads
 
Created
Source

grekt

The package manager for AI coding tools. Manage prompts, rules, agents, and skills across Claude Code, Cursor, Windsurf, Copilot, Cline, and more - version-controlled, shareable, and synced.

Free to use. grekt is free for personal and commercial use. If you're building something with it, we'd love to hear about it. The source is available under BSL 1.1, which just means you can't use this code to build something that competes with grekt. Each version converts to MIT after two years.

Why grekt?

AI coding assistants rely on project rules, custom instructions, and agent configurations - but there's no standard way to manage, share, or keep them in sync. grekt solves this:

  • One command to add community or private artifacts to any project
  • Deterministic installs via lockfile, just like npm or cargo
  • Auto-sync to every tool your team uses - no manual copy-paste between .cursorrules, CLAUDE.md, .windsurfrules, etc.
  • Publish and share artifacts with your team or the community registry

Installation

Linux / macOS

curl -fsSL https://cli.grekt.com/install.sh | sh

macOS (Homebrew)

brew install grekt-labs/tap/grekt

npm

npm install -g @grekt/cli

Quick Start

grekt init                        # Initialize a project
grekt add @scope/artifact-name    # Add an artifact
grekt install                     # Install from lockfile
grekt sync                        # Sync to your AI tools

Artifacts can come from the public registry (@scope/name), GitHub (github:user/repo), GitLab (gitlab:host/user/repo), or a local path (./path).

Supported tools

grekt syncs to Claude Code, Cursor, Windsurf, Cline, GitHub Copilot, Aider, Continue, OpenCode, Amazon Q, and any tool following the agentskills.io standard (Codex, Gemini CLI, Devin, Amp, Zed, and others).

For the full command reference and guides, visit the documentation.

Development

Requires Bun >= 1.0.

bun install
bun link    # makes grekt available globally
bun test

Contributing

See CONTRIBUTING.md. Feature requests and bug reports are welcome.

License

BSL 1.1 - What does this mean?

FAQs

Package last updated on 22 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts