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