vivado-setup

Install six agents and CLAUDE.md into a target Vivado project.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/pjy4617/pjy-claude-skill --skill vivado-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vivado-setup
Source: https://github.com/pjy4617/pjy-claude-skill/tree/main/plugins/vivado/skills/vivado-setup
Command: npx skills add https://github.com/pjy4617/pjy-claude-skill --skill vivado-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Vivado skill environment setup automates provisioning of six CLAUDE agents and CLAUDE.md into the target project, eliminating manual configuration and accelerating project readiness.

Core Features & Use Cases

  • Copy six agents into the project under .claude/agents and merge CLAUDE.md under .claude/CLAUDE.md
  • Create a standard project structure (rtl, tb, constraints, scripts, build directories) to support immediate development
  • Optional: copy templates when requested to bootstrap common Vivado workflows

Quick Start

In the target project, run vivado-setup to install agents and CLAUDE.md after selecting the project root.

Frequently Asked Questions about vivado-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Vivado project setup and generate a standard directory structure?

Automating Vivado project setup provisions six agents and CLAUDE.md while creating standard directories like rtl, tb, constraints, and scripts. This eliminates manual configuration and accelerates project readiness for immediate hardware development.

What is a CLAUDE.md file and how do agents work in a Vivado project?

A CLAUDE.md file provides project-level context merged into .claude/CLAUDE.md, while six agents installed under .claude/agents execute automated Vivado workflows. Together they establish a complete skill environment for hardware development.

Can I copy Vivado templates when setting up a new project structure?

Yes, you can optionally copy templates to bootstrap common Vivado workflows during project setup. This provisions standard files alongside creating the rtl, tb, constraints, scripts, and build directories for immediate development.

Do I need an existing project root before configuring Vivado agents?

Yes, you need a target project root directory before configuring Vivado agents. The setup process begins with project-root discovery, then installs six agents into .claude/agents and merges CLAUDE.md into .claude/CLAUDE.md within that target project.

What is the best way to merge CLAUDE.md into an existing Vivado project?

The best way to merge CLAUDE.md into an existing Vivado project is using automated setup. It merges configuration into .claude/CLAUDE.md, installs six agents to .claude/agents, and creates standard project directories without manual file manipulation.