codejunkie99/Gateflow-Plugin
These skills were discovered automatically and have not necessarily received an editorial review.
gfIndexed
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 skillgf-architectIndexed
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 skillgf-buildIndexed
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 skillgf-expandIndexed
Expand mode - asks clarifying questions, presents options with trade-offs, then hands off to appropriate skill/agent with enriched context.
View indexed skillgf-learnIndexed
SystemVerilog learning mode - generates exercises, reviews solutions
View indexed skillgf-lintIndexed
SystemVerilog lint checker with structured output. Runs Verilator lint, categorizes errors/warnings, explains issues, returns parseable result block for orchestration.
View indexed skillgf-routerIndexed
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 skillgf-simIndexed
SystemVerilog simulator with structured output. Auto-detects DUT vs testbench, compiles with Verilator, runs simulation, returns parseable result block for orchestration.
View indexed skillgf-summaryIndexed
Summarize Verilator/lint output in a readable format
View indexed skilltb-best-practicesIndexed
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