Custom Workers

Create and run custom background analysis workers with composable phases.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/ExpertVagabond/ruvector --skill custom-workers-expertvagabond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Custom Workers
Source: https://github.com/ExpertVagabond/ruvector/tree/main/.claude/skills/custom-workers
Command: npx skills add https://github.com/ExpertVagabond/ruvector --skill custom-workers-expertvagabond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex development workflows by automating background tasks like code analysis, security scanning, and documentation generation through composable worker processes.

Core Features & Use Cases

  • Customizable Workers: Define and run specialized background tasks using a library of pre-built phase executors.
  • Workflow Automation: Automate repetitive development processes such as static code analysis, security vulnerability detection, and API documentation creation.
  • Use Case: Automatically scan a new codebase for security vulnerabilities and generate a report before it's merged into the main branch.

Quick Start

Create a new worker named 'security-scanner' using the 'security-scan' preset and run it on the './src' directory.

Frequently Asked Questions about Custom Workers

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

FAQPage Schema
How do I automate security scanning and code analysis for my codebase?

To automate security scanning and code analysis, this Skill executes custom background workers using composable phases. You can configure specialized phase executors via YAML and CLI to automatically detect vulnerabilities and generate reports on directories like './src'.

Can I generate API documentation automatically using a custom workflow?

Yes, you can generate API documentation automatically by defining a custom worker with composable phases. The Skill includes pre-built phase executors that process your codebase in the background to create documentation.

Does this tool require specific dependencies to configure background workers?

No specific dependencies are required to configure background workers. The Skill allows you to define and execute custom analysis workers using its own library of pre-built phase executors, configurable directly via YAML and CLI inputs.

What is the best way to set up automated code analysis before merging code?

The best way to set up automated code analysis before merging is to use the Skill's composable worker processes. By integrating with system hooks for automated dispatch, you can run security scans and generate reports prior to branch integration.

How do I run a security scanner on a specific directory using presets?

You can run a security scanner on a specific directory by creating a worker using a 'security-scan' preset and executing it via the CLI. This utilizes the Skill's pre-built phase executors to scan directories like './src' for vulnerabilities.

Are there limitations to using composable phases for workflow automation?

Using composable phases for workflow automation requires configuration via YAML and CLI, limiting execution to the available pre-built phase executors. Complex custom logic beyond the provided presets may not be supported without extending the library.