catlog22
e75cdf0b61
docs: Update documentation for v5.9.6 with new commands and features
...
- Update README_CN.md version badge to v5.9.6
- Update COMMAND_REFERENCE.md with new commands:
- workflow:lite-fix (bug diagnosis workflow)
- workflow:lite-execute (in-memory execution)
- workflow:review-module-cycle (module code review)
- workflow:review-session-cycle (session code review)
- workflow:review-fix (automated fixing)
- memory:docs-* CLI commands
- memory:skill-memory, tech-research, workflow-skill-memory
- Update analyze_commands.py:
- Add lite workflows relationships
- Add review cycle workflows relationships
- Update essential commands list
- Rebuild command-guide index with updated relationships
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-28 17:08:59 +08:00
catlog22
f798dd4172
refactor: consolidate workflow commands and add UI design templates
...
1. Remove deprecated task-generate.md
- Replaced by task-generate-agent.md in previous commits
- Clean up duplicate command documentation
2. Update ui-design-agent.md
- Refine agent specifications and workflow integration
3. Add UI design template files
- Create ~/.claude/workflows/cli-templates/ui-design/systems/
- Add animation-tokens.json for animation and transition patterns
- Add design-tokens.json for color, typography, spacing tokens
- Add layout-templates.json for structural layout patterns
- Modular design system management
4. Update analyze_commands.py
- Enhance command analysis capabilities
- Improve metadata extraction
Key improvements:
- Remove duplicate/deprecated documentation
- Modular UI design template management
- Better workflow command organization
2025-11-24 19:36:33 +08:00
catlog22
1e67f5780d
feat: 增强 command-guide skill,新增 UI 设计工作流指南和自动同步功能
...
## 主要更新
### 1. 新增 UI 设计工作流完整指南
- 新增 `ui-design-workflow-guide.md` (12KB)
- 使用 Gemini 分析 11 个 UI 设计命令文件
- 提供 4 种工作流模式详细指导:
- 探索式设计(新概念)
- 设计复制(模仿现有网站)
- 代码优先导入
- 批量生成(高容量)
- 包含架构最佳实践、性能优化和故障排查
### 2. 更新工作流模式指南
- 在 `workflow-patterns.md` 中新增 Pattern 7: UI设计工作流
- 提供三种子模式的中文示例
- 添加 UI 设计指南的交叉引用
### 3. 增强索引构建脚本
- 更新 `analyze_commands.py` 支持自动同步 reference 目录
- 新增 `sync_reference_directory()` 函数:
- 自动删除旧的 reference 文件
- 从 `.claude/agents` 和 `.claude/commands` 复制最新文件
- 确保索引构建前 reference 目录为最新
- 增强统计输出,显示 reference 目录同步状态
### 4. 更新索引文件
- 重建所有索引文件(all-commands.json, by-category.json 等)
- 优化命令元数据和分类
- 同步最新的 UI 设计命令(包括新增的 import-from-code.md)
## 技术细节
**命令分类体系**:
- Orchestrators: explore-auto, imitate-auto, batch-generate
- Core Extractors: style-extract, layout-extract, animation-extract
- Input & Capture: capture, explore-layers, import-from-code
- Assemblers: generate, update
**架构原则**:
- 关注点分离:Style、Structure、Motion 独立
- Token-First CSS:使用 CSS 变量而非硬编码
- 并行执行:支持最多 6 个并发任务
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-06 21:37:19 +08:00
catlog22
920b179440
docs: 更新所有命令描述并重新生成索引文件
...
- 更新所有69个命令文件的description字段,基于实际功能重新生成详细描述
- 重新生成5个索引文件(all-commands, by-category, by-use-case, essential-commands, command-relationships)
- 移动analyze_commands.py到scripts/目录并完善功能
- 移除临时备份文件
命令描述改进示例:
- workflow:plan: 增加了工具和代理的详细说明(Gemini, action-planning-agent)
- cli:execute: 说明了YOLO权限和多种执行模式
- memory:update-related: 详细说明了批处理策略和工具回退链
索引文件改进:
- usage_scenario从2种扩展到10种(更精细分类)
- command-relationships覆盖所有69个命令
- 区分built-in(内置调用)和sequential(用户顺序执行)关系
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-06 15:11:31 +08:00
catlog22
6993677ed9
feat: Add command relationships and essential commands JSON files
...
- Introduced command-relationships.json to define relationships between various commands.
- Created essential-commands.json to provide detailed descriptions and usage scenarios for key commands.
- Implemented update-index.sh script for maintaining command index files, including backup and validation processes.
- Added templates for bug reports, feature requests, and questions to streamline issue reporting and feature suggestions.
2025-11-06 12:59:14 +08:00