opp-repl-filtering

Filter simulation configurations and tasks using regex include/exclude patterns.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/tabgab/opp_repl-skill --skill opp-repl-filtering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opp-repl-filtering
Source: https://github.com/tabgab/opp_repl-skill/tree/main/opp-repl-filtering
Command: npx skills add https://github.com/tabgab/opp_repl-skill --skill opp-repl-filtering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The shared filter vocabulary used by every opp_repl entry point to narrow down which simulations or tasks to run, by applying include/exclude filters across multiple dimensions.

Core Features & Use Cases

  • Defines regex-based filters for: filter, working_directory_filter, ini_file_filter, config_filter, run_number_filter.
  • Uses simulation_config_filter predicate to refine results.
  • Works across run_simulations, get_simulation_tasks, and related tooling.

Quick Start

Specify include and exclude filters to narrow which simulations and tasks opp_repl should consider.

Frequently Asked Questions about opp-repl-filtering

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

FAQPage Schema
How do I filter simulation configurations using include and exclude patterns?

Filter simulation configurations by applying shared regex-based include and exclude patterns across multiple dimensions like working directory, ini file, and config to narrow down which simulations run.

Can I use regex to scope which simulation tasks to run?

Yes, you can scope simulation tasks using regex-based filters for working directory, ini file, config, and run number to include or exclude specific tasks from your execution set.

What is the best way to exclude abstract simulation configs from my tasks?

Exclude abstract simulation configs by using safe default filters that automatically omit them, applying a shared filtering vocabulary across run_simulations and get_simulation_tasks functions.

How does the simulation_config_filter predicate work for advanced task selection?

The simulation_config_filter predicate refines task selection by applying advanced logic on top of regex include and exclude filters to further narrow down simulation configurations.

Does the opp_repl filtering vocabulary work across all simulation entry points?

Yes, the shared filtering vocabulary works across run_simulations, get_simulation_tasks, and related tooling to scope work consistently using include and exclude patterns.

What dimensions can I filter simulations by?

Filter simulations by working directory, ini file, config, run number, and generic filters using regex-based include and exclude patterns to narrow your task scope.