Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

autocc

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autocc

Automated Claude Code workspace manager with intelligent branch naming and environment setup. Forked from ccmanager by Kodai Kabasawa.

latest
Source
npmnpm
Version
1.4.5
Version published
Maintainers
1
Created
Source

autocc

Stay in flow. AI-powered workspace creation that eliminates context switching and decision fatigue.

Forked from ccmanager by Kodai Kabasawa • Inspired by conductor.build

📦 Installation

npm install -g autocc

⚡ Quick Start

cd your-git-repo
autocc

Press N to create a new worktree, answer 3 progressive questions:

  • Base branch: develop
  • Work type: feature/hotfix/maintenance/lab
  • Description: add video storage checks

autocc creates .autocc/feature-video-storage-checks and you're ready to work!

✨ Key Features

  • 🤖 AI Branch Naming - Claude suggests semantic branch names from your description
  • 📁 Smart Organization - All worktrees in .autocc/ folder, auto-updates .gitignore
  • 🔗 Auto Env Symlinking - .env files automatically symlinked from main worktree
  • 📝 Context Injection - Work description prepended to claude.md for Claude
  • 🎨 Sectioned Menu - Organized by type (Features/Hotfixes/Maintenance/Lab)
  • 🏷️ Visual Indicators - [new] badges, session states, git status
  • ⚡ Progressive Questions - One question at a time, no cognitive overload
  • 🔊 Verbose Mode - Debug with --verbose flag

🗺️ Roadmap

Near Term

  • 🔀 Claude-Powered Merging - AI resolves merge conflicts intelligently
  • 🎯 Planning Mode Indicator - Visual indicator for worktrees in Claude planning mode
  • 📊 Project Summary Dashboard - Overview of all work in progress across worktrees
  • 🏷️ Custom Worktree Types - Define your own types beyond feature/hotfix/maintenance/lab
  • 🔔 Background Notifications - Optional desktop notifications for session state changes

Future

  • 💎 Premium Tier - Internal development tools + knowledge base management
    • Team knowledge base creation and curation
    • API for integration with external platforms
    • Advanced analytics and insights
    • Priority support

📚 Documentation

  • Getting Started - Philosophy, workflow comparison, quick start guide
  • Features - Complete feature documentation with examples
  • Configuration - All configuration options and customization
  • Architecture - Technical details for contributors
  • CLAUDE.md - Comprehensive development guide with Effect-ts patterns

🎨 Work Types

TypePurposeExample
featureNew functionalityfeature-video-storage-checks
hotfixQuick bug fixeshotfix-auth-token-expire
maintenanceRefactoring & improvementsmaintenance-collab-refactor
labExperimental worklab-new-architecture

🔧 Configuration

Create ~/.config/ccmanager/config.json:

{
  "worktree": {
    "defaultBaseBranch": "develop",
    "symlinkEnvFiles": true
  }
}

See Configuration Guide for all options.

🙏 Credits

📄 License

MIT

Keywords

claude

FAQs

Package last updated on 04 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts