
Omkamal Pypict Claude Skill
- 89 repo stars
- Updated March 22, 2026
- omkamal/pypict-claude-skill
omkamal-pypict-claude-skill is a Claude Code plugin that generates N-wise and pairwise combinatorial test cases from parameter models using the pypict library.
About
The omkamal pypict Claude skill is a Claude Code plugin that turns natural-language feature descriptions into combinatorial test models and runs them through the pypict library to emit compact N-wise and pairwise case sets. developers and small teams use it when a form, API, or config surface has many dimensions and full Cartesian coverage would be impractical. You describe parameters, valid values, and business rules; the skill helps shape a model, respect constraints, and present test cases in markdown you can drop into test plans, spreadsheets, or automation stubs. It is not a test runner or CI integration—it is a design assistant for combinatorial coverage at the testing subphase.
- Builds PICT-style models from inputs, outputs, and valid value lists
- Generates pairwise and higher N-wise cases via the pypict library
- Applies constraints so impossible or invalid parameter combos are excluded
- Exports results as structured markdown tables for scenarios and expected outcomes
- Supports combinatorial design for independent parameters without exhaustive grids
Omkamal Pypict Claude Skill by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin install omkamal-pypict-claude-skill@omkamal/pypict-claude-skillAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 89 |
|---|---|
| Last updated | March 22, 2026 |
| Repository | omkamal/pypict-claude-skill ↗ |
What it does
Generate pairwise and N-wise combinatorial test tables from parameter models so you cover critical input combinations without writing every manual case.
Who is it for?
Best when you're specifying multi-field flows, feature flags, or API matrices and want PICT-style coverage without becoming combinatorial testing experts.
Skip if: Skip if you only need a single happy-path smoke test or already maintain exhaustive automation with no parameter explosion.
What you get
You get a constrained combinatorial model and a markdown test-case table that targets critical interactions with far fewer cases than exhaustive testing.
- PICT-style parameter model with constraints
- Markdown table of generated test scenarios and expected outcomes
- Reduced N-wise case set versus full factorial enumeration
By the numbers
- 1 plugin in the bundle
- Repository omkamal/pypict-claude-skill
- 65 GitHub stars at catalog ingest
Recommended Plugins
How it compares
Combinatorial test-design skill, not an E2E test runner or Playwright MCP server.
FAQ
Who is Omkamal Pypict Claude Skill for?
Developers and QA-minded developers in Claude Code who need pairwise or N-wise tables from structured parameters and constraints.
When should I use Omkamal Pypict Claude Skill?
Use it during Ship when you are planning tests for features with many inputs, enums, or configuration combinations and want reduced but meaningful coverage.
How do I add Omkamal Pypict Claude Skill to my agent?
Install the plugin from the omkamal/pypict-claude-skill repository into Claude Code, ensure pypict is available in your environment, then invoke the skill when describing parameters and expected behaviors.