@grekt/cli
v6.38.1
Published
AI tools versioned, synced, and shared across tools and teams
Readme
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 | shmacOS (Homebrew)
brew install grekt-labs/tap/grektnpm
npm install -g @grekt/cliQuick 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 toolsArtifacts 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 testContributing
See CONTRIBUTING.md. Feature requests and bug reports are welcome.
