wiki-lint
25Command Claude Code
Command "wiki-lint" from zhaixin244-wq/fnw, covering wiki lint — 知识库健康检查, 执行 and 参数.
Command Claude Code
Command "wiki-lint" from zhaixin244-wq/fnw, covering wiki lint — 知识库健康检查, 执行 and 参数.
Command Claude Code
A command that archives the important parts of the current coding-agent session into a wiki. It can record decisions, documents, problems, solutions, and recent working context.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
A planning guide that turns a software idea into an agreed design and written specification before implementation begins.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
A Chinese-language guide for writing code-review comments with polite wording and clear priority labels.
Skill Claude CodeCodex
Chinese-language rules for Git commit messages and changelogs. Git records code changes, while a changelog summarizes changes between releases.
Skill Claude CodeCodex
A Chinese technical-documentation style guide for spacing, punctuation, numbers, brackets, quotation marks, links, and mixed Chinese-English text.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when selecting arbitration strategy for RTL modules. Triggers on '仲裁', 'arbiter', 'round-robin', 'RR', 'WRR', '优先级', '公平性', '饥饿', 'arbiter selector'. Based on request pattern, channel count and QoS, selects Fixed Priority / Round-Robin / WRR and evaluates starvation risk.
Skill Claude CodeCodex
Use when allocating PPA budgets top-down to submodules. Triggers on 'PPA', '预算', 'budget', '面积分配', '功耗分配', '性能分配', 'PPA拆解', '预算闭合'. Decomposes system-level PPA targets to submodule budgets and verifies closure.
Skill Claude CodeCodex
Use when deciding whether to abstract RTL logic as a reusable CBB module. Triggers on 'CBB', '复用', '抽象', '可复用模块', 'CBB决策', 'reuse', 'abstraction'. Evaluates interface standardization, parameterization, self-containment and reuse value.
Skill Claude CodeCodex
Use when standard CBB cannot fully meet requirements and user confirmation is needed. Triggers on 'CBB例外', 'CBB差异', '复用还是自研', 'CBB exception', 'CBB confirm'. Lists differences item by item and confirms reuse vs custom development with user.
Skill Claude CodeCodex
Use when designing clock domain crossing architecture. Triggers on 'CDC', '跨时钟域', '时钟域', '同步策略', '多时钟', 'clock domain', '亚稳态', '双触发器'. Performs multi-clock domain partitioning, CDC signal identification and synchronization strategy design.
Skill Claude CodeCodex
Use when initializing chip module workspace directory structure. Triggers on '创建目录', '初始化目录', '目录结构', 'workspace', '工作目录', 'create dir'. Creates ds (design) and dv (verification) directory trees with standard subdirectories.
Skill Claude CodeCodex
Use when exploring PPA design space for optimal solutions. Triggers on '设计空间', 'DSE', '帕累托', 'pareto', 'PPA探索', '方案比选', 'trade-off', 'design space'. Performs Area-Performance-Power 3D exploration to find Pareto-optimal set.
Skill Claude CodeCodex
Use when generating chip module diagrams (block diagrams, timing diagrams, FSM diagrams). Triggers on '框图', '时序图', '状态机图', 'diagram', '架构图', '画图', '画一个'. Generates module block diagrams, timing diagrams and state machine diagrams. Primary format: D2→PNG for block/FSM diagrams, Wavedrom→PNG for timing diagrams.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when designing microarchitecture document structure. Triggers on '文档结构', '章节设计', 'doc structure', '文档模板', '内容权重', '文档组织'. Designs chapter structure and content weight allocation for microarchitecture specifications.
Skill Claude CodeCodex
Use when verifying RTL implementation deliverables completeness before delivery. Triggers on '交付', 'delivery', '交付物', '交付清单', '完整性检查', 'deliverables'. Validates all deliverables exist and pass quality gates, outputs delivery checklist.
Skill Claude CodeCodex
Use when checking RTL implementation input completeness before coding. Triggers on '输入确认', 'input triage', '输入检查', '文档完整性', '输入分类', 'input check'. Checks microarch docs, coding style, CBB list completeness and selects execution path.
Skill Claude CodeCodex
Use when planning RTL module structure from microarchitecture docs. Triggers on '模块结构', '端口列表', '子模块划分', '文件清单', 'module structure', 'port list'. Extracts ports, submodule partitioning and file list from microarch docs.
Skill Claude CodeCodex
Use when running parallel RTL development across multiple submodules. Triggers on '并行开发', 'parallel', '多模块并行', '并行subagent', 'parallel dev', '并行调度'. Coordinates Plan Mode analysis, parallel subagent dispatch, top-level integration and PR confirmation.
Skill Claude CodeCodex
Use when running lint checks, synthesis, or quality gates on RTL code. Triggers on '综合', 'lint', 'synth', 'quality gate', '质量门禁', '门禁', 'verilator', 'yosys', '自检', 'check'. Executes lint+synth checks with auto-heal loop on failures.