Commit Graph
16 Commits
Author SHA1 Message Date
jilinchen 9c79d61747 Add Codex research skills and setup docs
Include Codex setup docs, installer updates, and switch the OpenCode web research agent default model to gpt-5.4.
2026-03-08 23:33:38 +08:00
jilinchenandClaude Opus 4.5 e932c92cc6 Modularize web-search-agent with strategy modules
Split inline search strategies into separate module files (github-debug,
general-web, academic-papers, chinese-tech, stackoverflow). Agent now
loads modules dynamically via Read tool before searching. Update install
instructions to include module files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 19:24:18 +08:00
jilinchenandClaude Opus 4.5 8919ab2e56 Add workflow diagram to READMEs
- Rename image to workflow.png
- Add workflow image to English and Chinese READMEs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 10:48:06 +08:00
jilinchenandClaude Opus 4.5 5393c79b53 docs: add star reminder to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 21:41:02 +08:00
jilinchen 6a68406923 support opencode 2026-01-11 14:21:28 +08:00
jilinchen 5155c76d02 docs: fix wording in zh README 2026-01-08 11:35:38 +08:00
jilinchen b5a4f642d9 docs: add optional step for adding items/fields in workflow 2026-01-08 11:35:17 +08:00
jilinchen 81d75da7ce docs: improve command descriptions in README 2026-01-08 11:33:58 +08:00
jilinchenandClaude Opus 4.5 bb7b8453e2 refactor: flatten skills directory structure
- Restructure skills/research-zh and skills/research-en to flat layout
- Each skill now in its own directory (research, research-deep, etc.)
- Update installation: cp -r skills/research-zh/* ~/.claude/skills/
- Update command references from /research:deep to /research-deep

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 11:30:50 +08:00
jilinchenandClaude Opus 4.5 46529e4b88 feat: support direct slash command trigger (Claude Code 2.1.0+)
- Add user-invocable: true to all SKILL.md files (10 files)
- Update README with new command format (/research:deep)
- Keep backward compatibility notes for older versions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 10:55:57 +08:00
jilinchenandClaude Opus 4.5 779c447670 fix: address code review issues from Claude and GPT-5.2
- report/SKILL.md: add AskUserQuestion to allowed-tools
- validate_json.py: remove unused imports (List, Any)
- validate_json.py: sort output lists for deterministic order
- validate_json.py: limit recursion to category level only
- validate_json.py: add list-of-dict handling
- EN validate_json.py: remove Chinese from CATEGORY_MAPPING
- EN deep/SKILL.md: change output language from Chinese to English
- deep/SKILL.md: add slug handling for filenames
- report/SKILL.md: fix uncertain_fields -> uncertain naming
- README: add PyYAML dependency note

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 09:59:18 +08:00
jilinchenandClaude Opus 4.5 066e22fb1d docs: add both language options to Installation section
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 02:10:25 +08:00
jilinchenandClaude Opus 4.5 09c291a14c docs: add help section with Claude Code prompt to both READMEs
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 02:08:56 +08:00
jilinchenandClaude Opus 4.5 38e0350f18 docs: make workflow examples beginner-friendly
- Replace raw YAML/JSON with plain language explanations
- Add "What happens" and "You get" for each phase
- More intuitive for newcomers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 02:06:03 +08:00
jilinchenandClaude Opus 4.5 013cc823b6 docs: add real workflow examples from AI Agent Demo research
- Show actual outline.yaml, JSON output, and report
- Keep examples concise and elegant

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 02:03:28 +08:00
jilinchenandClaude Opus 4.5 5dcafa4ef0 docs: split README into separate EN/ZH files
- README.md for English (default)
- README.zh.md for Chinese
- Add language switch links at top

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 02:00:15 +08:00