generate-registry

Synchronize task configurations from workflow files into frontend/registry.py.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/brianbartilet/harqis-work --skill generate-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-registry
Source: https://github.com/brianbartilet/harqis-work/tree/main/.claude/skills/generate-registry
Command: npx skills add https://github.com/brianbartilet/harqis-work --skill generate-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of updating the frontend/registry.py file by aggregating task configurations from all workflows, reducing manual updating efforts.

Core Features & Use Cases

  • Automated Registry Update: Rebuilds the task registry by scanning all workflows/*/tasks_config.py files.
  • Change Detection: Reports which workflows were processed, new tasks detected, and whether the registry file was updated.
  • Use Case: When new workflows or tasks are added, this Skill ensures the registry stays current, enabling reliable task execution.

Quick Start

Run the command to generate the registry and check what changes occurred in your project directory.

Frequently Asked Questions about generate-registry

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

FAQPage Schema
How do I automate updating a Python task registry file from multiple workflow configurations?

Automated registry synchronization works by scanning all workflows/*/tasks_config.py files and aggregating their task definitions into the central frontend/registry.py file. It detects new tasks and reports which workflows were processed during generation.

What is the best way to keep task configurations synchronized across multiple automation workflows?

Keeping task configurations synchronized across workflows requires automated aggregation of individual task_config.py definitions into a central registry. This Skill rebuilds the registry automatically, ensuring configurations stay current when new tasks are added.

Do I need Python scripting experience to automate registry generation for my workflows?

Automating registry generation requires Python scripting and access to repository files for script execution. You need a Python environment to run the scripts that scan your workflow task_config.py files and rebuild the central registry.

How do I detect new tasks added to my automation workflows and update the central registry?

Detecting new tasks involves scanning all workflows/*/tasks_config.py files and comparing their definitions against the central registry. This Skill reports new tasks found and whether the registry file was updated during synchronization.

Can I use automated registry generation for complex automation setups with numerous task definitions?

Automated registry generation is designed for developers maintaining complex automation setups with numerous task definitions. It rebuilds the registry by scanning all workflow configuration files, ensuring reliable task execution across the project.