Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Improve Personal Productivity

ASecurity

Personal productivity tracking and analysis skill. Records work and life activities via voice/text input, tracks time, categorizes tasks, and generates daily logs with insights and suggestions for improvement. Use when the user wants to track time, log activities, analyze produc…

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgoapisecurity

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill improve-personal-productivity --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Improve Personal Productivity?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Improve Personal Productivity
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-improve-personal-productivity/badge)](https://www.skillsdirectory.com/skills/rondoflow-improve-personal-productivity)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: improve-personal-productivity
description: "Personal productivity tracking and analysis skill. Records work and life activities via voice/text input, tracks time, categorizes tasks, and generates daily logs with insights and suggestions for improvement. Use when the user wants to track time, log activities, analyze produc…"
category: "Media"
author: community
version: "1.0.5"
icon: image
---

# Productivity Tracker

Track, categorize, and analyze your work and life activities to improve efficiency and maintain balance.

## Input Methods

### Voice/Text Input
- **Start Activity**: "start [activity name]"
- **Complete Activity**: "complete"
- **Quick Log**: "log [activity] took [duration]"

### Natural Language Examples
```text
"start coding"
"start meeting"
"complete"
"log workout 45 minutes"
"what did I do today"
"analyze my productivity this week"
```

## Core Features

### 1. Activity Recording
- Real-time activity tracking with start/end timestamps
- Automatic duration calculation
- Support for interruptions and resumption
- Voice and text input support

### 2. Smart Categorization
Auto-categorize activities into:
- **Work**: coding, meetings, emails, planning
- **Learning**: reading, courses, research
- **Health**: exercise, meditation, sleep
- **Life**: cooking, cleaning, family time
- **Rest**: entertainment, social media, breaks

### 3. Time Analysis
- Daily/weekly/monthly time distribution
- Focus time vs. fragmented time analysis
- Peak productivity hours identification
- Work-life balance metrics

### 4. Daily Report Generation
```markdown
# 2026-03-19 Work Log

## Overview
- Total activities: 12
- Focus time: 6.5 hours
- Rest time: 2 hours
- Work/Life ratio: 65%/35%

## Time Distribution
| Category | Duration | Percentage |
|----------|----------|------------|
| Deep Work | 4h | 40% |
| Meetings | 1.5h | 15% |
| Learning | 1h | 10% |
| Life Tasks | 2h | 20% |
| Rest | 1.5h | 15% |

## Key Activities
- Completed project docs (2h, Deep Work)
- Team weekly meeting (1h, Meetings)
- Read tech article (45min, Learning)

## Insights
Highlight: Peak focus 9-11 AM, core tasks completed
Improvement: Frequent interruptions 3-4 PM, reserve block time
Trend: Deep work time increased 15% vs last week

## Tomorrow's Suggestions
1. Maintain morning deep work routine
2. Batch email processing after 4 PM
3. Reserve 30 minutes for tomorrow's planning
```

## Data Storage

### Local Storage
- **Activities**: `data/activities.json`
- **Daily Logs**: `data/logs/YYYY-MM-DD.md`
- **Analytics**: `data/analytics/`

### Export Options
- Daily/weekly Markdown reports
- CSV for spreadsheet analysis
- JSON for API integration

## Workflow

### Phase 1: Capture
1. User says "start [activity]"
2. Record timestamp and activity name
3. Auto-categorize based on keywords
4. Confirm category with user if uncertain

### Phase 2: Track
1. Monitor active activity
2. Allow "pause" and "resume"
3. Handle interruptions gracefully
4. Record end timestamp on completion

### Phase 3: Analyze
1. Calculate duration and metrics
2. Update category totals
3. Compare with historical patterns
4. Generate insights

### Phase 4: Report
1. Generate daily summary at user-defined time
2. Weekly review with trends
3. Monthly analysis with recommendations
4. Export to Obsidian or other tools

## Commands

| Command | Description |
|---------|-------------|
| `/track start [activity]` | Start tracking an activity |
| `/track stop` | Stop current activity |
| `/track status` | Show current activity and today's summary |
| `/track log [activity] [duration]` | Quick log a completed activity |
| `/track report daily` | Generate today's report |
| `/track report weekly` | Generate weekly analysis |
| `/track category [name]` | Show time spent in category |
| `/track insights` | Get productivity suggestions |

## Configuration

```json
{
  "dailyReportTime": "21:00",
  "categories": {
    "work": { "color": "#4CAF50", "keywords": ["code", "meeting", "email"] },
    "learning": { "color": "#2196F3", "keywords": ["read", "study", "course"] },
    "health": { "color": "#FF9800", "keywords": ["exercise", "meditation", "sleep"] },
    "life": { "color": "#9C27B0", "keywords": ["cook", "clean", "family"] },
    "rest": { "color": "#607D8B", "keywords": ["rest", "entertainment", "break"] }
  },
  "focusThresholdMinutes": 25,
  "breakReminderIntervalMinutes": 90
}
```

## Privacy & Security
- All data stored locally
- No cloud sync by default
- Optional encryption for sensitive logs
- User owns all data

## Integration
- Export to Obsidian daily notes
- Sync with calendar events
- Connect with health apps (optional)
- API for custom workflows

## Technical Info
| Property | Value |
|----------|-------|
| **Name** | Productivity Tracker |
| **Slug** | `productivity-improving` |
| **Version** | 1.0.5 |
| **Category** | Productivity / Lifestyle |
| **Tags** | time-tracking, productivity, analytics, daily-log |

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →