ClaudeCodeTask
Description
cct — Claude Code 任务选择器:一条命令列出所有 Claude Code 任务文件夹与历史会话,全屏卡片网格选择器,选中自动 cd 并启动 claude(PowerShell TUI + C# 内核)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cct — Claude Code Task Selector
[](LICENSE) [](https://github.com/hjkl950217/ClaudeCodeTask) [](https://github.com/PowerShell/PowerShell) [](https://dotnet.microsoft.com/) [](https://pester.dev) [](https://github.com/hjkl950217/ClaudeCodeTask) [](https://github.com/hjkl950217/ClaudeCodeTask) [](https://www.powershellgallery.com/packages/ClaudeCodeTask.UI) [](https://www.powershellgallery.com/packages/ClaudeCodeTask.UI)
一条命令列出所有 Claude Code 任务文件夹,选中自动 `cd` 并启动 `claude`。
主要测试平台:Windows(Windows 11 / PowerShell 7.6)。其他平台理论上可运行,但未系统验证。
效果预览

功能
- 全屏卡片网格选择器,键盘导航、实时搜索过滤
- 自动聚合同一任务目录的会话:手动命名项优先,AI 自动标题保底
- 支持会话中途
cd到子目录——列表按存储目录分组,恢复目标指向子目录 - 退出 claude 后终端留在任务目录
- 增量缓存:热启动扫描加速 ~65-73%
技术亮点
- 预编译 C# 内核(ClaudeCodeTask.Core):性能关键路径由 C# 内核 dll 承担(
CctScannerV4并行读盘 + 增量缓存),PowerShell 只做类型转换,扫描提速约 24 倍 - 并行扫描:C#
Parallel.For并发读盘,无共享状态,单文件异常不中断整体 - 增量缓存:文件数 ≥ 20 且缓存存在时,按 mtime+size 复用精确结果,热启动快 ~65-73%
- 纯 .NET 目录判定:
Directory.Exists替代Test-Path,免 PowerShell 提供程序开销 - 行 diff 重绘:选择器仅重绘变化行,覆盖式写入不清行,无闪烁
安装
前置条件
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11