Skip to content

AI-powered CLI with persistent filesystem knowledge - your personal coding assistant that remembers everything

License

Notifications You must be signed in to change notification settings

QbitLoop/qbitloop-code

Repository files navigation

QbitLoop Code

Python Anthropic License Built with Claude

AI-powered CLI with persistent filesystem knowledge - Your personal coding assistant that remembers your entire digital ecosystem.

QbitLoop Code Screenshot


What Makes QbitLoop Different

Feature Claude Code / Gemini CLI QbitLoop Code
Current folder awareness Yes Yes
Cross-project knowledge No Yes
Remembers your ecosystem No Yes
Finds related old projects No Yes
Project resurrection No Yes

Demo

QbitLoop Code Demo


Installation

Quick Install (curl)

curl -sSL https://raw.githubusercontent.com/QbitLoop/qbitloop-code/main/scripts/install.sh | bash

pip (Recommended)

pip install qbitloop-code

uv (Fastest)

uv pip install qbitloop-code

From Source

git clone https://github.com/QbitLoop/qbitloop-code.git
cd qbitloop-code
pip install .

Windows (PowerShell)

irm https://raw.githubusercontent.com/QbitLoop/qbitloop-code/main/scripts/install.ps1 | iex

Quick Start

# First run - sets up API key and permissions
qbitloop

# Scan your code directories
/scan ~/code ~/projects

# Find abandoned projects to resurrect
/resurrect

# Normal chat with full ecosystem context
> help me build a todo app

Commands

Core Commands

Command Purpose
/help Show all commands
/clear Clear conversation
/init First-time setup

Inventory Commands

Command Purpose
/scan <path> Index directories into inventory
/interview Guided filesystem discovery
/sync Update existing inventory
/system-report Machine capabilities audit

Project Commands

Command Purpose
/resurrect Find and rebuild abandoned projects
/commit Git commit workflow
/code-review Automated PR review

Development Commands

Command Purpose
/ralph-loop Iterative development loop
/cancel-ralph Stop ralph loop

Features

  • Persistent Memory - Remembers your projects, files, and conversations
  • Project Resurrection - Finds abandoned projects and brings them back to life
  • Full Plugin Support - All 13 Claude Code plugins included
  • Privacy First - Your data stays in ~/.qbitloop/
  • Claude Powered - Best-in-class AI reasoning

Storage

All data stored locally in ~/.qbitloop/:

~/.qbitloop/
├── config.json           # API keys, preferences
├── inventory/
│   ├── index.json        # File index
│   ├── projects.json     # Detected projects
│   └── summaries/        # AI summaries
├── memory/
│   └── sessions.db       # Conversation history
└── plugins/
    └── custom/           # Your plugins

Bundled Plugins

QbitLoop Code includes 13 built-in plugins:

  • ralph-loop - Iterative development through continuous AI loops
  • commit-commands - Git commit and PR workflow commands
  • superpowers - Advanced development workflows (TDD, debugging, planning)
  • code-review - Code review skills for PRs and implementations
  • project-memory - Externalized memory for long-running projects
  • claude-md-management - Manage and improve CLAUDE.md files
  • frontend-design - Create distinctive, production-grade interfaces
  • agent-sdk-dev - Tools for building with Claude Agent SDK
  • handoff - Create and resume session handoffs
  • claude-code-setup - Recommend Claude Code automations
  • quickstart - Quick project scaffolding
  • learning - Learning mode for novice builders
  • git-worktrees - Manage git worktrees for isolation

Requirements


Author

Waseem Habib | GitHub | LinkedIn


License

MIT


Built by QbitLoop | Brand-WHFT Design System

About

AI-powered CLI with persistent filesystem knowledge - your personal coding assistant that remembers everything

Resources

License

Stars

Watchers

Forks

Packages

No packages published