Agent skill · AI & Agents

place-and-route

Expert skill for FPGA place and route optimization and physical implementation

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill place-and-route --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Glob-Grep-Bash
Path: library/specializations/fpga-programming/skills/place-and-route/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Place and Route Skill ## Overview Expert skill for FPGA place and route optimization, achieving timing closure and optimal resource utilization through physical implementation strategies. ## Capabilities - Create floorplans for large designs - Define Pblocks and placement constraints - Analyze and resolve routing congestion - Apply physical optimization directives - Use incremental implementation flows - Optimize for timing closure - Analyze and fix timing violations - Generate utilization and timing reports ## Target Processes - place-and-route.js - timing-closure.js - clock-network-design.js ## Usage Guidelines ### Floorplanning Strategy - Identify major functional blocks - Allocate resources by region - Consider data flow and connectivity - Plan for clock distribution - Reserve space for debug logic ### Pblock Constraints - Define rectangular regions - Assign hierarchical modules - Set resource limits per Pblock - Consider I/O proximity - Allow flexibility for routing ### Congestion Resolution - Identify congested regions in reports - Apply SpreadLogic directives - Adjust Pblock boundaries - Consider logic restructuring - Use alternate routing architectures ### Physical Optimi

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Target Processes
  4. Usage Guidelines
  5. Floorplanning Strategy
  6. Pblock Constraints
  7. Congestion Resolution
  8. Physical Optimization
  9. Incremental Flows
  10. Dependencies
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the place-and-route skill do?

Expert skill for FPGA place and route optimization and physical implementation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill place-and-route --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going