Commit Graph
16 Commits
Author SHA1 Message Date
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
jilinchen 36b879ae95 update introduction 2026-01-07 01:58:54 +08:00
jilinchenandClaude Opus 4.5 366444969a docs: fix command syntax - use 'run /research' instead of '/research'
- Add note about slash command conflict with built-in commands
- Update all command examples to use 'run' prefix

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 01:56:00 +08:00
jilinchenandClaude Opus 4.5 39abbd0be3 docs: add workflow phase descriptions
- Add detailed explanations for each workflow phase
- Describe outputs for each stage

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 01:54:05 +08:00
jilinchenandClaude Opus 4.5 5ae9dbf2a6 docs: update README with agents directory structure
- Move web-search-agent.md to agents/
- Add agent installation instructions

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 01:52:50 +08:00
jilinchenandClaude Opus 4.5 10377e95e2 feat: add bilingual support (zh/en) for research skills
- Rename skills/research to skills/research-en (English version)
- Add skills/research-zh (Chinese version with SKILL.md structure)
- Update README.md with bilingual documentation
- Add web-search-agent.md

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 01:48:55 +08:00
jilinchenandClaude Opus 4.5 a34ef20fd4 feat: add /research/report command for markdown generation
- New report command to generate markdown from JSON results
- Generates Python script for conversion
- Creates report with TOC and anchor links
- Skips uncertain fields and uncertain array
- Update deep.md with prompt template format

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 11:48:10 +08:00
jilinchenandClaude Opus 4.5 f0348451af feat: add items_per_agent execution config
- Add items_per_agent field to control items per agent
- Confirm via AskUserQuestion in /research phase
- Deep research reads from outline config directly

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 10:52:35 +08:00
jilinchenandClaude Opus 4.5 6796214afe docs: specify execution config fields
- batch_size: parallel agent count (default: 5)
- output_dir: results directory (default: ./results)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 10:46:33 +08:00
jilinchenandClaude Opus 4.5 302f2733d3 refactor: separate outline.yaml and fields.yaml
- Output to {topic}/ directory structure
- fields.yaml now independent file for field definitions
- outline.yaml contains items + execution config
- Deep research agents read fields.yaml independently (hard constraint)
- Update README with new directory structure

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 10:42:58 +08:00
jilinchen 906821b296 update readme 2025-12-29 13:06:19 +08:00
jilinchen 87141ecfb0 Initial commit: Deep Research Skill for Claude Code 2025-12-29 12:58:39 +08:00