skills/eda-system-packager/SKILL.md
Package the agent+skill infrastructure into a standalone, portable repository-ready bundle with skill-local tool mirrors.
npx skillsauth add biswajit56546/edagent eda-system-packagerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to:
AGENTS.md + skills + core KB/tool docs as a standalone package,references/scripts for portability,python3 scripts/common/build_agent_skill_bundle.py --out-dir exports/eda_agent_skill_system
exports/eda_agent_skill_system/
AGENTS.mdskills/ with skill_local_tools mapping and mirrored scriptsdocs/knowledge_base and docs/tool_registryscripts/commoncd exports/eda_agent_skill_system
git init
git add .
git commit -m "init standalone agent+skill system"
git branch -M main
git remote add origin <repo_url>
git push -u origin main
testing
Apply and validate GT3 backside routing policy in Innovus. Use when configuring CTS/PDN/signal layer usage, submitting GT3 consistency runs, diagnosing zero-backside-nets, or enforcing BPR-reserved-for-PDN constraints.
testing
Use git to version-control local research/EDA iterations with reproducible checkpoints, clear commit/tag structure, and explicit per-version differentiation records. Use when users ask to create baselines, compare versions, snapshot experiment states, prepare rollback points, or document each version's characteristics and distinguishing deltas.
development
Theory-level veto skill for EDA plans. Use before expensive experiment submissions or major flow/model changes to identify logically unsound assumptions, contradiction with known physics/policy, and high-risk invalid comparisons. Produces GO/CONDITIONAL/NO-GO with evidence.
development
Create immutable stage checkpoints for Innovus flows. Use when users ask for fixed golden files or restart-from-stage workflows (place/cts/route) with matched DEF+V+SDC and reproducible manifests.