What problem does it solve?
WikiFlow prevents code and documentation from drifting apart by helping you quickly locate the current implementation and the rationale behind past decisions before you plan or change anything.
Core Features & Use Cases
- Searches the Wiki knowledge base: Quickly finds relevant pages across current implementation, decision logs, and historical/deprecated areas when needed.
- Returns actionable summaries: Provides ranked matches with concise overviews rather than loading full documents into context.
- Ensures correct execution context: Enforces that the skill runs in the documentation repository so it reads
.wikiflow/config.json and the Wiki index properly.
- Use case: Before updating a feature, search for the feature name (or a specific page like
current/authentication) to understand how it works now and which decisions led to the current design.
Quick Start
Use the skill to query the current implementation and decision history by asking your AI to run wf-search with the topic you care about, such as "登录功能".