Go to file
Git Admin 98f7a27a33 Fix custom sub-agents documentation based on official Claude Code docs
Corrected approach based on https://code.claude.com/docs/en/sub-agents:

Changes:
- Rewrote agent-templates.md with proper YAML frontmatter format
- Updated custom-subagents-usage-guide.md with correct file-based architecture
- Modified CLAUDE.md CUSTOM SUB-AGENTS section

Key corrections:
- Sub-agents are Markdown files with YAML frontmatter (not Task tool calls)
- Location: .claude/agents/ directory (not arbitrary)
- Management: Use /agents command (not Task tool)
- Built-in sub-agents: General-Purpose, Plan, Explore
- Custom agents: 6 project-specific agents with YAML config

Format:
---
name: agent-name
description: When to use
model: sonnet|opus|haiku|inherit
---

System prompt...
2025-12-02 11:31:15 +00:00
.claude final and working phase 3 2025-12-01 21:58:08 +00:00
test-scripts Update: SDK approach, n8n API docs, and test scripts 2025-12-02 09:02:11 +00:00
.gitignore Test webhook integration 2025-12-01 16:30:03 +00:00
CLAUDE.md Fix custom sub-agents documentation based on official Claude Code docs 2025-12-02 11:31:15 +00:00
GITEA_N8N_WEBHOOK_GUIDE.md 📚 Add comprehensive Gitea-n8n-OpenHands integration guide 2025-12-01 17:34:29 +00:00
N8N_DATA_PRESERVATION_SOLUTION.md final and working phase 3 2025-12-01 21:58:08 +00:00
N8N_OPENHANDS_WORKFLOW_FINAL.json final and working phase 3 2025-12-01 21:58:08 +00:00
OPENHANDS_SDK_SETUP.md before cleaning 2025-12-01 12:59:02 +00:00
PHASE3_ENHANCED_WORKFLOW.md Test enhanced CI/CD workflow 2025-12-01 18:21:51 +00:00
PRODUCTION_WEBHOOK_RESPONSE.md Add production webhook response behavior documentation 2025-12-01 18:41:01 +00:00
WEBHOOK_MONITORING.md Add webhook monitoring guide for production vs test URLs 2025-12-01 18:26:00 +00:00
agent-templates.md Fix custom sub-agents documentation based on official Claude Code docs 2025-12-02 11:31:15 +00:00
claude-code-subagents-doc.md Documentation optimization: Add Claude Code sub-agents guide & optimize CLAUDE.md 2025-12-02 10:48:24 +00:00
custom-subagents-usage-guide.md Fix custom sub-agents documentation based on official Claude Code docs 2025-12-02 11:31:15 +00:00
gitea-webhook-setup-guide.md Initial commit: MVP Factory setup documentation 2025-11-29 20:03:09 +00:00
n8n-api.md Restructure: Split documentation, add timing, fix paths 2025-12-02 09:55:24 +00:00
n8n-workflow-setup-guide.md Initial commit: MVP Factory setup documentation 2025-11-29 20:03:09 +00:00
openhands-sdk-wrapper-sh.sh Test enhanced CI/CD workflow 2025-12-01 18:21:51 +00:00
openhands-subagents-doc.md Documentation optimization: Add Claude Code sub-agents guide & optimize CLAUDE.md 2025-12-02 10:48:24 +00:00
phase2.md Restructure: Split documentation, add timing, fix paths 2025-12-02 09:55:24 +00:00
phase3.md Restructure: Split documentation, add timing, fix paths 2025-12-02 09:55:24 +00:00