This skill should be used whenever the user is adding or modifying filtering or search over a list in the KubeRocketCI portal — phrasings like "add a filter", "implement filtering", "FilterProvider", "search filter", "status or namespace or type filter", "filter match function", "match functions", "createSearchMatchFunction", "URL-synced filters", "clear filters or isDefaultValue", or filter state and filter UI components. Use it even when the user just says "let users search or filter the list". Building the table, columns, sorting, or pagination itself is table-patterns; a form with validated inputs (even comboboxes) is form-patterns; persisting a tab selection in the URL is routing-permissions; a server-side search endpoint is api-integration.
$npx -y skills add kuberocketci/claude-plugins --skill filter-patternsInstalls into the current project.
Run `npx skills use "https://github.com/kuberocketci/claude-plugins" --skill "kuberocketci/claude-plugins/filter-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kuberocketci/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/kuberocketci/claude-plugins"` and select the relevant skills, then follow their instructions.