npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kishore-damam/vlsi-agkit

v1.0.0

Published

AI Agent Kit for VLSI (FPGA & ASIC) Development

Readme

VLSI Agent Kit

AI Agent templates for VLSI Front-End Development (FPGA & ASIC)

Quick Install

npx @kishore-damam/vlsi-agkit init

Or install globally:

npm install -g @kishore-damam/vlsi-agkit
vlsi-agkit init

Manual Installation

Copy the .agent folder to your VLSI project root.

What's Included

| Component | Count | Description | | ------------- | ----- | ------------------------------------------------------------------ | | Agents | 14 | Specialist AI personas (RTL, Verification, Synthesis, Timing, etc.) | | Skills | 22 | Domain-specific knowledge modules | | Workflows | 10 | Slash command procedures |

Usage

Using Agents

The system automatically detects and applies the right specialist(s):

You: "Design a synchronous FIFO with AXI-Stream interface"
AI: 🤖 Applying @rtl-designer + @ip-integrator...

You: "Write UVM testbench for the DMA controller"
AI: 🤖 Using @verification-engineer...

You: "Timing is failing on the CDC path"
AI: 🤖 Using @timing-analyst + @debugger...

Using Workflows

Invoke workflows with slash commands:

| Command | Description | | -------------- | ------------------------------------- | | /brainstorm | Architecture exploration | | /plan | Project planning | | /design | RTL design workflow | | /verify | Verification workflow | | /synthesize | Synthesis workflow | | /debug | Debug with waveforms | | /lint | Linting workflow | | /timing | Timing analysis | | /review | Code review | | /integrate | IP integration |

Example:

/design AXI4 memory controller
/verify FIFO with UVM
/timing analyze clock domain crossings

Agent List

| Agent | Focus | |-------|-------| | orchestrator | Multi-agent coordination | | rtl-designer | RTL design (SV/Verilog/VHDL) | | verification-engineer | UVM, assertions, coverage | | synthesis-engineer | Logic synthesis | | timing-analyst | STA, timing closure | | fpga-specialist | Vivado, Quartus flows | | asic-specialist | Synopsys, Cadence flows | | physical-design-engineer | P&R, floorplanning | | debugger | Waveform analysis | | lint-reviewer | Code quality | | documentation-writer | Specs, docs | | project-planner | Task planning | | ip-integrator | IP, bus protocols | | power-analyst | Power analysis, UPF |

Documentation

See ARCHITECTURE.md for full details.

Acknowledgements

This kit is based on the Antigravity Kit by @vudovn. The structure and agentic patterns were adapted for the VLSI domain.

License

MIT