Riftkit banner
nibzard nibzard

Riftkit

AI community

Description

πŸš€ AI-focused dotfiles for remote VM development. Optimized for Claude Code, Amp, and modern CLI tools. One-liner install for instant productivity.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

πŸš€ RiftKit

AI-focused dotfiles for remote VM development. Optimized for Claude Code, Amp, and modern CLI tools. One-liner install for instant productivity.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub stars](https://img.shields.io/github/stars/nibzard/riftkit.svg)](https://github.com/nibzard/riftkit/stargazers)

πŸƒβ€β™‚οΈ Quick Install

**One-liner install (recommended):**

curl -fsSL https://raw.githubusercontent.com/nibzard/riftkit/main/install.sh | bash

**Or clone and run:**

git clone https://github.com/nibzard/riftkit.git ~/.dotfiles
cd ~/.dotfiles && sudo ./setup.sh

✨ Features

  • πŸ€– AI Agent Optimized: Built-in support for Claude Code, Amp, and other AI tools
  • πŸ“± Remote VM Friendly: All tools work great over SSH with minimal resource usage
  • ⚑ YOLO Mode Ready: Shortcuts and configs for rapid AI-assisted development
  • πŸ› οΈ Modern CLI Tools: eza, bat, fzf, ripgrep, delta, and more
  • πŸ”§ Modular Installation: Choose exactly what you need
  • πŸ“‹ Smart Aliases: Productivity shortcuts for common development tasks

πŸš€ Quick Start

Installation Options

The one-liner above installs the "agent" profile (essential tools + AI agents). For other options:

Installation Profiles

# Agent Profile (default) - Essential tools + AI agents (~2-3 min)
sudo ./setup.sh agent

# Full Profile - Everything including modern CLI tools (~5-7 min)  
sudo ./setup.sh full

# Custom Profile - Interactive selection
sudo ./setup.sh custom

# Non-interactive installation
sudo ./setup.sh agent --non-interactive

πŸ€– AI Agent Usage

Claude Code (Primary)

# YOLO mode - Auto-accept edits (fast development)
yolo

# Planning mode - Review before executing
plan  

# Safe mode - Prompt for each action
claude-safe

# Continuous development loop
echo "Your task description" > prompt.md
loop

Project Setup

# Create new project wi