wiki

Manage persistent markdown project wikis with keyword, tag, and category search.

Updated May 25, 2026
One-click install
npx skills add https://github.com/BetaS/swm-gis-workshop --skill wiki-betas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/BetaS/swm-gis-workshop/tree/main/.codex/skills/wiki
Command: npx skills add https://github.com/BetaS/swm-gis-workshop --skill wiki-betas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Skill provides an easy way to maintain and search through a project's markdown knowledge base, offering robust querying features to facilitate lifecycle capture.

Core Features & Use Cases

  • Persistent Knowledge Storage: Manages markdown documents, maintaining project history.
  • Keyword and Tag-based Query: Allows searching with multiple criteria, such as tags and categories.
  • Automated Capture: Can auto-capture discoveries as markdown pages upon session end.
  • Use Case: Keep all documentation and decisions for a software project organized. Easily find relevant information and maintain an updated history of changes.

Quick Start

Use the wiki add command to create a new page and describe your project's architecture.

Frequently Asked Questions about wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage a markdown knowledge base for a software project?

You can manage a markdown knowledge base by adding pages with the wiki add command. It maintains persistent project history and supports keyword, tag, and category search to easily find relevant information.

Can I automatically capture project knowledge at the end of a session?

Yes, you can automatically capture project knowledge at the end of a session. The Skill auto-captures discoveries as markdown documents, ensuring your knowledge base maintains an updated history of changes.

What is the best way to search through project documentation using tags and keywords?

The best way to search through project documentation is using the Skill's complex query capabilities. It supports searching with multiple criteria, including tags and categories, to quickly find relevant markdown pages.

How do I create a new markdown page to document software architecture?

To create a new markdown page to document software architecture, use the wiki add command. Describe your project's architecture and the Skill will store it as a persistent document within your knowledge base.

Does the knowledge base skill support accessing external resources?

Yes, the knowledge base skill supports accessing external resources. It utilizes Python's request handling to facilitate external resource access during knowledge capture and management.