بنقرة واحدة
setup
Configure claudeship after installation. Sets up statusline, accounts, and optional notifier.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Configure claudeship after installation. Sets up statusline, accounts, and optional notifier.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | setup |
| description | Configure claudeship after installation. Sets up statusline, accounts, and optional notifier. |
| user-invocable | true |
| allowed-tools | Bash, Read, Edit |
Help the user configure claudeship. Walk through each section in order.
Detect the user's OS first:
!uname -s
Install the ClaudeNotifier menubar app via Homebrew:
brew install --cask claude-notifier
After install:
Run the Linux installer to set up the notification daemon and Waybar adapter:
bash ${CLAUDE_PLUGIN_ROOT}/../../notifier/install.sh
This installs claudeship-notifier (daemon) and claudeship-waybar-adapter to ~/.local/bin, and optionally creates a systemd user service. Follow the printed instructions to add the Waybar config snippet.
Without the notifier, all hooks still work — notification features just silently skip.
The statusline shows account info, git branch, model, context usage, and spend in the Claude Code status bar. Plugins cannot auto-configure this, so the user needs to add it manually.
Run this to get the resolved path:
!echo ${CLAUDE_PLUGIN_ROOT}/src/tools/statusline.py
Tell the user to add this to their ~/.claude/settings.json (or their account's settings.json):
"statusLine": {
"type": "command",
"command": "python3 <RESOLVED_PATH>"
}
Replace <RESOLVED_PATH> with the actual path printed above.
If the user wants to set up multi-account support, run the interactive wizard:
!python3 ${CLAUDE_PLUGIN_ROOT}/src/tools/accounts.py setup
View and restore git-based backups of your Claude config directory. List backups, diff changes, or restore files.
Link a Claude Code account's settings and plugins back to a shared account (default ~/.claude).
Unlink a Claude Code account so it has its own standalone settings and plugins (no longer shared via symlinks).
Add a Claude Code account to the multi-account registry. Use when the user wants to register a new account.
List all registered Claude Code accounts with their config directories and colors.
Remove a Claude Code account from the multi-account registry.