{"id":28778489,"url":"https://github.com/possibilities/claude-composer","last_synced_at":"2025-08-26T19:42:28.467Z","repository":{"id":297510345,"uuid":"991993003","full_name":"possibilities/claude-composer","owner":"possibilities","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-31T02:29:50.000Z","size":758,"stargazers_count":654,"open_issues_count":3,"forks_count":22,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-31T05:30:00.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/possibilities.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-28T13:05:16.000Z","updated_at":"2025-07-31T02:29:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"15eac8d4-daea-4c27-8e4d-34ef890cc4a8","html_url":"https://github.com/possibilities/claude-composer","commit_stats":null,"previous_names":["possibilities/claude-composer"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/possibilities/claude-composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/possibilities%2Fclaude-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/possibilities%2Fclaude-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/possibilities%2Fclaude-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/possibilities%2Fclaude-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/possibilities","download_url":"https://codeload.github.com/possibilities/claude-composer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/possibilities%2Fclaude-composer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272250256,"owners_count":24900179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-17T16:08:14.249Z","updated_at":"2025-08-26T19:42:28.444Z","avatar_url":"https://github.com/possibilities.png","language":"TypeScript","funding_links":[],"categories":["Tooling 🧰","TypeScript","HarmonyOS","Other","工具 🧰"],"sub_categories":["General","Windows Manager","通用"],"readme":"# Claude Composer\n\n---\n**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:**\n\n**https://github.com/possibilities/claude-code-generic-hooks**\n\n**AND I USE PERMISSION MODES TO START IN PLAN MODE:**\n\n**https://docs.anthropic.com/en/docs/claude-code/iam#permission-modes**\n\n*\n\n**ALSO USE `DIRTY-CONFIRM` TO GET THE SAME CONFIRMATIONS THAT `CLAUDE-COMPOSER` PROVIDES AROUND NON-GIT AND DIRTY GIT DIRECTORIES:**\n\nhttps://github.com/possibilities/dirty-confirm\n---\n\n\u003e A tool that adds small enhancements to Claude Code\n\n[![Tests](https://github.com/possibilities/claude-composer/actions/workflows/test.yml/badge.svg)](https://github.com/possibilities/claude-composer/actions/workflows/test.yml)\n\n## Features\n\n- **Reduced interruptions**: Automatic confirmation prompt acceptance\n- **Tool management**: Toolsets configure which tools Claude can use\n- **Enhanced visibility**: System notifications keep you informed (BROKEN, WILL GET BIG UPDATE SOON)\n\n## Quick Start\n\n```bash\n# Install\nnpm install -g claude-composer\n\n# Initialize configuration\nclaude-composer cc-init\n\n# Run with default settings\nclaude-composer\n\n# Use YOLO mode (accept all prompts)\nclaude-composer --yolo\n```\n\n## Installation\n\n**Prerequisites**: Node.js 18+, npm/yarn/pnpm, Claude Code installed\n\n```bash\n# Global install\npnpm add -g claude-composer\n# or\nyarn global add claude-composer\n# or\nnpm install -g claude-composer\n```\n\n## Command Line Options\n\n### Core Options\n\n```bash\n# Configuration\n--yolo                           # Accept all prompts automatically\n--toolset \u003cname...\u003e              # Use specified toolsets\n--mode \u003cmode\u003e                    # Start in 'act' or 'plan' mode\n--ignore-global-config           # Ignore global config\n\n# Safety\n--dangerously-allow-in-dirty-directory\n--dangerously-allow-without-version-control\n--dangerously-suppress-yolo-confirmation\n\n# Notifications\n--show-notifications / --no-show-notifications\n--sticky-notifications / --no-sticky-notifications\n\n# Debug\n--quiet                          # Suppress preflight messages\n--allow-buffer-snapshots         # Enable Ctrl+Shift+S snapshots\n--log-all-pattern-matches        # Log to ~/.claude-composer/logs/\n```\n\nAll unrecognized options pass through to Claude Code.\n\nSee [docs/cli-reference.md](docs/cli-reference.md) for complete reference.\n\n## Configuration\n\nRun `claude-composer cc-init` to create configuration:\n\n```bash\n# Global config (default)\nclaude-composer cc-init\n\n# Project-specific config\nclaude-composer cc-init --project\n```\n\n### Basic Configuration\n\n```yaml\n# config.yaml\nyolo: false # Set to true to accept all prompts\n\ntoolsets:\n  - internal:core\n  - my-tools\n\nroots:\n  - ~/projects/work\n  - ~/projects/personal\n\nshow_notifications: true\nsticky_notifications: false\n```\n\nSee [docs/configuration.md](docs/configuration.md) for details.\n\n## YOLO Mode\n\nWhen enabled with `--yolo` flag or `yolo: true` in config, Claude Composer will automatically accept all prompts without confirmation. Use with caution!\n\n## Toolsets\n\nConfigure which tools Claude can use and MCP server connections.\n\nSee [docs/toolsets.md](docs/toolsets.md) for details.\n\n## Trusted roots\n\nUse trusted roots to define trusted parent directories to auto-accept initial trust prompts.\n\nSee [docs/roots-config.md](docs/roots-config.md) for details.\n\n## Environment Variables\n\nSee [docs/environment-variables.md](docs/environment-variables.md) for details.\n\n## License\n\nThis project is in the public domain. See the [UNLICENSE](UNLICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpossibilities%2Fclaude-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpossibilities%2Fclaude-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpossibilities%2Fclaude-composer/lists"}