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

rag-setup-project

73

zhaixin244-wq/fnw

Skill Claude Code

Set up LightRAG persistent memory for a Cursor project with MCP configuration.

not rated 29 +1 3mo ago A 19 tokens original MIT

rag-sync

74

zhaixin244-wq/fnw

Skill Claude Code

End-of-session review and sync of learnings to the personal LightRAG knowledge graph.

not rated 29 +1 3mo ago A 20 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A method for evaluating code-review feedback before making changes. It restates each request, checks it against the code, considers possible breakage, and asks for clarification when needed.

not rated 29 +1 3mo ago A 50 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A procedure for asking a separate reviewer to inspect completed work against its requirements and code quality. It uses the Git commits before and after the work as the review boundary.

not rated 29 +1 3mo ago A 24 tokens original MIT

save

77

zhaixin244-wq/fnw

Skill Claude Code

Save the current conversation, answer, or insight into the Obsidian wiki vault as a structured note. Analyzes the chat, determines the right note type, creates frontmatter, files it in the correct wiki folder, and updates index, log, and hot cache. Triggers on: "save this", "save that answer", "/save", "file this"…

not rated 29 +1 3mo ago A 108 tokens original MIT

smart-explore

78

zhaixin244-wq/fnw

Skill Claude Code

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

not rated 29 +1 3mo ago A 41 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A workflow for assigning separate implementation and review tasks to fresh subagents during a planned development project. Each task receives specification review and code-quality review before the next task begins.

not rated 29 +1 3mo ago A 21 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A structured debugging method that requires finding the underlying cause before suggesting a fix. It covers error reading, reproduction, recent changes, and evidence across system components.

not rated 29 +1 3mo ago A 24 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A test-first development method known as TDD, or test-driven development. You write a test that fails, add the smallest code that makes it pass, then clean up the code while keeping the tests passing.

not rated 29 +1 3mo ago A 20 tokens original MIT

timeline-report

82

zhaixin244-wq/fnw

Skill Claude Code

Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.

not rated 29 +1 3mo ago A 47 tokens copy · 92% MIT

using-git-worktrees

83

zhaixin244-wq/fnw

Skill Claude Code

A procedure for creating an isolated Git worktree for feature development or an implementation plan. A worktree is a separate working directory linked to the same Git repository.

not rated 29 +1 3mo ago A 39 tokens original MIT

using-superpowers

84

zhaixin244-wq/fnw

Skill Claude Code

A set of rules for using skills in AI coding tools, including checking for relevant skills before responding and following their platform-specific instructions. It is about how an agent selects and applies capabilities.

not rated 29 +1 3mo ago A 38 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

A pre-completion verification checklist for coding work. It requires fresh command output before claiming that a fix, test, build, or release is successful.

not rated 29 +1 3mo ago A 50 tokens original MIT

zhaixin244-wq/fnw

Skill Claude Code

Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, and plugin.json, build verification, git tagging, GitHub releases, and changelog generation.

not rated 29 +1 3mo ago A 48 tokens original MIT

vf-pipeline

87

zhaixin244-wq/fnw

Skill Claude Code

Use this skill to start or resume the VeriFlow RTL hardware design pipeline (architect to synth). Trigger this when the user asks to "run the RTL flow", "design hardware", or "start the pipeline". Pass the project directory path as the argument.

not rated 29 +1 3mo ago A 55 tokens original MIT

wiki-fold

88

zhaixin244-wq/fnw

Skill Claude Code

Rollup of wiki log entries into meta-pages. Reads the last 2^k entries from wiki/log.md, writes a structurally-idempotent fold page to wiki/folds/ that links back to children. Extractive summarization (no invention). Dry-run by default, stdout-only; commit mode writes and accepts that the PostToolUse hook…

not rated 29 +1 3mo ago A 103 tokens original MIT

wiki-ingest

89

zhaixin244-wq/fnw

Skill Claude Code needs its repo

Ingest sources into the Obsidian wiki vault. Reads a source, extracts entities and concepts, creates or updates wiki pages, cross-references, and logs the operation. Supports files, URLs, and batch mode. Triggers on: ingest, process this source, add this to the wiki, read and file this, batch ingest, ingest all of…

not rated 29 +1 3mo ago A 81 tokens original MIT

wiki-lint

90

zhaixin244-wq/fnw

Skill Claude Code needs its repo

Health check the Obsidian wiki vault. Finds orphan pages, dead wikilinks, stale claims, missing cross-references, frontmatter gaps, and empty sections. Creates or updates Dataview dashboards. Generates canvas maps. Triggers on: "lint", "health check", "clean up wiki", "check the wiki", "wiki maintenance", "find…

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

wiki-query

91

zhaixin244-wq/fnw

Skill Claude Code

Answer questions using the Obsidian wiki vault. Reads hot cache first, then index, then relevant pages. Synthesizes answers with citations. Files good answers back as wiki pages. Supports quick, standard, and deep modes. Triggers on: what do you know about, query:, what is, explain, summarize, find in wiki, search the…

not rated 29 +1 3mo ago A 89 tokens original MIT

wiki

92

zhaixin244-wq/fnw

Skill Claude Code

Claude + Obsidian knowledge companion. Sets up a persistent wiki vault, scaffolds structure from a one-sentence description, and routes to specialized sub-skills. Use for setup, scaffolding, cross-project referencing, and hot cache management. Triggers on: "set up wiki", "scaffold vault", "create knowledge base"…

not rated 29 +1 3mo ago A 106 tokens original MIT

workflow-runner

93

zhaixin244-wq/fnw

Skill Claude Code

A workflow runner for YAML files that coordinates several AI roles in one coding-agent session. Each role handles its assigned step, with later steps using earlier results.

not rated 29 +1 3mo ago A 61 tokens copy · 92% MIT

writing-plans

94

zhaixin244-wq/fnw

Skill Claude Code

A guide for turning a multi-step software requirement into a detailed implementation plan before coding begins. It specifies files, tests, small tasks, and the order in which an engineer should complete them.

not rated 29 +1 3mo ago A 23 tokens original MIT

writing-skills

95

zhaixin244-wq/fnw

Skill Claude Code needs its repo

A guide for creating, editing, and testing reusable instructions for coding agents. It applies test-driven development, or TDD, by checking how an agent behaves before and after the instructions are added.

not rated 29 +1 3mo ago A 23 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: