Commit Graph

6 Commits

Author SHA1 Message Date
empty
e1f56ae793 Add interactive configuration to installation scripts
Features:
- Ask user whether to configure CLAUDE.md
- Support both user-level and project-level configuration
- For project-level: prompt for target directory
- Append content (never overwrite existing files)
- Detect existing configuration to avoid duplicates
- Auto-create project constitution section for new files

Scripts updated:
- install.sh (macOS/Linux)
- install.ps1 (Windows PowerShell)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 18:10:08 +08:00
empty
8dfed0df3f Update README with clearer Windows instructions
- Add prominent warning about platform differences
- Add Windows-specific FAQ entry
- Add Windows update commands
- Improve visual separation with section dividers
- Add -Force flag to Copy-Item for better reliability

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:55:53 +08:00
empty
81111fbb77 Add Windows installation scripts
- Add install.ps1 (PowerShell one-liner)
- Add install.bat (Batch script for double-click)
- Update README.md with Windows instructions

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:37:23 +08:00
empty
207e3a01f0 Add installation instructions and one-click install script
- Add README.md with manual installation guide
- Add install.sh for automated installation
- Support both manual and automated workflows

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:27:44 +08:00
empty
15604b53c5 Fix codex-collab skill structure to comply with Claude Code skill specification
Changes:
- Rename skill.md to SKILL.md (uppercase required)
- Add YAML frontmatter with name and description
- Reorganize templates/ and examples/ into references/
- Remove extra documentation files (README.md, QUICK_REF.md)
- Follow progressive disclosure pattern: keep SKILL.md lean

The skill now complies with the official Claude Code skill format.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:22:33 +08:00
empty
ccd8f9dbfb Add codex-collab skill
Codex 协作框架 - 让 Claude Code 和 Codex CLI 高效协作

功能特性:
- 智能任务分类(简单/中等/复杂)
- 标准化协作流程
- 4个专业模板(代码审查、需求分析、方案设计、调试分析)
- 会话管理最佳实践
- 安全规范内置

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:17:53 +08:00