reports

Save and load timestamped reports with keyword routing and frontmatter.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill reports-edwifiguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reports
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/gbrain/skills/reports
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill reports-edwifiguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and manage timestamped reports with keyword routing to enable fast, organized access and audit trails.

Core Features & Use Cases

  • Timestamped storage: writes reports to reports/{category}/{YYYY-MM-DD-HHMM}.md with frontmatter.
  • Keyword routing and search: maps queries to report categories and enables fast lookup.
  • Latest report retrieval: load the most recent report for a given category.

Quick Start

Save a new report under reports/{category}/{YYYY-MM-DD-HHMM}.md with frontmatter including title, date, time, category, and keywords.

Frequently Asked Questions about reports

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

FAQPage Schema
How do I save timestamped reports with frontmatter for organized retrieval?▼

To save timestamped reports, write files to reports/{category}/{YYYY-MM-DD-HHMM}.md. Include frontmatter with title, date, time, category, and keywords to enable keyword routing and fast lookup.

Can I fetch the most recent report for a specific category?▼

You can retrieve the latest report for a given category using category-specific loading. The system routes to the correct directory and loads the most recent timestamped markdown file.

How does full-text search work across saved reports?▼

Full-text search maps query keywords to report categories and scans frontmatter keywords. This routing mechanism enables rapid lookup across organized timestamped reports.

What is the best way to organize knowledge-work reports for audit trails?▼

Organize reports by category using timestamped markdown files with frontmatter. This structure enforces consistent metadata, supports keyword routing, and maintains an auditable chronological history.

Do I need any external dependencies to manage report storage and retrieval?▼

No external dependencies are required. The system relies entirely on frontmatter-based markdown storage and filesystem directory routing to save and load reports.

Why does report retrieval require frontmatter metadata in markdown files?▼

Report retrieval requires frontmatter because it stores the title, date, time, category, and keywords used for routing. Without it, the system cannot categorize or search reports effectively.