Knowledge Observatory Tools

Manage scenario documentation via knowledge-observatory CLI commands with JSON outputs.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill knowledge-observatory-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Knowledge Observatory Tools
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/knowledge-observatory-tools
Command: npx skills add https://github.com/Vrooli/Vrooli --skill knowledge-observatory-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge Observatory Tools removes the slog of keeping scenario documentation synchronized with active work by unifying read, write, search, and maintenance commands into a single CLI that always references the canonical docs.

Core Features & Use Cases

  • Unified Read and Write: knowledge-observatory docs read/view/add lets you inspect problems, progress, and other doc types while adding structured entries with metadata so you never edit the wrong file.
  • Search and Maintenance: docs search-files, search-text, and health checks keep documentation discoverable and reliable, while docs reset previews help you prune stale problems and progress entries safely.
  • Use Case: When shipping a new scenario feature, read the latest progress document, append a new problem or progress entry with evidence, and then run health and reset commands to ensure the docs stay accurate before merging.

Quick Start

Ask the AI to run knowledge-observatory docs read --json phoenix progress to review the latest state of the scenario.

Frequently Asked Questions about Knowledge Observatory Tools

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

FAQPage Schema
How do I manage scenario documentation from a CLI without editing the wrong files?

Manage scenario documentation from a CLI by using unified read, write, and search commands that append structured entries with metadata, ensuring you always reference canonical docs and never edit the wrong file.

What is the best way to search text and files in project documentation?

Search text and files in project documentation using dedicated CLI search commands that target scenario delivery loops, ensuring architecture and manifest notes remain discoverable and reliable.

How do I check the health of scenario documentation before merging changes?

Check the health of scenario documentation before merging by running dedicated CLI health checks that validate accuracy, allowing you to safely prune stale problems and progress entries using reset previews.

Can I append progress and problem entries to scenario docs with metadata?

Append progress and problem entries to scenario docs with metadata using CLI add commands that let you inspect existing problems and add structured entries with JSON metadata outputs for accurate records.

Does the documentation CLI require external dependencies to run health checks?

The documentation CLI requires no external dependencies to run health checks, operating independently to execute read, view, add, search, and maintenance commands directly within your environment.