AI-powered CLI with persistent filesystem knowledge - Your personal coding assistant that remembers your entire digital ecosystem.
| 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 |
curl -sSL https://raw.githubusercontent.com/QbitLoop/qbitloop-code/main/scripts/install.sh | bashpip install qbitloop-codeuv pip install qbitloop-codegit clone https://github.com/QbitLoop/qbitloop-code.git
cd qbitloop-code
pip install .irm https://raw.githubusercontent.com/QbitLoop/qbitloop-code/main/scripts/install.ps1 | iex# 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| Command | Purpose |
|---|---|
/help |
Show all commands |
/clear |
Clear conversation |
/init |
First-time setup |
| Command | Purpose |
|---|---|
/scan <path> |
Index directories into inventory |
/interview |
Guided filesystem discovery |
/sync |
Update existing inventory |
/system-report |
Machine capabilities audit |
| Command | Purpose |
|---|---|
/resurrect |
Find and rebuild abandoned projects |
/commit |
Git commit workflow |
/code-review |
Automated PR review |
| Command | Purpose |
|---|---|
/ralph-loop |
Iterative development loop |
/cancel-ralph |
Stop ralph loop |
- 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
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
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
- Python 3.11+
- Anthropic API key (get one here)
Waseem Habib | GitHub | LinkedIn
MIT
Built by QbitLoop | Brand-WHFT Design System

