Half Clone Conversation
技能 活跃克隆当前对话的后半部分,丢弃早期上下文以减少令牌使用量,同时保留近期工作。
通过选择性对话克隆,有效地管理 Claude Code 中的长对话,减少令牌使用量并保留近期工作。
功能
- 克隆对话的后半部分
- 丢弃早期上下文以节省令牌
- 保留近期工作和上下文
- 自动查找并运行特定脚本版本
- 提供清晰的设置和使用说明
使用场景
- 当对话变得过长且令牌使用量是一个问题时
- 开始一项新任务,在保留相关近期信息的同时使用新上下文
- 从长对话中的特定点分支出不同的方法
- 通过减少上下文窗口负载来提高 Claude Code 的性能
非目标
- 完全存档或删除过去的对话历史记录
- 总结或抽象化对话内容
- 提供完整的对话历史搜索功能
- 修改原始对话线程
工作流
- 确定当前的对话会话 ID 和项目路径
- 定位 `half-clone-conversation.sh` 脚本,优先选择最新版本
- 预览对话以验证会话 ID 和上下文范围
- 使用会话 ID 和项目路径执行脚本以创建半克隆对话
- 告知用户在哪里可以找到并如何访问新对话
先决条件
- Bash shell
- jq 实用程序
- Claude Code CLI
- Python 3
License
- warning:License usability许可证是纯粹的版权声明,并授予了权利,但缺少标准的 SPDX 标识符,使得下游使用其可用性含糊不清。
Versioning
- warning:Release ManagementSKILL.md 前端 matéria、package.json 或 GitHub release 中没有明确的版本控制,并且安装依赖于引用“main”,因此难以固定到特定版本。
安装
请先添加 Marketplace
/plugin marketplace add ykdojo/claude-code-tips/plugin install claude-code-tips@ykdojo质量评分
类似扩展
Fixflow
100使用严格的交付工作流执行编码任务:构建完整计划、分步实现、持续运行测试,并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时,支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD(给定/当/则)。
Autoskill
100Observe the user's screen via screenpipe, detect repeated research workflows, match them against existing scientific-agent-skills, and draft new skills (or composition recipes that chain existing ones) for the patterns not yet covered. Use when the user asks to analyze their recent work and propose skills based on what they actually do. Requires the screenpipe daemon (https://github.com/screenpipe/screenpipe) running locally on port 3030 — the skill has no other data source and will refuse to run if screenpipe is unreachable. All detection runs locally; only redacted cluster summaries reach the LLM.
Sweep Flag Namespace
99Bulk-extract every candidate flag from a binary namespace, build an extraction inventory with occurrence counts and call-type tags, cross- reference against a documented set, and track completeness across probe campaigns until the undocumented remainder reaches zero. Covers namespace prefix harvesting, gate-vs-telemetry disambiguation at the call-site level, completeness metrics, DEFAULT-TRUE population reporting, and a final completion confirmation scan. Use upstream of probe-feature-flag- state when you need a complete catalog rather than a sample, or when a prior wave-based campaign needs a verifiable end condition.
Review Skill
99Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise SMEs on what to address. Use when a user wants to review, validate, or quality-check an Agent Skill.
P Video Avatar
99Generate talking head avatar videos with Pruna P-Video-Avatar via inference.sh CLI. Turn a portrait image into a realistic speaking video with built-in TTS. 18x faster and 6x cheaper than competitors. Models: P-Video-Avatar, P-Image (for portrait generation). Capabilities: text-to-avatar, audio-driven avatars, 30 voices, 10 languages, 720p/1080p, built-in TTS, dynamic backgrounds, full-body control. Use for: AI presenters, product demos, explainer videos, virtual influencers, marketing, education, multilingual content, UGC, gaming avatars. Triggers: avatar video, talking head, ai avatar, p-video-avatar, pruna avatar, video avatar, ai presenter, digital human, virtual presenter, lipsync, talking avatar, ai spokesperson, heygen alternative, synthesia alternative, veed alternative, fabric alternative, omnihuman alternative
Plan Release Cycle
99Plan a software release cycle with milestones, feature freezes, release candidates, and go/no-go criteria. Covers calendar-based and feature-based release strategies. Use when starting planning for a major or minor version release, transitioning from ad-hoc to structured release cadence, coordinating a release across multiple teams or components, defining quality gates for a regulated project, or planning the first public release (v1.0.0) of a project.