docs: 添加 ag-ui 和 crewai 项目 skills 及更新文档

This commit is contained in:
qzl
2026-03-02 17:02:09 +08:00
parent 6fdbc34526
commit ca1ce3d84a
43 changed files with 56074 additions and 3 deletions
+11
View File
@@ -39,6 +39,17 @@ Follow this hierarchy when developing:
- Never develop directly on `main`
- **Never push to remote unless explicitly requested by user**
## Skills (Domain Knowledge)
Project-specific skills are available in `.opencode/skills/`:
| Skill | Purpose | When to Use |
|-------|---------|-------------|
| **ag-ui** | AG-UI protocol for agent-user interaction | Agent chat, streaming events, tool calls, state sync |
| **crewai** | CrewAI framework for multi-agent orchestration | Multi-agent systems, agent collaboration, task automation |
**Usage**: Reference skills by name (e.g., "use the `ag-ui` skill") in development rules. Skills provide complete documentation, examples, and best practices.
## Supabase Services
Project uses locally hosted Supabase for development.