yishisanren

Oil Title — Development skill for Claude Code

Development community

会话自动命名控制:preview(默认)、apply、pause、resume、lock、unlock、status、doctor.

How to install Oil Title

Installs to ~/.claude/skills/yishisanren-oil-claude-title-oil-title/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yishisanren-oil-claude-title-oil-title && curl -fsSL https://raw.githubusercontent.com/yishisanren/oil-claude-title/HEAD/commands/oil-title.md -o ~/.claude/skills/yishisanren-oil-claude-title-oil-title/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Oil Title does


description: 会话自动命名控制:preview(默认)、apply、pause、resume、lock、unlock、status、doctor argument-hint: "[preview|apply|pause|resume|lock|unlock|status|doctor]" allowed-tools: Bash(python3 *)

按参数「$ARGUMENTS」执行 oil-claude-title 的对应操作。程序入口:

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/oil_claude_title.py"

参数对应的子命令:

  • 空或 previewrename(只预览候选标题,不写入)
  • applyrename --apply(写入当前会话标题并读回核验)。返回 renamed 后,如果当前宿主提供了 set_session_title 工具(Claude 桌面版),紧接着用它把同一个标题设给 self,让侧边栏缓存与记录一致;没有该工具就跳过。

Alternatives in Development

  • Earnings Preview — 财报前预览 — 一致预期对照 + 行业观察指标 + Bull/Base/Bear 三情景 + 催化剂清单 + 预期波幅 6.6k ★
  • Maestro Session Manage — Manage a v3 Session — inspect status/resume-view, review knowledge candidates, complete, archive/unarchive 530 ★
  • Audio Browser — Launch the AgentVibes audio browser - browse, preview, and install TTS voices 153 ★

Full documentation available on GitHub

View Source Repository