By ninachaubal
Plain-language version control for people who don't know (or don't want to deal with) git. Create projects, save your work, build features, and undo — without ever seeing git jargon.
Step forward again after an undo (like Redo in a writing app)
Use gitless in the current folder (an existing project or one with work already)
Add the finished feature to your real project and back it up
Start building a new feature in a separate, safe space
Show what you can do with gitless and the usual workflow
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Plain-language version control for people who don't know — or don't want to deal with — git. It gives someone building a personal project the safety net of version control (saved checkpoints, cloud backup, safe spaces to experiment, real undo) without ever showing them git jargon.
It's a Claude Code plugin: a skill that teaches Claude to speak plainly and a set of scripts that bundle each git flow into one friendly command.
You never have to learn git. You just talk to Claude — in plain language or with a slash command; both do the same thing.
| What you want | Just say… | …or run |
|---|---|---|
| Get set up for backups | "set up backups" | /gitless:setup |
| Start a new project | "start a new project called my-app" | /gitless:new-project my-app |
| Use gitless on a folder you already have | "manage this folder with gitless" | /gitless:adopt |
| Build something new | "let's add a dark mode" / "new feature: search" | /gitless:feature add dark mode |
| Save your progress | "save" / "save a checkpoint" | /gitless:save |
| Step back | "undo" / "go back" | /gitless:undo |
| Step forward again | "redo" / "bring it back" | /gitless:redo |
| Finish a feature | "this is done" / "ship it" | /gitless:done |
| Drop a finished feature | "get rid of the dark mode feature" | /gitless:remove-feature dark mode |
| See where things stand | "where are we?" / "is it backed up?" | /gitless:status |
| Get a reminder of how this works | "how do I use this?" / "remind me" | /gitless:help |
Claude also saves quietly on its own at natural stopping points, so you rarely have to remember to.
Under the hood (you never see this): your project's real version stays on main
and in sync with your GitHub backup, feature work happens in .worktrees/<feature>
and is folded in when you're done, and ignore rules update themselves as you add
languages and frameworks.
This repo is its own plugin marketplace. Add it and install:
/plugin marketplace add ninachaubal/gitless
/plugin install gitless@ninachaubal
Then make a project gitless-managed with /gitless:new-project <name> or
/gitless:adopt.
From a clone of this repo, load it into a session without installing anything (session-only — nothing persists when you close it):
git clone https://github.com/ninachaubal/gitless
claude --plugin-dir ./gitless
The scripts can also be run directly for testing:
bash gitless/scripts/bootstrap.sh
.claude-plugin/plugin.json manifest
skills/gitless/SKILL.md the behavior + vocabulary (the brain)
commands/*.md slash-command entry points (also reached by plain language)
scripts/*.sh the friendly git wrappers
scripts/lib/common.sh shared helpers + plain-language output
hooks/ auto-updates ignore rules when a stack is detected
No CI, code review, or multi-contributor flows — this is deliberately for one person maintaining a personal project. Those can layer on later.
npx claudepluginhub ninachaubal/gitless --plugin gitlessMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.