Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

codejunkie99/Gateflow-Plugin

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
10 indexed skills2 stars

gf
Indexed

Primary SystemVerilog orchestrator. Handles all RTL tasks end-to-end - routes to agents, runs verification, iterates until working. Examples: "create a FIFO", "test my UART", "fix lint errors", "implement and verify"

View indexed skill

gf-architect
Indexed

Codebase architect - maps and documents SystemVerilog projects. This skill should be used when the user wants to understand a codebase structure, generate architecture documentation, or onboard to a new RTL project. Examples: "map this codebase", "document the architecture", "show module hierarchy"

View indexed skill

gf-build
Indexed

Parallel build orchestrator for SystemVerilog creation tasks. Decomposes designs into independent modules, builds in parallel phases, runs verification on each component, then integrates. Example: "/gf-build RISC-V CPU with ALU, regfile, decoder, control FSM"

View indexed skill

gf-expand
Indexed

Expand mode - asks clarifying questions, presents options with trade-offs, then hands off to appropriate skill/agent with enriched context.

View indexed skill

gf-learn
Indexed

SystemVerilog learning mode - generates exercises, reviews solutions

View indexed skill

gf-lint
Indexed

SystemVerilog lint checker with structured output. Runs Verilator lint, categorizes errors/warnings, explains issues, returns parseable result block for orchestration.

View indexed skill

gf-router
Indexed

Intent router and expand mode orchestrator for GateFlow. Classifies user intent semantically, determines confidence, triggers expand mode for ambiguous requests, and hands off to appropriate skill/agent.

View indexed skill

gf-sim
Indexed

SystemVerilog simulator with structured output. Auto-detects DUT vs testbench, compiles with Verilator, runs simulation, returns parseable result block for orchestration.

View indexed skill

gf-summary
Indexed

Summarize Verilator/lint output in a readable format

View indexed skill

tb-best-practices
Indexed

Testbench verification best practices and patterns. This skill provides architecture guidance, verification methodology, and examples for writing professional-quality testbenches. Examples: "testbench best practices", "how to structure TB", "verification patterns"

View indexed skill