cexll
2b8efd42a9
feat: implement modular installation system
...
引入模块化安装系统,支持可配置的工作流组合:
核心改进:
- .claude-plugin/marketplace.json: 移除废弃模块引用,精简插件清单
- .gitignore: 添加 Python 开发环境忽略项(.venv, __pycache__, .coverage)
- Makefile: 标记 make install 为 LEGACY,推荐使用 install.py
- install.sh: codex-wrapper 安装脚本,添加到 PATH
新架构使用 config.json 控制模块启用/禁用,支持:
- 选择性安装工作流(dev/bmad/requirements/essentials)
- 声明式操作定义(merge_dir/copy_file/run_command)
- 版本化配置管理
迁移路径: make install -> python3 install.py --install-dir ~/.claude
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-05 10:26:58 +08:00
cexll
90477abb81
update CLAUDE.md and codex skill
2025-11-29 19:11:06 +08:00
cexll
18c26a252a
update doc
2025-11-18 21:12:52 +08:00
swe-agent[bot]
74b47a6f5a
Merge branch 'master' of github.com:cexll/myclaude
2025-10-22 15:37:54 +08:00
swe-agent[bot]
b4a80f833a
update .gitignore
2025-10-22 15:06:03 +08:00
swe-agent[bot]
cc1d22167a
update
2025-10-22 14:32:19 +08:00
swe-agent[bot]
4d3789d0dc
Convert requirements-clarity to plugin format with English prompts
...
Changes:
- Migrate from .claude/skills/ to .claude/plugins/ structure
- Add claude.json plugin metadata
- Create instructions.md with all English prompts (no Chinese)
- Update README.md for plugin distribution
- Update .gitignore to allow .claude/plugins/
Plugin structure:
- claude.json: Plugin metadata (name, version, components)
- instructions.md: Main skill prompt (100% English)
- README.md: Plugin documentation and usage guide
Maintains all functionality:
- 100-point scoring system
- Iterative clarification (≥90 threshold)
- PRD generation with 4 sections
- Auto-activation on vague requirements
Fixes #17
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-21 01:06:53 +00:00
swe-agent[bot]
9d16cb4406
Add requirements-clarity Claude Skill
...
- Create .claude/skills/requirements-clarity/SKILL.md (571 lines)
- Automatic activation for vague requirements
- 100-point scoring system (功能清晰度/技术具体性/实现完整性/业务背景)
- Interactive Q&A clarification process
- PRD generation with 需求描述/设计决策/验收标准/执行Phase structure
- Bilingual support (Chinese headers + mixed content)
- Create comprehensive README with testing guide and examples
- Update .gitignore to allow .claude/skills/ directory
Implements Issue #17 - Transform /clarif command into proactive Claude Skill
for automatic requirements clarification.
Generated by swe-agent
2025-10-20 15:23:20 +00:00
ben chen
e0d5b0955d
Add comprehensive documentation and multi-agent workflow system
...
- Add English and Chinese README.md with complete project documentation
- Add agents/ directory with 7 specialized sub-agent configurations
- Add spec-execution.md and spec-workflow.md commands
- Add .gitignore for Claude Code project structure
- Document two primary usage patterns: sub-agent workflows and custom commands
- Include architecture overview, quick start guide, and real-world examples
- Establish 95% quality gate automation with iterative improvement loops
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-28 10:26:19 +08:00