dipeo-package-maintainer

Community

Streamline DiPeO Python runtime tasks.

Authorsorryhyun
Version1.0.0
Installs0

System Documentation

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

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dipeo-package-maintainer
Download link: https://github.com/sorryhyun/DiPeO/archive/main.zip#dipeo-package-maintainer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.