reports

Save and load timestamped reports with keyword routing and category-based access.

Updated May 11, 2026
One-click install
npx skills add https://github.com/yunusgungor/gbrain --skill reports-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reports
Source: https://github.com/yunusgungor/gbrain/tree/main/skills/reports
Command: npx skills add https://github.com/yunusgungor/gbrain --skill reports-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reports accumulate across categories and become hard to locate. This skill provides a structured, frontmatter-backed storage for timestamped reports and a fast keyword-driven retrieval workflow.

Core Features & Use Cases

  • Save reports to reports/{category}/{YYYY-MM-DD-HHMM}.md with frontmatter including title, type, category, date, and time.
  • Load the latest report by category name.
  • Keyword routing maps common queries to report categories, enabling quick access to relevant reports.

Quick Start

Save a new report under the "morning-briefing" category and retrieve the latest report for that category.

Frequently Asked Questions about reports

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

FAQPage Schema
How do I organize and retrieve timestamped markdown reports by category?

You can organize timestamped reports by saving them with frontmatter metadata and retrieving them using category-based access and keyword-driven search workflows. This ensures reports are structured and quickly locatable.

How does keyword routing work for retrieving saved reports?

Keyword routing maps common search queries directly to specific report categories, enabling quick access to relevant reports without needing to manually browse through the entire archive folder structure.

What is the best way to store daily team reports with frontmatter?

The best way to store team reports is using a structured file path like reports/{category}/{YYYY-MM-DD-HHMM}.md, embedding frontmatter with title, type, category, date, and time for reliable timestamped organization.

Can I load only the latest report from a specific category?

Yes, you can load the latest report by specifying the category name. The system uses frontmatter-driven storage to retrieve the most recent timestamped markdown file saved under that particular category.

Does this report organization method require manual folder structuring?

No, the method automates folder structuring by applying frontmatter-driven storage. It automatically routes saved markdown reports into the correct category directories based on the embedded metadata.

When should I use a category-based search workflow for report archives?

You should use a category-based search workflow when your team accumulates reports across multiple categories and needs a fast, structured retrieval system to locate specific timestamped entries without manual searching.