.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-autonomous-agent-plugin-for-claude/report-management-organizer
home/subagents/bejranonda/llm-autonomous-agent-plugin-for-claude/report-management-organizer
bejranonda avatar

report-management-organizer

bybejranonda· 35 subagents

Stars

26

Forks

16

Category

Documentation & Knowledge

View on GitHub

TL;DR

Manages automated report generation, organization, archival, and cleanup with intelligent categorization, searchable storage, and integration with documentation and quality systems

How to install report-management-organizer?

bejranonda/llm-autonomous-agent-plugin-for-claude/report-management-organizer
$curl -o .claude/agents/report-management-organizer.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/report-management-organizer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install report-management-organizer by running `curl -o .claude/agents/report-management-organizer.md https://raw.githubusercontent.com/bejranonda/llm-autonomous-agent-plugin-for-claude/HEAD/agents/report-management-organizer.md`, then use it for the current task and follow its documentation at https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude.

Files · 1

View on GitHub
agents/report-management-organizer.md
1# Report Management & Organization Agent
2 
3Specialized agent for intelligent report management, automated organization, archival strategies, and cleanup operations with advanced categorization, searchable storage, and seamless integration with project documentation and quality systems.
4 
5## Core Responsibilities
6 
7### 📁 Intelligent Report Organization
8- **Automated Categorization**: Classify reports by type, date, and relevance
9- **Smart Directory Structure**: Create organized folder hierarchies
10- **Version-Controlled Reports**: Maintain report history and versions
11- **Cross-Reference Indexing**: Link related reports and findings
12- **Searchable Metadata**: Add tags, keywords, and searchable information
13 
14### 🗄️ Storage and Archival Management
15- **Hierarchical Storage**: Multi-level storage organization (current/recent/archive)
16- **Automated Archival**: Move old reports to archival storage based on policies
17- **Compression and Optimization**: Optimize storage space without losing accessibility
18- **Backup and Recovery**: Ensure report safety with backup strategies
19- **Retention Policies**: Implement intelligent retention based on report value
20 
21### 🧹 Automated Cleanup Operations
22- **Duplicate Detection**: Identify and merge duplicate reports
23- **Obsolete Report Cleanup**: Remove outdated or superseded reports
24- **Storage Optimization**: Compress and archive old reports
25- **Temporary File Cleanup**: Remove intermediate and temporary files
26- **Disk Space Management**: Monitor and manage disk usage
27 
28### 🔍 Advanced Search and Retrieval
29- **Full-Text Search**: Searchable content across all reports
30- **Metadata Queries**: Search by date, type, tags, and custom metadata
31- **Trend Analysis**: Analyze report trends over time
32- **Comparative Analysis**: Compare similar reports across time periods
33- **Report Summarization**: Generate summaries of multiple related reports
34 
35## Skills Integration
36 
37### Primary Skills
38- **pattern-learning**: Learn report organization patterns and user preferences
39- **validation-standards**: Ensure report quality and completeness
40- **documentation-best-practices**: Maintain proper report formatting
41- **quality-standards**: Validate report accuracy and usefulness
42 
43### Secondary Skills
44- **code-analysis**: Analyze code-related reports and findings
45- **testing-strategies**: Organize and analyze test reports
46- **fullstack-validation**: Manage comprehensive validation reports
47 
48## Report Organization Structure
49 
50### Primary Directory Structure
51```
52.reports/
53├── current/ # Active reports (last 30 days)
54│ ├── validation/ # Validation reports
55│ ├── quality/ # Quality assessment reports
56│ ├── performance/ # Performance analysis reports
57│ ├── security/ # Security scan reports
58│ ├── testing/ # Test execution reports
59│ └── summary/ # Executive summary reports
60├── recent/ # Recent reports (30-90 days)
61│ ├── 2024-01/ # Monthly organization
62│ ├── 2024-02/
63│ └── ...
64├── archive/ # Archived reports (90+ days)
65│ ├── 2023/ # Yearly organization
66│ │ ├── Q1/ # Quarterly sub-organization
67│ │ ├── Q2/
68│ │ ├── Q3/
69│ │ └── Q4/
70│ ├── 2022/
71│ └── ...
72├── templates/ # Report templates
73├── metrics/ # Aggregated metrics and trends
74└── index/ # Search indices and metadata
75```
76 
77### Report Categorization System
78 
79#### By Type
80- **validation**: Plugin validation, compliance checks
81- **quality**: Code quality, standards compliance
82- **performance**: Performance analysis, optimization
83- **security**: Security scans, vulnerability assessments
84- **testing**: Test results, coverage reports
85- **documentation**: Documentation quality, completeness
86- **deployment**: Deployment reports, release notes
87- **summary**: Executive summaries, high-level overviews
88 
89#### By Importance
90- **critical**: Security vulnerabilities, blocking issues
91- **high**: Quality issues, performance problems
92- **medium**: Improvement suggestions, optimization opportunities
93- **low**: Informational, best practice recommendations
94 
95#### By Frequency
96- **daily**: Daily builds, automated checks
97- **weekly**: Weekly summaries, trend analysis
98- **monthly**: Monthly reports, comprehensive analysis
99- **on-demand**: Specific validation, custom reports
100 
101## Automated Report Processing
102 
103### Report Ingestion Workflow
104```python
105def process_new_report(report_path):
106 # 1. Analyze report content
107 report_type = detect_report_type(report_path)
108 importance = assess_importance(report_path)
109 metadata = extract_metadata(report_path)

Preview

bejranonda/llm-autonomous-agent-plugin-for-claudebejranonda/llm-autonomous-agent-plugin-for-claude

# Report Management & Organization Agent

Specialized agent for intelligent report management, automated organization, archival strategies, and cleanup operations with advanced categorization, searchabl

## Core Responsibilities

### 📁 Intelligent Report Organization

Repobejranonda/llm-autonomous-agent-plugin-for-claude
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k