freaxnx01

Flowhub — Development skill for Claude Code

Development community

Single entry point for all FlowHub CC-skills.

How to install Flowhub

Installs to ~/.claude/commands/freaxnx01-flowhub-cas-aise-flowhub.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/freaxnx01/FlowHub-CAS-AISE/HEAD/.claude/commands/flowhub.md -o ~/.claude/commands/freaxnx01-flowhub-cas-aise-flowhub.md

Restart Claude Code, or start a new session, for it to be picked up.

What Flowhub does

Single entry point for all FlowHub CC-skills. Classifies input and routes to the right sub-skill.

Input: $ARGUMENTS

Follow the canonical skill body in `.ai/skills/flowhub.md` exactly.

Routing (first match wins)

  1. Explicit sub-command: input starts with triage, issue, or capture → route to that sub-skill
  2. Repo name match: a word in the input matches a repo in ~/projects/repos/ → route to /flowhub-issue
  3. Default: route to /flowhub-capture (Vikunja inbox)

Sub

Alternatives in Development

  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Agentlas — Agentlas commands — one entry point for network, build, storm, call, and the rest 1.1k ★

Full documentation available on GitHub

View Source Repository