Claude Code Plugins

Community-maintained marketplace

Feedback

Chronometric Time Reconstruction

@MightyPrytanis/codebase
0
0

Reconstructs billable time from email, calendar, and document artifacts. Uses pattern learning to identify billable activities and generates time entries with proper categorization.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Chronometric Time Reconstruction
description Reconstructs billable time from email, calendar, and document artifacts. Uses pattern learning to identify billable activities and generates time entries with proper categorization.
version 2025.1
domain time-tracking
proficiency Time reconstruction, Pattern learning, Billable time analysis, Workflow archaeology
stability beta
resources time_patterns, billing_categories, activity_templates
prompts time_reconstruction_prompt, pattern_learning_prompt
checklist Identify billable activities, Categorize time entries, Apply learned patterns, Generate time entries
input_schema [object Object]
output_schema [object Object]
side_effects [object Object]
usage_policy [object Object]
error_modes [object Object], [object Object], [object Object], [object Object]
workflow_id chronometric:time_reconstruction
engine chronometric
knowledge_scope [object Object]

Chronometric Time Reconstruction Skill

Overview

The Chronometric Time Reconstruction skill reconstructs billable time from email, calendar, document, and task artifacts. It uses pattern learning to identify billable activities and generates properly categorized time entries.

Capabilities

  1. Artifact Analysis: Analyzes emails, calendar events, documents, and tasks
  2. Pattern Learning: Applies learned patterns to identify billable activities
  3. Time Entry Generation: Creates time entries with proper categorization
  4. Confidence Scoring: Provides confidence scores for each reconstructed entry
  5. Workflow Archaeology: Traces activities back to source artifacts

Usage Examples

Basic Reconstruction

{
  "date_range": {
    "start": "2024-12-01",
    "end": "2024-12-31"
  },
  "matter_id": "matter_12345",
  "include_patterns": true,
  "artifact_sources": ["email", "calendar", "documents"]
}

Pattern-Only Reconstruction

{
  "date_range": {
    "start": "2024-12-01",
    "end": "2024-12-31"
  },
  "matter_id": "matter_12345",
  "include_patterns": true,
  "artifact_sources": []
}

Output Format

The skill returns:

  • Time Entries: Array of reconstructed time entries with metadata
  • Total Hours: Sum of all billable hours
  • Pattern Applications: Which patterns were applied and how often
  • Confidence Scores: Confidence level for each entry

Integration

This skill integrates with:

  • Chronometric Engine: Uses time reconstruction workflow
  • Artifact Collectors: Email, calendar, document, task collectors
  • Pattern Learning: Applies learned billing patterns
  • Time Entry Database: Writes reconstructed entries