Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill assists FPGA and ASIC engineers in creating, refactoring, and reviewing readable hardware descriptions. It structures the transition from design contracts to RTL through a rigorous pipeline of requirement planning and specification documentation.
Hardware verification engineers can use the tool to plan testbench scaffolds and perform ASIC-quality reviews, utilizing Vivado or xsim for validation to ensure design integrity.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
Codex via PowerShell
Installs: Installs the readable-verilog-generator skill from the complete versioned v2.0.0 release payload. · Codex
Before you start
A versioned v2.0.0 release payload containing SKILL.md, install.ps1, and the configured RELEASE_RECEIPT.json
PowerShell
An available configured Python candidate: python3 or python
Platform: A platform capable of running PowerShell; the target Harness is Codex.
Run from: The v2.0.0 release directory containing SKILL.md and install.ps1
From the release directory, preview the Codex installation. This dry run does not write files.
.\install.ps1 -Platform codex -DryRun -Json
After reviewing the preview, run the actual Codex installation from the same release directory. An existing target is automatically backed up before replacement.
Installs: Installs the readable-verilog-generator skill from the complete versioned v2.0.0 release payload. · Codex
Before you start
A versioned v2.0.0 release payload containing SKILL.md, install.sh, and the configured RELEASE_RECEIPT.json
Bash
An available configured Python candidate: python3 or python
Platform: A platform capable of running Bash; the target Harness is Codex.
Run from: The v2.0.0 release directory containing SKILL.md and install.sh
From the release directory, preview the Codex installation. This dry run does not write files.
./install.sh --platform codex --dry-run --json
After reviewing the preview, run the actual Codex installation from the same release directory. An existing target is automatically backed up before replacement.
Installs: Installs the readable-verilog-generator skill from the complete versioned v2.0.0 release payload. · Codex
Before you start
A versioned v2.0.0 release payload containing SKILL.md, install.bat, install.ps1, and the configured RELEASE_RECEIPT.json
Windows Command Prompt
An available PowerShell candidate: pwsh or powershell
An available configured Python candidate: python3 or python
Platform: Windows Command Prompt; the target Harness is Codex.
Run from: The v2.0.0 release directory containing SKILL.md, install.bat, and install.ps1
From the release directory, preview the Codex installation. This dry run does not write files.
install.bat -Platform codex -DryRun -Json
After reviewing the preview, run the actual Codex installation from the same release directory. An existing target is automatically backed up before replacement.