Commit Graph

1 Commits

Author SHA1 Message Date
Luong NGUYEN 2177035e51 docs: Update subagents lesson based on official documentation
- Update README with all official features:
  - Built-in subagents (General-Purpose, Plan, Explore)
  - /agents command for interactive management
  - CLI-based configuration with --agents flag
  - Resumable agents with agentId
  - File locations and priority order
  - Configuration fields (name, description, tools, model, permissionMode, skills)
  - Chaining subagents for multi-agent workflows

- Update existing subagent examples to new format:
  - Add model field
  - Update YAML frontmatter format
  - Add proactive usage hints in descriptions

- Add new example subagents:
  - debugger.md - Root cause analysis specialist
  - data-scientist.md - SQL/BigQuery data analysis expert

Based on: https://code.claude.com/docs/en/sub-agents
2025-12-24 23:27:19 +01:00