reports

Organize and index timestamped reports with keyword routing and category retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stores and retrieves timestamped reports with keyword routing and fast search across report archives, reducing manual filing effort.

Core Features & Use Cases

  • Save new reports with metadata and a timestamp to a category path.
  • Load the latest report by category for quick status reviews.
  • Route user queries to the appropriate report category using predefined mappings.

Quick Start

Save a new report to the desired category and then request 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 save and retrieve timestamped reports using keyword routing?

You save timestamped reports with metadata to a category path, then retrieve the latest report by mapping user queries to predefined report categories for fast routing and search.

What is the best way to organize report archives for quick status reviews?

Organizing report archives by category-based paths with frontmatter metadata allows you to quickly load the latest report for a specific category and reduce manual filing effort.

Does this report indexing approach require specific tools to store and locate files?

Yes, retrieving and storing timestamped reports requires get_page, put_page, and search tools to read, store, and locate reports across the archive using frontmatter metadata.

Can I route user queries to appropriate report categories automatically?

You can route user queries to appropriate report categories by using predefined keyword mappings that direct the search to the correct stored report archive.

How does frontmatter metadata help with knowledge management and report search?

Frontmatter metadata indexes timestamped reports by category and keyword, enabling fast retrieval and automated routing so you can locate specific reports without manual searching.

What are the limitations of using category-based routing for report archives?

Category-based routing relies on predefined mappings and frontmatter metadata, so any reports lacking proper categorization or timestamp data may not be located by the search tools.