What problem does it solve?
Navigating and modifying the core Python runtime of DiPeO (node handlers, service architecture, domain models, LLM infrastructure) can be complex and error-prone. This skill simplifies common tasks, provides on-demand documentation, and guides escalation for intricate changes, ensuring efficient and accurate development.
Core Features & Use Cases
- Intelligent Task Routing: Quickly determines if a task (e.g., small fixes, pattern lookups) can be handled directly by the skill or requires escalation to a specialized agent for complex implementation.
- On-Demand Documentation: Retrieves precise documentation sections for architecture, implementation patterns, and escalation paths using the
doc-lookup skill, providing context without overwhelming the agent.
- Pattern Reference: Accesses examples for common DiPeO patterns like the Envelope, Service Registry, and node handlers, ensuring consistent and correct implementation.
- Use Case: When asked to "review the
EventBus integration," this skill can quickly retrieve the relevant documentation section on core architectural principles, allowing you to understand the pattern and provide guidance without sifting through the entire codebase.
Quick Start
Example doc-lookup call for the Envelope pattern
python .claude/skills/doc-lookup/scripts/section_search.py
--query "envelope-pattern"
--paths docs/agents/package-maintainer.md
--top 1