Alternatives
Products that do what ccmd does
Install, update, share Claude Code commands via Git
- 1

- 2PM
I built a lightweight project management workflow to keep AI-driven development organized. The problem was that context kept disappearing between tasks. With multiple Claude agents running in parallel, I’d lose track of specs, dependencies, and history. External PM tools didn’t help because syncing them with repos always created friction. The solution was to treat GitHub Issues as the database. The "system" is ~50 bash scripts and markdown configs that: - Brainstorm with you to create a markdown PRD, spins up an epic, and decomposes it into tasks and syncs them with GitHub issues - Track…
2025 · github.com
- 3

Store, review, and share your Claude Code sessions
Mar 2026 · bench.silverstream.ai
- 4

- 5

- 6

- 7OS
2024 · github.com
- 8AC
Dec 2025 · github.com
- 9

- 10CS
Hi HN, We use Claude Code a lot, and after a long session there isn't a simple way to share exactly what happened with someone else. Prompts, responses, file edits, and tool calls all stay inside the terminal. We built Claudebin to make that easier. It's a plugin that lets you export the current session as a URL containing: - the full message thread - file reads and writes - bash commands - web and MCP calls You can send the link to someone, attach it to a PR, embed part of it, or resume the session locally. It's open source. GitHub:…
Feb 2026 · claudebin.com
- 11CC
I built Claude‑CMD, an open-source command-line interface for working with Claude Code commands, configurations, and AI-driven workflows. It’s designed to help developers and PMs streamline how they interact with Claude Code in coding tasks, automation, and prompt management. Website: claudecmd.com Happy to answer questions or hear suggestions. You can also contribute your own commands to help improve the project. Contributions welcome!
2025 · github.com
- 12

Claude Code command that plans your codebase in the cloud
Apr 2026 · code.claude.com
- 13

- 14

- 15

- 16
- 17

- 18

- 19CC
Continuous Claude is a CLI wrapper I made that runs Claude Code in an iterative loop with persistent context, automatically driving a PR-based workflow. Each iteration creates a branch, applies a focused code change, generates a commit, opens a PR via GitHub's CLI, waits for required checks and reviews, merges if green, and records state into a shared notes file. This avoids the typical stateless one-shot pattern of current coding agents and enables multi-step changes without losing intermediate reasoning, test failures, or partial progress. The tool is useful for tasks that require many…
Nov 2025 · github.com
- 20CC
My team uses Claude Code daily, and the sessions have become some of the most useful artifacts we produce. But they're trapped in ~/.claude/projects/ on whichever laptop they happened on. There's no good way to hand a colleague "the session where I untangled the migration" so they can claude --resume it and keep going from where I left off. Enter ccgs: Share Claude Code sessions through an orphan branch (@ccgs/) in your existing repo's remote - Session files carry the author's absolute paths. On pull, ccgs rewrites the working dir back to your path so resume actually…
Jun 2026 · github.com
- 21CC
I built this for myself but I figured why not share. The aim of CCM is to be able to fully manage all Claude Code configuration files, both globally and those in your project. Some neat features: - Manages your CLAUDE.md, rules, hooks, agents, memories and so on. - Elevate memories to rules - Copy/Move any asset from one scope to another, or elevate it to global scope - Install marketplaces and plugins The full app is embedded right on the site as a demo so you can try it out. I'm happy to receive feedback, I know it's not perfect. Thanks for taking a look.
Apr 2026 · claude.ldlework.com
- 22AC
We needed something like --dangerously-skip-permissions that doesn’t nuke your untracked files, exfiltrate your keys, or install malware. Claude Code's permission system is allow-or-deny per tool, but that doesn’t really scale. Deleting some files is fine sometimes. And git checkout is sometimes not fine. Even when you curate permissions, 200 IQ Opus can find a way around it. Maintaining a deny list is a fool's errand. nah is a PreToolUse hook that classifies every tool call by what it actually does, using a deterministic classifier that runs in milliseconds. It maps commands to action types…
Mar 2026 · github.com
- 23CC
Have you ever wondered if Claude Code could be rewritten as a bash script? Me neither, yet here we are. Just for kicks I decided to try and strip down the source, removing all the packages.
Mar 2026 · github.com
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →