Claude Composer — Git skill for Claude Code
by Mike Bannister - A tool that adds small enhancements to Claude Code.
How to install Claude Composer
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open possibilities/claude-composer and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Composer does
--- **THIS REPO HAS GRADUATED. THAT MEANS THAT I WILL NO LONGER BE USING IT AND WISH ANYONE LUCK AND JOY IF THEY WANT TO FORK IT, CONTINUE USING IT, TAKE IT OVER, OR WHATEVER OTHER ACTIVITIES MAKE A PERSON HAPPY. GOING FORWARD I AM USING HOOKS TO ACHIEVE YOLO MODE:**
Alternatives in Git
- Voicemode MCP — by Mike Bailey - VoiceMode MCP brings natural conversations to Claude Code 899 ★
- Cmt — When user uses /cmt slash command, commit current git changes using fast mode by default, or strict mode when 301 ★
- PR Ship — Ship code directly to main - for small, obvious changes that don't need review 168 ★
README
Claude Composer
**THIS REPO HAS GRADUATED. THAT MEANS THAT I WILL NO LONGER BE USING IT AND WISH ANYONE LUCK AND JOY IF THEY WANT TO FORK IT, CONTINUE USING IT, TAKE IT OVER, OR WHATEVER OTHER ACTIVITIES MAKE A PERSON HAPPY. GOING FORWARD I AM USING HOOKS TO ACHIEVE YOLO MODE:**
**https://github.com/possibilities/claude-code-generic-hooks**
**AND I USE PERMISSION MODES TO START IN PLAN MODE:**
**https://docs.anthropic.com/en/docs/claude-code/iam#permission-modes**
**ALSO USE `DIRTY-CONFIRM` TO GET THE SAME CONFIRMATIONS THAT `CLAUDE-COMPOSER` PROVIDES AROUND NON-GIT AND DIRTY GIT DIRECTORIES:**
https://github.com/possibilities/dirty-confirm
A tool that adds small enhancements to Claude Code
[](https://github.com/possibilities/claude-composer/actions/workflows/test.yml)
Features
- Reduced interruptions: Automatic confirmation prompt acceptance
- Tool management: Toolsets configure which tools Claude can use
- Enhanced visibility: System notifications keep you informed (BROKEN, WILL GET BIG UPDATE SOON)
Quick Start
# Install
npm install -g claude-composer
# Initialize configuration
claude-composer cc-init
# Run with default settings
claude-composer
# Use YOLO mode (accept all prompts)
claude-composer --yolo
Installation
**Prerequisites**: Node.js 18+, npm/yarn/pnpm, Claude Code installed
# Global install
pnpm add -g claude-composer
# or
yarn global add claude-composer
# or
npm install -g claude-composer
Command Line Options
Core Options
# Configuration
--yolo # Accept all prompts automatically
--toolset # Use specified toolsets
--mode # Start in 'act' or 'plan' mode
--ignore-global-config # Ignore global config
# Safety
--dangerously-allow-in-dirty-directory
--dangerously-allow-without-version-control
--dangerously-suppress-yolo-confirmation
# Notifications
...
Related Skills
File Issues
File GitHub issues for enhancements or bugs discovered during implementation
Copilot Claude Proxy
A small Go proxy that exposes GitHub Copilot as an Anthropic-compatible API.
Claude Code Statusline Ps
PowerShell 7 status line for Claude Code on Windows: context meter, cost, rate limits, git branch, mode badges
Claudio
by Christopher Toth - A no-frills little library that adds delightful OS-native sounds to Claude Code via simp
Termcontrol.Nvim
Drive any running terminal in Neovim — send text, send keystrokes, scroll — without focusing it. Detects folke
Sync Develop
Schedule sync with develop branch - adds to TODO, executes at convenient moment (after current task). Use when
Related Agents
Supply Chain Reviewer
Read-only dependency supply-chain reviewer for the forgeward gate. Fires ONLY when the diff adds or changes a
Sap Executor
ABAP code implementation — programs, function modules, classes, enhancements, CDS views (Sonnet, R/W)
Code Refactoring Specialist
PROACTIVELY USE this agent when code needs structural improvements, technical debt reduction, or architectural