Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLSIDA Claude Code Skills

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.

What are Claude Code skills?

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/.

Installation

git clone https://github.com/VLSIDA/vlsida-skills ~/.claude/skills/vlsida-skills

Then 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"
  ]
}

Skills

EDA / Physical Design

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.

Research Writing

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.

Cloud / Research Computing

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.

License

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.

About

Claude Code skills for EDA tooling, cloud infrastructure, and research computing

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages