flow

Route content to GitHub, Notion, or local destinations via YAML rules.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paxtone-studio/openkodo --skill flow-paxtone-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow
Source: https://github.com/paxtone-studio/openkodo/tree/main/plugins/kodo/skills/flow
Command: npx skills add https://github.com/paxtone-studio/openkodo --skill flow-paxtone-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of deciding where different types of content should be stored, eliminating manual routing decisions and ensuring information is placed in the most useful location.

Core Features & Use Cases

  • Automated Routing: Intelligently routes content to GitHub (for bugs/features), Notion (for docs), or local .kodo/ (for learnings) based on keywords and patterns.
  • Content Splitting: Handles mixed content by routing different parts to their appropriate destinations.
  • Use Case: When you write a note that includes both a bug report and a design suggestion, this skill will automatically create a GitHub issue for the bug and a Notion page for the design.

Quick Start

Use the flow skill to automatically route the content "user authentication fails".

Frequently Asked Questions about flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate content routing to GitHub and Notion?

Automated content routing sends text to destinations like GitHub and Notion by analyzing keywords and patterns, eliminating manual sorting decisions. It uses configurable rules to ensure actionable items and documentation are placed appropriately.

What is content splitting for mixed notes in workflow automation?

Content splitting separates mixed text so different parts route to appropriate destinations. For example, it extracts a bug report to create a GitHub issue while sending a design suggestion to a separate Notion page automatically.

Can I configure custom routing rules using a YAML configuration file?

Yes, you can configure custom routing rules via a YAML configuration file. This allows you to define specific keywords and patterns that direct content to GitHub, Notion, or local `.kodo/` storage for your workflow automation needs.

Does automated content routing work for both bug reports and documentation?

Yes, automated routing handles both bug reports and documentation. It identifies actionable items like bugs or features for GitHub, while directing documentation and general notes to Notion or local `.kodo/` storage based on pattern analysis.

How do I automatically create a GitHub issue from a mixed content note?

To automatically create a GitHub issue from mixed content, the routing skill analyzes your text for bug-related keywords. It extracts the bug portion and sends it directly to GitHub while routing remaining content elsewhere.