What problem does it solve? Project knowledge scattered across sessions and conversations gets lost; this Skill stores architecture decisions, debugging notes, and conventions as searchable markdown pages inside the repository. ## Core Features & Use Cases - Page Lifecycle Management: Add, read, list, update, and delete wiki pages organized by categories such as architecture, decision, pattern, and debugging. - Keyword and Tag Search: Query pages by keyword, tags, and category without vector embeddings. - Lint and Refresh: Validate wiki structure and rebuild the index to keep the knowledge base consistent. - Use Case: After solving a tricky authentication bug, capture the root cause as a debugging page, then later query it by tag when a similar issue appears in another session. ## Quick Start Ask the assistant to add a wiki page titled Auth Architecture with your notes and the tags auth and architecture.