Router skill for DiPeO runtime Python code (execution handlers, service architecture, domain models, LLM infrastructure). Use when task mentions node handlers, EventBus, ServiceRegistry, Envelope pattern, or domain logic. For simple tasks, handle directly; for complex work, escalate to dipeo-package-maintainer agent.
Domain: Runtime Python in /dipeo/ (application, domain, infrastructure - EXCLUDING codegen and generated code).
Agent: Task(dipeo-package-maintainer, "your detailed task description")
Use Skill(doc-lookup) with these anchors when you need detailed context:
Architecture & Ownership:
docs/agents/package-maintainer.md#your-domain-of-expertise - Code layers and ownershipdocs/agents/package-maintainer.md#core-architectural-principles - Service architecture, LLM integrationImplementation:
docs/agents/package-maintainer.md#your-responsibilities - Node handlers, services, GraphQL resolversPatterns & Imports:
docs/agents/package-maintainer.md#common-patterns - Envelope, service registry, node handlersdocs/agents/package-maintainer.md#key-import-paths - Common importsEscalation:
docs/agents/package-maintainer.md#when-you-need-help-escalation-paths - When to escalateExample doc-lookup call:
python .claude/skills/doc-lookup/scripts/section_search.py \
--query "envelope-pattern" \
--paths docs/agents/package-maintainer.md \
--top 1
To dipeo-codegen-pipeline: Generated code issues, TypeScript specs, new node types, GraphQL schema To dipeo-backend: CLI commands, server config, database schema, MCP server
Skill(doc-lookup), provide guidance or make small changeTask(dipeo-package-maintainer, "task details")npx skills add sorryhyun/dipeo-package-maintainer下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer