claudebert

Route users to the correct claudebert sub-skill based on workflow stage.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/norbert-pap/claudebert --skill claudebert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claudebert
Source: https://github.com/norbert-pap/claudebert/tree/main/claudebert
Command: npx skills add https://github.com/norbert-pap/claudebert --skill claudebert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claudebert provides a single entrypoint to the full workflow and routes you to the correct specialized skill based on your current stage. It asks where you are and directs the next step, simplifying multi-step processes and reducing context switching.

Core Features & Use Cases

  • Central orchestration: a single command path that delegates to the correct specialized skill (e.g., prod-review, eng-review, code-review, qa, design-review, sync) based on user input.
  • Guided routing: asks a clarifying question to place the user in the right part of the workflow and reduces cognitive load.
  • Extensible architecture: supports adding new sub-skills and routing rules without changing the core interface.

Quick Start

Start the Claudebert flow by asking for the current stage or saying "claudebert" to begin routing.

Frequently Asked Questions about claudebert

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

FAQPage Schema
How do I orchestrate a multi-step workflow with automated routing?

Multi-step workflow orchestration routes your input to the correct specialized sub-skill by asking a clarifying question to identify your current stage and direct the next step. This reduces context switching across complex decision points.

What is the best way to route development tasks to specialized review skills?

Routing development tasks to specialized review skills uses a central orchestration entrypoint that delegates to sub-skills like code-review, eng-review, or qa based on your current workflow stage, simplifying multi-step processes.

Can I extend an orchestration workflow with new routing rules and sub-skills?

You can extend the orchestration workflow with new routing rules and sub-skills without changing the core interface. The extensible architecture supports adding new decision points while maintaining a single command path.

How does workflow routing handle invalid inputs or incorrect decision paths?

Workflow routing handles invalid inputs by validating them and refusing invalid routes. This maintains robust orchestration by ensuring only correct paths are executed across multi-step decision points.

When do I need a central entrypoint for workflow orchestration?

You need a central entrypoint for workflow orchestration when managing multi-step processes that require delegation to specialized skills. It reduces cognitive load by guiding you through decision points and routing to the correct stage.