Instructions file CodexOpenCode
AGENTS.md instructions for najaeda/naja-verilog, covering repository guidance and keep the googletest pins synchronized.
9 tagged netlist, measured the same way as everything else here.
Instructions file CodexOpenCode
AGENTS.md instructions for najaeda/naja-verilog, covering repository guidance and keep the googletest pins synchronized.
IntelligentElectron/universal-netlist
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing enforce-dedicated-tools.sh. From IntelligentElectron/universal-netlist.
IntelligentElectron/universal-netlist
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing ts-check.sh. From IntelligentElectron/universal-netlist.
IntelligentElectron/universal-netlist
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 21 allowed tools.
IntelligentElectron/universal-netlist
Skill Claude CodeCodex
ALWAYS use this skill when the user mentions: commit, push, PR, pull request, release, ship, tag, or any git workflow. This skill defines how to stage, commit, push, create PRs, and tag releases. It MUST be loaded before performing any git commit or push operation.
IntelligentElectron/universal-netlist
MCP server Claude CodeCodexCursor +2
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files. Runs locally from the tsx npm package.
IntelligentElectron/universal-netlist
Instructions file CodexOpenCode
Instructions for IntelligentElectron/universal-netlist, a project described as: Give AI agents the power to read Cadence, Altium, and KiCad designs.
IntelligentElectron/universal-netlist
Instructions file
Instructions for IntelligentElectron/universal-netlist, covering universal netlist mcp server, development, setup, dependencies and commands.
Instructions file
Instructions for najaeda/naja-scope: When writing code that talks to najaeda — inside src/najascope/ or in throwaway exploration scripts — always go through from najaeda import naja (the raw naja.so binding: NLUniverse, NLDB, SNL objects) and never through najaeda.netlist (the high-level loadverilog/loadsystemverilog/…