Claude Code skills developed by the VLSIDA lab at UC Santa Cruz. These skills extend Claude Code with domain-specific knowledge for EDA tooling, cloud infrastructure, and research computing.
Skills are context documents that Claude Code loads on demand to gain specialized knowledge or capabilities. Install them by cloning this repo into ~/.claude/skills/.
git clone https://github.com/VLSIDA/vlsida-skills ~/.claude/skills/vlsida-skillsThen register each skill you want in your ~/.claude/settings.json:
{
"skills": [
"~/.claude/skills/vlsida-skills/openroad-tcl",
"~/.claude/skills/vlsida-skills/sdc-sta",
"~/.claude/skills/vlsida-skills/nautilus-nrp",
"~/.claude/skills/vlsida-skills/gcloud"
]
}| Skill | Description |
|---|---|
openroad-tcl |
Offline reference for OpenROAD Tcl commands and arguments. Covers all modules: global/detailed placement, routing, CTS, PDN, floorplan, pin placement, IR drop analysis, and more. Use when writing OpenROAD flow scripts or looking up exact command syntax. |
sdc-sta |
Reference for OpenSTA and SDC timing commands. Covers create_clock, set_input_delay, set_false_path, set_multicycle_path, report_checks, multi-corner analysis, and debugging unconstrained paths. Includes a local mirror of the OpenSTA user guide PDF. |
| Skill | Description |
|---|---|
brutal-review |
Brutal final-pass reviewer for near-final research paper submissions. Returns a structured triage report: must-fix issues, suggested polish, a terminology consistency table, citation audit, and a "logic cop" summary of overclaims and handwavy arguments. Attributed to Todd Austin. |
| Skill | Description |
|---|---|
nautilus-nrp |
Kubernetes job and storage management on the National Research Platform (NRP) Nautilus cluster. Includes batch job templates, interactive pod setup, and PVC-based persistent storage patterns. |
gcloud |
Google Cloud Platform via the gcloud CLI. Covers authentication, GCS bucket management, file transfers, GCE VM lifecycle, SSH, disks, and firewall rules. |
BSD 3-Clause License. See LICENSE.
Some skills include reference material mirrored from upstream open-source projects under their own licenses — see the refs/LICENSE file within each skill directory for details.