agentsclimarketplace

Test data gen

Skill NSBen/skillfoundry/src/skillfoundry/data/starter_skills/test-data-gen

Use when tests need realistic fixtures or mock data and you want to generate them deterministically instead of copying production data.From its SKILL.md

Install
npx -y skills add NSBen/skillfoundry --skill test-data-gen

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 19 days oldThe repository was created 19 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.2 KB, 165 tokens by cl100k_base, as published. Nobody here has run it

Test Data Gen

When to use

Invoke this skill when a test needs sample rows, JSON, or objects that match a schema but must stay deterministic and privacy-safe.

Steps

  1. Identify the target schema or model and its required/optional fields.
  2. Choose a generation strategy: fakes, factories, or seeded randomization.
  3. Keep it deterministic (fixed seed) so tests are reproducible.
  4. Never embed real PII; use obviously synthetic values.
  5. Emit a small reusable builder the test suite can call.

Examples

  • "Generate 50 fake user records for the test suite"
  • "Create fixtures matching the Order schema"

References

Prefer a factory over large literal blobs; assert on shape, not on exact generated values that may change between runs.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.