A compact Claude Code status line that shows repo context without turning the terminal into a dashboard.
Project, git branch, and local time. Small enough to stay out of the way.
{
"statusLine": {
"type": "command",
"command": "printf ' %s %s %s ' \"$(basename \\\"$PWD\\\")\" \"$(git branch --show-current 2>/dev/null || echo no-git)\" \"$(date +%H:%M)\""
}
}
A small set of loading verbs for Claude-flavored tools that should feel playful without becoming childish.
Use as a source list for custom UI states, status messages, or local wrappers.
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"summoning context",
"polishing tokens",
"bribing the typechecker",
"untangling imports",
"pretending this is deterministic",
"negotiating with lint",
"checking vibes against reality",
"folding stack traces",
"seasoning the prompt",
"making the diff less cursed"
]
}
}
中文互联网黑话版 spinner verbs. Perfect for pretending the loading state is aligned with strategy.
Replace boring loading copy with high-density business abstraction.
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"正在降本增效,重构业务闭环",
"同步推进颗粒度拆解与链路打通",
"持续优化用户心智占位",
"对核心路径进行端到端赋能",
"重新梳理底层逻辑和场景抓手",
"围绕 ROI 做精细化运营迭代",
"快速对齐战略方向,形成方法论沉淀",
"正在做流量侧与供给侧双向协同",
"聚焦核心 KPI,拉齐团队水位",
"尝试通过中台能力完成生态反哺",
"基于长期主义做全链路价值转化",
"持续推进体验升级与认知渗透",
"对业务进行结构化拆解和策略收口",
"当前处于小步快跑的灰度验证阶段",
"围绕关键路径打造增长飞轮"
]
}
}