cexll
bbd2f50c38
update codex skills model config
2025-11-19 23:57:52 +08:00
cexll
3f7652f992
Merge branch 'master' of github.com:cexll/myclaude
2025-11-19 23:06:43 +08:00
cexll
2cbe36b532
fix codex skill
2025-11-19 23:06:37 +08:00
cexll
fdb152872d
Merge pull request #24 from cexll/swe-agent/23-1763544297
...
feat: 支持通过环境变量配置 skills 模型
2025-11-19 21:35:27 +08:00
swe-agent[bot]
916b970665
feat: 支持通过环境变量配置 skills 模型
...
- 新增 CODEX_MODEL 环境变量覆盖 codex 默认模型
- 新增 GEMINI_MODEL 环境变量覆盖 gemini 默认模型
- 更新文档说明环境变量用法
- 保持向后兼容,未设置环境变量时使用原默认值
修复 #23
Generated by swe-agent
2025-11-19 09:27:15 +00:00
cexll
10070a9bef
update skills plugin
v4.3
2025-11-19 16:14:33 +08:00
cexll
b18439f268
update gemini
2025-11-19 16:14:22 +08:00
cexll
4230479ff4
fix codex skills running
2025-11-19 14:54:45 +08:00
cexll
18c26a252a
update doc
2025-11-18 21:12:52 +08:00
cexll
f6fc9a338f
feat simple dev workflow
2025-11-17 22:14:48 +08:00
cexll
6223d59042
Add Gemini CLI integration skill
...
Implement gemini skill following codex pattern with Python wrapper supporting multiple execution modes (uv run, python3, direct), configurable models (gemini-2.5-pro/flash/1.5-pro), timeout control, and zero-dependency cross-platform compatibility.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-16 00:04:33 +08:00
cexll
e6b229645a
update codex skills
v4.2.2
2025-11-15 23:14:35 +08:00
cexll
9dc3e8f43d
Merge pull request #21 from Tshoiasc/master
...
Enhance codex.py to auto-detect long inputs and switch to stdin mode,…
v4.2.1
2025-11-14 09:45:24 +08:00
cexll
e9faa0bc2d
Merge branch 'master' into master
2025-11-14 09:45:04 +08:00
swe-agent[bot]
70caa8d7fc
Change default model to gpt-5.1-codex
...
- Update SKILL.md documentation
- Update codex.py DEFAULT_MODEL constant
Generated by swe-agent
2025-11-14 01:40:23 +00:00
Tshoiasc
4f74d5afa1
Enhance codex.py to auto-detect long inputs and switch to stdin mode, improving handling of shell argument issues. Updated build_codex_args to support stdin and added relevant logging for task length warnings.
2025-11-14 09:33:34 +08:00
cexll
7f61437eea
fix codex.py wsl run err
v4.2
2025-11-13 15:41:54 +08:00
swe-agent[bot]
ed604f6db7
optimize codex skills
2025-11-11 18:10:11 +08:00
swe-agent[bot]
fb66b52b68
Merge branch 'master' of github.com:cexll/myclaude
2025-11-11 16:47:13 +08:00
swe-agent[bot]
05e32203ee
optimize codex skills
2025-11-11 16:47:04 +08:00
cexll
1bf7dd9a83
Rename SKILLS.md to SKILL.md
2025-11-10 19:09:31 +08:00
swe-agent[bot]
19aa237d47
feat codex skills
2025-11-10 19:00:21 +08:00
swe-agent[bot]
5cd1103b85
update enhance-prompt.md response
v4.1
2025-11-04 16:04:11 +08:00
swe-agent[bot]
e2f80508b5
docs: 新增 /enhance-prompt 命令并更新所有 README 文档
2025-11-04 14:24:55 +08:00
swe-agent[bot]
86cb8f6611
update readme
2025-10-22 16:26:14 +08:00
swe-agent[bot]
04cffd2d21
fix skills format
v4.0
2025-10-22 15:42:12 +08:00
swe-agent[bot]
74b47a6f5a
Merge branch 'master' of github.com:cexll/myclaude
2025-10-22 15:37:54 +08:00
cexll
32514920da
Merge pull request #18 from cexll/swe-agent/17-1760969135
...
Add Requirements-Clarity Claude Skill
2025-10-22 15:20:19 +08:00
swe-agent[bot]
a36b37c66d
update requirements clarity
2025-10-22 15:16:57 +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]
c080eea98c
Fix #17 : Update root marketplace.json to use skills array
...
- Remove obsolete commands/agents arrays
- Add skills array referencing ./skills/SKILL.md
- Align root registration with plugin's marketplace.json format
Generated by swe-agent
2025-10-21 03:21:28 +00:00
swe-agent[bot]
95b43c68fe
Fix #17 : Convert requirements-clarity to correct plugin directory format
...
- Remove commands/ and agents/ directories
- Create skills/ directory with SKILL.md
- Update marketplace.json to reference skills instead of commands/agents
- Maintain all functionality in proper Claude Skills format
Generated by swe-agent
2025-10-21 03:08:42 +00:00
swe-agent[bot]
6b06403014
Fix #17 : Convert requirements-clarity to correct plugin directory format
...
- Restructured from .claude/plugins/ to requirements-clarity/.claude-plugin/
- Plugin metadata in marketplace.json (not claude.json)
- Commands in requirements-clarity/commands/clarif.md
- Agent in requirements-clarity/agents/clarif-agent.md
- All prompts in English
- Updated root .claude-plugin/marketplace.json to register plugin
- Removed duplicate files from development-essentials
- Removed old .claude/plugins/requirements-clarity directory
Plugin now follows correct Claude Code plugin directory structure.
Generated by swe-agent
2025-10-21 02:42:29 +00: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]
4110ee4600
Translate requirements-clarity skill to English for plugin compatibility
...
- Translate SKILL.md: All prompts, instructions, and examples to English
- Translate README.md: Documentation and test cases to English
- Translate clarif.md command: Question categories and output templates
- Translate clarif-agent.md: Agent instructions and rubrics to English
- Remove Chinese-only content, keep English throughout
- Maintain skill structure and 100-point scoring system
- Update examples to use English conversation flow
Addresses #17 : Plugin support requirement for English-only prompts
Generated by swe-agent
2025-10-20 19:00:46 +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
swe-agent[bot]
daa50177f3
Add requirements clarification command
...
Implements /clarif command for interactive requirements clarification:
- Interactive Q&A to improve requirement clarity
- Quality scoring system (0-100 scale)
- Generates structured PRD.md with Chinese headers
- Four evaluation dimensions: functional, technical, implementation, business
- Iterative refinement until 90+ quality score
Structure:
- 需求描述 (Requirements Description)
- 设计决策 (Design Decisions)
- 验收标准 (Acceptance Criteria)
- 执行 Phase (Execution Phases)
Files:
- development-essentials/commands/clarif.md - Command definition
- development-essentials/agents/clarif-agent.md - Agent implementation
Fixes #17
Generated by swe-agent
2025-10-20 14:08:47 +00:00
cexll
9c2c91bb1a
Merge pull request #15 from cexll/swe-agent/13-1760944712
...
Fix #13 : Optimize README structure - Solution A (modular)
v3.5
2025-10-20 15:33:57 +08:00
swe-agent[bot]
34f1557f83
Fix #13 : Clean up redundant README files
...
- Remove README-zh.md (replaced by README_CN.md)
- Remove BMAD-README.md (integrated into docs/BMAD-WORKFLOW.md)
- Remove BMAD-PILOT-USER-GUIDE.md (content merged into docs/)
Solution A (Modular Structure) is now complete with:
- Concise bilingual READMEs (115 lines, -60% reduction)
- Modular documentation in docs/ directory
- Clear plugin table structure
- 30-second comprehension time
Generated by swe-agent
2025-10-20 07:29:14 +00:00
cexll
41d776c09e
Merge pull request #14 from cexll/swe-agent/12-1760944588
...
Fix #12 : Update Makefile install paths
2025-10-20 15:27:04 +08:00
swe-agent[bot]
9dea5d37ef
Optimize README structure - Solution A (modular)
...
- Reduced main README from 290 to 114 lines (English & Chinese)
- Created docs/ directory with 6 comprehensive guides:
- BMAD-WORKFLOW.md: Complete agile methodology
- REQUIREMENTS-WORKFLOW.md: Lightweight workflow
- DEVELOPMENT-COMMANDS.md: Command reference
- PLUGIN-SYSTEM.md: Installation guide
- QUICK-START.md: 5-minute tutorial
- ADVANCED-AGENTS.md: GPT-5 integration
- Main README now focuses on:
- Quick start (3-step installation)
- Plugin module overview (table format)
- Use cases (clear scenarios)
- Key features (concise bullets)
- Links to detailed documentation
- Follows Claude Code plugin style
- Improved readability and navigation
- Separated concerns by functionality
Fixes #13
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-20 07:24:53 +00:00
swe-agent[bot]
656bdd27c5
Fix #12 : Update Makefile install paths for new directory structure
...
- Replace non-existent root-level commands/agents dirs with workflow-specific paths
- Add BMAD_DIR, REQUIREMENTS_DIR, ESSENTIALS_DIR, ADVANCED_DIR variables
- Update all deployment targets to copy from actual locations
- Add new targets: deploy-essentials and deploy-advanced
- Add shortcuts: make essentials, make advanced
- All 30 files now correctly referenced and verified
Generated by swe-agent
2025-10-20 07:19:34 +00:00
cexll
5b1190f8a3
Merge pull request #11 from cexll/swe-agent/10-1760752533
...
Fix #10 : Plugin command isolation
v3.4
2025-10-20 15:08:16 +08:00
swe-agent[bot]
32f2e4c2cb
Fix marketplace metadata references
...
- Replace placeholder repository URLs
- Align development-essentials agents with isolated files
Generated by swe-agent
2025-10-19 03:36:16 +00:00
swe-agent[bot]
394013fb2e
Fix plugin configuration: rename to marketplace.json and update repository URLs
...
- Rename plugin.json to marketplace.json in all plugin directories
- Update repository URLs from yourusername to cexll
- Fix author URL, homepage, and repository fields
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-18 17:16:42 +00:00
swe-agent[bot]
c344a2f544
Fix #10 : Restructure plugin directories to ensure proper command isolation
...
- Create separate directories for each plugin (requirements-driven-workflow/, bmad-agile-workflow/, development-essentials/, advanced-ai-agents/)
- Update marketplace.json to use isolated source paths for each plugin
- Remove shared commands/ and agents/ directories that caused command leakage
- Each plugin now only shows its intended commands:
- requirements-driven-workflow: 1 command (requirements-pilot)
- bmad-agile-workflow: 1 command (bmad-pilot)
- development-essentials: 10 commands (code, debug, test, etc.)
- advanced-ai-agents: 0 commands (agents only)
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-18 01:58:23 +00:00
cexll
5532652383
Update README-zh.md
v3.3
2025-10-15 15:52:51 +08:00
cexll
44b96c0498
Update README.md
2025-10-15 15:52:29 +08:00
cexll
9304573cc6
Update marketplace.json
2025-10-15 15:51:00 +08:00