feat: 思考块 + 斜杠命令 + 输入历史 + 技能系统

思考块 thinking：
- client 流式解析 reasoning/reasoning_content（qwen3 与 DeepSeek 两种字段）
- TUI 金色可折叠块，思考时实时展开、答案到来自动折叠并显示耗时

斜杠命令（opencode 风格，DeepSeek-TUI 界面）：
- 输入 / 弹命令面板，实时筛选、↑↓ 导航、回车执行、Esc 关闭
- /help /new /sessions /clear /compact /export /thinking /rename /model /skill /init /exit

Composer 输入历史：
- shell 式 ↑↓ 回显、到底恢复草稿，持久化到 .pyoc/composer_history.txt 跨重启

技能系统 /skill：
- pyoc/skills.py 发现/解析/加载；skill 工具让模型按需自动加载（渐进式披露）
- 系统提示列出可用技能名+描述；模型遇匹配任务自动调用（qwen3 实测通过）
- 集成 karpathy-guidelines 与 book-to-skill 两个技能；支持工作目录 .pyoc/skills 扩展

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
