zhaixin244-wq/fnw

A Claude Code plugin for process management from requirement sorting to delivery

This repository also configures its own agents. See what fnw tells them →

29Stars on the repository
122Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autoresearch

01

zhaixin244-wq/fnw

Skill Claude Code needs its repo

Autonomous iterative research loop. Takes a topic, runs web searches, fetches sources, synthesizes findings, and files everything into the wiki as structured pages. Based on Karpathy's autoresearch pattern: program.md configures objectives and constraints, the loop runs until depth is reached, output goes directly…

not rated 29 +2 3mo ago A 120 tokens original MIT

brainstorming

02

zhaixin244-wq/fnw

Skill Claude Code

A planning guide that turns a software idea into an agreed design and written specification before implementation begins.

not rated 29 +2 3mo ago A 40 tokens original MIT

canvas

03

zhaixin244-wq/fnw

Skill Claude Code

Visual layer of the wiki. Add images, text cards, PDFs, and wiki pages to Obsidian canvas files with auto-positioning inside zones. Integrates with /banana for image capture. Triggers on: /canvas, canvas new, canvas add image, canvas add text, canvas add pdf, canvas add note, canvas zone, canvas list, canvas from…

not rated 29 +2 3mo ago A 93 tokens original MIT

chinese-code-review

04

zhaixin244-wq/fnw

Skill Claude Code

A Chinese-language guide for writing code-review comments with polite wording and clear priority labels.

not rated 29 +2 3mo ago A 62 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

Chinese-language rules for Git commit messages and changelogs. Git records code changes, while a changelog summarizes changes between releases.

not rated 29 +2 3mo ago A 65 tokens copy · 94% MIT

zhaixin244-wq/fnw

Skill Claude Code needs its repo

A Chinese technical-documentation style guide for spacing, punctuation, numbers, brackets, quotation marks, links, and mixed Chinese-English text.

not rated 29 +2 3mo ago A 62 tokens copy · 94% MIT

zhaixin244-wq/fnw

Skill Claude Code needs its repo

A Chinese-team Git workflow guide covering repository access, credentials, continuous-integration systems, code review, and mirroring across Gitee, Coding.net, GitLab, CNB, and GitHub.

not rated 29 +2 3mo ago A 69 tokens copy · 97% MIT

zhaixin244-wq/fnw

Skill Claude Code

A selector for choosing a hardware arbitration strategy: fixed priority, round-robin, or weighted round-robin. Arbitration decides which competing channel gets access to a shared resource.

not rated 29 +2 3mo ago A 84 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A planner for distributing system-level PPA targets across chip submodules. PPA means performance, power, and area; the planner also checks whether the submodule budgets add up to the system target.

not rated 29 +2 3mo ago A 73 tokens original MIT

chip-cbb-decision

10

zhaixin244-wq/fnw

Skill Claude Code

A decision aid for choosing whether RTL logic—hardware design code for digital circuits—should become a reusable CBB module.

not rated 29 +2 3mo ago A 71 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A decision guide for cases where a standard CBB, or reusable hardware module, only partly matches an RTL requirement.

not rated 29 +2 3mo ago A 68 tokens original MIT

chip-cdc-architect

12

zhaixin244-wq/fnw

Skill Claude Code

A design assistant for clock-domain crossing (CDC), the safe movement of signals between parts of a chip that use different clocks. It identifies clock domains and recommends ways to synchronise control signals, data, pulses, and resets.

not rated 29 +2 3mo ago A 70 tokens original MIT

chip-create-dir

13

zhaixin244-wq/fnw

Skill Claude Code

A workspace initializer for chip-design projects. It creates a standard directory tree for design files and verification files, including specifications, RTL code, libraries, test plans, and reports.

not rated 29 +2 3mo ago A 56 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A design-space exploration assistant for chip hardware. It compares design choices such as pipeline depth, parallelism, cache size, bus width, frequency, and voltage using area, performance, and power estimates.

not rated 29 +2 3mo ago A 74 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A diagram-making guide for chip designs, covering module block diagrams, timing diagrams, and state-machine diagrams. It uses D2, Wavedrom, and, when needed, Mermaid to produce PNG images.

not rated 29 +2 3mo ago A 88 tokens original MIT

chip-doc-scorer

16

zhaixin244-wq/fnw

Skill Claude Code

A scoring tool for functional specifications, microarchitecture documents, and RTL code in chip projects. It rates quality across multiple criteria, checks consistency between related documents, and produces improvement suggestions.

not rated 29 +2 3mo ago A 152 tokens original MIT

chip-doc-structurer

17

zhaixin244-wq/fnw

Skill Claude Code

A skill for designing the structure of microarchitecture specifications for chip modules. It creates a standard document outline with sections such as interfaces, internal design, performance, risks, and hardware implementation guidance.

not rated 29 +2 3mo ago A 57 tokens original MIT

chip-impl-delivery

18

zhaixin244-wq/fnw

Skill Claude Code

A delivery checklist for RTL implementation work. RTL is the hardware description code used to design digital circuits, while linting, synthesis, and simulation check its quality and behavior.

not rated 29 +2 3mo ago A 62 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A pre-coding checklist for checking whether an RTL implementation has the required architecture documents, coding rules, reusable-module list, protocol documents, and constraints.

not rated 29 +2 3mo ago A 65 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A planning guide for organizing an RTL hardware module from microarchitecture documents. RTL is code that describes digital circuits, and microarchitecture documents specify how those circuits should be built.

not rated 29 +2 3mo ago A 65 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A workflow for developing multiple RTL hardware modules in parallel. RTL is code that describes how digital circuits operate, and a submodule is one part of a larger chip design.

not rated 29 +2 3mo ago A 68 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code needs its repo

A quality-check procedure for RTL code, the hardware-description code used to design digital circuits. It runs lint checks and synthesis, which tests whether the design can be built into hardware and estimates its size.

not rated 29 +2 3mo ago A 76 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A workflow for writing RTL, the hardware description code used to build chip circuits, for individual chip submodules. It covers data paths, control logic, reusable building blocks, and module connections based on a fixed architecture.

not rated 29 +2 3mo ago A 72 tokens original MIT

chip-impl-sdc-sva

24

zhaixin244-wq/fnw

Skill Claude Code

A guide for generating timing constraints, hardware assertions, and a testbench for RTL designs. SDC files describe timing requirements, SVA assertions express expected behavior, and a testbench drives and checks the design.

not rated 29 +2 3mo ago A 78 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: