jimmy-search

Generate candidate solutions and rank them by shell command pass rate.

2|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/andrewthetechie/jimmy-skills --skill jimmy-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jimmy-search
Source: https://github.com/andrewthetechie/jimmy-skills/tree/main/.claude/skills/jimmy-search
Command: npx skills add https://github.com/andrewthetechie/jimmy-skills --skill jimmy-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of multiple candidate solutions for a given problem, testing each against user-defined criteria.

Core Features & Use Cases

  • Solution Generation: Generate a set of candidate solutions using Jimmy's capabilities.
  • Testing Framework: Test each candidate against a set of user-provided shell commands.
  • Ranking System: Rank candidates based on their pass rate in the tests.
  • Use Case: Generate regex patterns that match a set of valid inputs and reject invalid ones.

Quick Start

Use the jimmy-search skill to generate 5 regex patterns that match valid email addresses and test each against a set of provided test cases.

Frequently Asked Questions about jimmy-search

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

FAQPage Schema
How do I generate and test multiple regex patterns against valid and invalid inputs?

To generate and test regex patterns, this Skill automates creating multiple AI-driven candidate solutions and validates them against your user-defined shell commands. It ranks the generated patterns by their pass rate to identify the most accurate solution.

Can I use shell scripting to define test cases for AI-generated solutions?

Yes, you can use shell scripting to define test cases for AI-generated solutions. The Skill requires shell scripting knowledge to execute user-provided commands that evaluate each candidate solution, calculating a pass rate to rank the results.

What is AI-driven solution generation and how does it rank candidates?

AI-driven solution generation creates multiple candidate solutions using Jimmy's API. It ranks candidates by executing user-defined shell commands as a testing framework, measuring the pass rate of each solution against the provided criteria to identify the best match.

Do I need to understand Jimmy's API to automate test case generation?

Yes, understanding Jimmy's API is required to automate test case generation. The Skill relies on Jimmy's capabilities to generate the candidate solutions, which are subsequently tested and ranked using your custom shell commands.

What is the best way to automate testing multiple candidate solutions for a specific problem?

The best way to automate testing candidate solutions is using this Skill's testing framework. It generates candidates via AI and tests each against user-provided shell commands, ranking them by pass rate to efficiently identify the most viable solution.

Are there limitations when using shell commands to test AI-generated candidate solutions?

A limitation when using shell commands to test AI-generated candidate solutions is the strict requirement for shell scripting knowledge. Users must accurately define test cases within shell commands, as the ranking system depends entirely on the pass rate calculated from these executions.