skills/eda-knowledge-gate-maintainer/SKILL.md
Enforce experiment hygiene for this EDA repo. Utility skill for knowledge gate, tool reuse checks, and maintenance-log updates during scoped execution.
npx skillsauth add biswajit56546/edagent eda-knowledge-gate-maintainerInstall 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.
eda-loop.Run this workflow before and after each substantive interaction.
ROOT=/mnt/research/Hu_Jiang/Students/Fang_Donghao/TAMU-ASAP07-BSPDN-BPR-V0.00
cd "$ROOT"
bash scripts/common/knowledge_gate.sh --scope <scope_name> --task-brief <task_brief_md>
Use a task brief under slurm_logs/04_delay_modeling/ or matching experiment folder.
python3 scripts/common/tool_catalog.py query <keyword1> <keyword2>
Reuse existing scripts when possible. Only create new scripts when no suitable match exists.
Append one row to:
slurm_logs/00_meta/knowledge_tool_maintenance_log.mdMinimum fields:
interaction_scopekb_usedtool_queryreused_or_newupdates_doneopen_itemsLoad references/checklist.md and follow the exact pre/post checklist.
Treat these as hard failures:
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.
tools
Package the agent+skill infrastructure into a standalone, portable repository-ready bundle with skill-local tool mirrors.