@goffy-ai/coding-helper
v0.0.8
Published
Goffy Coding Plan Helper for managing multi coding tools
Downloads
152
Maintainers
Readme
Coding Tool Helper (chelper)
A CLI helper for Goffy Coding Plan users to manage coding tools like claude-code.
Currently supported coding tools:
- Claude Code
- OpenCode
- Crush
- Factory Droid
Features
- Interactive wizard – Friendly onboarding guidance on first launch
- Goffy Coding Plan integration – Supports goffy-code-1.0 and goffy-flash-1.0 models
- Tool management – Automatically detects, installs, and configures CLI tools
- MCP configuration – Easily manage MCP services
- Local storage – All settings are stored securely on your machine
- English interface – Clean, English-only user experience
Quick Start
Prerequisite: make sure Node.js 18 or later is installed.
Install and launch
Option 1
## Run directly with npx
npx @goffy-ai/coding-helperOption 2
## Install @goffy-ai/coding-helper globally first
npm install -g @goffy-ai/coding-helper
## Then run chelper
chelperComplete the wizard
Once you enter the wizard UI, use the Up/Down arrow keys to navigate and press Enter to confirm each action, following the guided initialization flow.
The wizard will help you complete:
- Entering your API key
- Selecting the tools to manage
- Automatically installing tools (if needed)
- Entering the tool management menu
- Loading the coding plan into the tools
- Managing MCP services (optional)
Command list
Besides the interactive wizard, chelper also supports executing every feature directly through CLI arguments:
# Show help
chelper -h
chelper --help
# Show version
chelper -v
chelper --version
# Run the initialization wizard
chelper init
# Language management
chelper lang show # Display current language
chelper lang set en_US # Set to English (default)
# API key management
chelper auth # Interactively set the key
chelper auth goffy_coding <token> # Set API key for goffy coding plan
chelper auth revoke # Delete the saved key
chelper auth reload claude # Load the latest plan info into the Claude Code tool
chelper auth --help # Show help for language commands
# Health check
chelper doctor # Inspect system configuration and tool statusConfiguration file
The configuration file is stored at ~/.chelper/config.yaml:
lang: en_US # UI language
plan: goffy_coding # Plan type: goffy_coding
api_key: your-api-key-here # API keyAPI Key
To obtain your API key, visit: https://goffy.tech/
License
MIT
