cf install
Install the Coding Friend plugin into Claude Code from the terminal.
Overview
cf install installs the Coding Friend plugin into Claude Code entirely from the terminal — no need to open Claude Code first.
The command is idempotent: you can run it as many times as you want without issues.
Usage
cf install
What It Does
- Checks prerequisites — verifies that the
claudeCLI is available - Registers marketplace — adds the
coding-friend-marketplaceif not already registered - Installs plugin — installs
coding-friend@coding-friend-marketplaceif not already installed - Version check — if the plugin is already installed, compares with the latest version and suggests
cf updateif an update is available
Under the Hood
cf install runs these Claude CLI commands for you:
claude plugin marketplace add dinhanhthi/coding-friend
claude plugin install coding-friend@coding-friend-marketplace
Next Steps
After installing, run:
cf init— initialize your workspace with documentation folders and configurationcf statusline— setup the Claude Code statusline with project info