๐Ÿ› ๏ธ
AutomationNix

Rewrite Test

by Kyure-A

Rewrite Test is an Automation skill for Claude Code, published by Kyure-A in agent-skills-nix.

222 stars17 forkson Kyure-A/agent-skills-nixAdded 2026/09/04Repository updated 2026/09/02
agent-skillsclaude-skillsnixskills
Install in seconds
Install Rewrite Test
Copy Rewrite Test into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Kyure-A/agent-skills-nix/tree/master/test/fixtures/rewrite-skill ~/.claude/skills/rewrite-skill

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Kyure-A/agent-skills-nix.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
test/fixtures/rewrite-skill/SKILL.md in Kyure-A/agent-skills-nix
Installs to
~/.claude/skills/rewrite-skill
Collection
One of 12 skills cataloged from this repository
Category
Automation โ€” 1860 skills

What Rewrite Test does

Rewrite Test shows quick jq and bunx commands for working with JSON and multi-binary package coverage. Use it when you need simple command-line examples in a Nix-based workflow.

Rewrite Test is cataloged under Automation on DirSkills. Rewrite Test comes from a repository tagged agent-skills, claude-skills, nix and skills.

Documentation

README

Rewrite Test Skill

Run jq to process JSON:

jq '.key' input.json

You can also pipe: cat file.json | jq '.key'

Already local: ./jq --help

Run bunx for multi-binary package coverage:

bunx --version

Frequently asked about Rewrite Test

  • What else does Kyure-A publish alongside Rewrite Test?

    Rewrite Test is one of 12 skills that DirSkills catalogs from Kyure-A/agent-skills-nix, the repository it ships in. Its siblings there include Escaping Skill, Escaping Symlink Fixture and Hello. Each one is a separate skill with its own page in this directory, installs the same way Rewrite Test does, and is maintained by Kyure-A in that same repository. The rest of the collection is listed on the Kyure-A/agent-skills-nix page.

  • How does Rewrite Test compare to other Automation skills?

    Rewrite Test ranks #1619 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Rewrite Test against them. Open each page to compare what they document and how they install.