reports

Organize and retrieve timestamped reports with keyword routing.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill reports-morris-utrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reports
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/skills/reports
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill reports-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams save, organize, and quickly retrieve timestamped reports using keyword routing for fast lookup.

Core Features & Use Cases

  • Timestamped reports with frontmatter metadata for reliable search and categorization
  • Keyword routing: map queries to report categories and fetch the latest item by category
  • Quick retrieval: load the most recent report in a given category

Quick Start

Save a new report by providing a category, title, and content and writing to reports/{category}/{YYYY-MM-DD-HHMM}.md with frontmatter.

Frequently Asked Questions about reports

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

FAQPage Schema
How do I organize timestamped reports so I can retrieve the latest one quickly?

Organize timestamped reports by saving them with frontmatter metadata and routing them to category-specific paths, enabling fast retrieval of the most recent item by querying its category.

What's the best way to save daily status reports for searchable knowledge management?

Save daily status reports as timestamped markdown files with frontmatter metadata to generate a searchable index, ensuring rapid query results and reliable categorization for knowledge management.

How does keyword routing work for retrieving categorized meeting notes?

Keyword routing maps your search queries to specific report categories, fetching the most recently saved timestamped item in that category for quick retrieval of meeting notes or briefs.

Can I retrieve the most recent brief by its category without manual searching?

Yes, you can retrieve the latest brief by its category using latest-by-category loading, which automatically fetches the most recent timestamped report matching the specified category keyword.

What format are timestamped reports saved in for frontmatter metadata generation?

Timestamped reports are saved as markdown files named with the YYYY-MM-DD-HHMM format, containing frontmatter metadata to ensure proper categorization and searchable indexing.

Does this report routing approach work for meeting notes and status reports?

Yes, this approach handles daily knowledge-management workflows including meeting notes, briefs, and status reports where categories and latest timestamped items matter for quick lookup.