wiki-ops

Create, update, and query structured wiki pages using Markdown content.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tu11aa/squadrant --skill wiki-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-ops
Source: https://github.com/tu11aa/squadrant/tree/main/plugin/skills/wiki-ops
Command: npx skills add https://github.com/tu11aa/squadrant --skill wiki-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps in compiling discovered knowledge into structured wiki pages, enhancing the documentation of your projects for easier access and future reference.

Core Features & Use Cases

  • Knowledge Compilation: Document learnings, tasks, and bug resolutions into a project's knowledge base.
  • Wiki Management: Update, query, and maintain the wiki pages efficiently.
  • Use Case: At the end of a coding task, automatically generate a wiki page that outlines the process and findings for future reference.

Quick Start

To create a new wiki page about a learned concept, run: ~/.config/squadrant/scripts/wiki-ingest.sh "{spokeVaultPath}" "{slug}" "{title}" "{category}" "{body}" "{tags}" "{source}"

Frequently Asked Questions about wiki-ops

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

FAQPage Schema
How do I create a project knowledge base from task learnings?

You can create a project knowledge base by compiling task learnings and bug resolutions into structured Markdown wiki pages. This organizes project documentation for easier access and persistent future reference.

What is the best way to organize project documentation for a team?

Organizing project documentation is best achieved by structuring learnings into queryable wiki pages. This approach captures collaborative project management details and maintains them efficiently for team access.

How do I automatically generate wiki pages after completing a coding task?

You can automatically generate wiki pages by running the wiki-ingest shell script with parameters like slug, title, category, body, and tags. This outlines the coding process and findings for future reference.

Can I update and query existing wiki pages within a project knowledge base?

Yes, you can update and query existing wiki pages within the project knowledge base. The system manages Markdown formatted content, allowing efficient maintenance and retrieval of documented learnings.

What format is used for wiki page content in project knowledge management?

Markdown formatting is used for wiki page content in project knowledge management. This structured format ensures that compiled learnings and tasks remain accessible and easy to query.

Does this knowledge management approach work for collaborative project management?

Yes, this knowledge management approach is intended for collaborative project management. It handles system command inputs to document tasks and learnings, ensuring team members can access structured project wikis.