routine-builder

Manage and debug scheduled routines in the Blu platform.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/CidLucas/repo_platform --skill routine-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: routine-builder
Source: https://github.com/CidLucas/repo_platform/tree/main/.claude/skills/routine-builder
Command: npx skills add https://github.com/CidLucas/repo_platform --skill routine-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenges of creating, modifying, and troubleshooting scheduled routines in the Blu platform, enhancing the efficiency of routine management and debugging.

Core Features & Use Cases

  • Routine Creation: Build new routines from scratch, add step functions or artifact handlers, and set up triggers.
  • Routine Debugging: Identify and fix issues in routine execution, such as step failures or insight display problems.
  • Use Case: When you need to create a complex routine that involves multiple steps, or when you encounter errors in routine execution, this Skill can help streamline the process and resolve issues quickly.

Quick Start

To test a routine, use the command: docker exec blu_agent_api python run_routine.py <routine_id> [client_uuid].

Frequently Asked Questions about routine-builder

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

FAQPage Schema
How do I create a scheduled routine in the Blu platform?

To create a scheduled routine in the Blu platform, you build routines from scratch by adding step functions or artifact handlers and setting up triggers. This process establishes the automated execution flow for your tasks.

Why does my Blu platform routine fail during step execution?

Blu platform routines fail during step execution due to configuration errors in step functions or artifact handlers. You can identify and fix these routine execution issues by debugging the specific step failures within the routine management interface.

How can I test a scheduled routine before it runs automatically?

You can test a scheduled routine before it runs automatically by executing a Python script via the command line. Use the docker command to run the run_routine.py script with your specific routine ID and client UUID.

Do I need Python scripts to manage routine components in the Blu platform?

Yes, you need Python scripts for routine execution in the Blu platform. The system requires these scripts to properly handle and orchestrate various routine components like functions, artifacts, and skills.

What is the best way to troubleshoot insight display problems in Blu routines?

The best way to troubleshoot insight display problems in Blu routines is to use the routine debugging features to identify execution issues. This resolves display errors by fixing the underlying step failures in the routine flow.