activity-monitoring

Track real-time user activity and expose JSON context for decision modules.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/martiendejong/autonomous-dev-system --skill activity-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activity-monitoring
Source: https://github.com/martiendejong/autonomous-dev-system/tree/main/.claude/skills/activity-monitoring
Command: npx skills add https://github.com/martiendejong/autonomous-dev-system --skill activity-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks real-time user activity and environment signals to provide context-aware decisions for Claude, reducing interruptions and improving automation.

Core Features & Use Cases

  • Real-time activity tracking and context extraction
  • Multi-agent detection and conflict avoidance
  • Idle/presence sensing to adapt automation levels
  • Pattern learning to improve future interactions
  • Use Case: When you switch from coding to browsing, Claude adjusts its help style and timing.

Quick Start

Enable startup context checks and review the Quick Reference to begin.

Frequently Asked Questions about activity-monitoring

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

FAQPage Schema
How do I track real-time user activity for context-aware decisions in Claude?

Real-time user activity tracking for Claude monitors environment signals and presence to adapt automation levels. It uses ManicTime data feeds and a PowerShell tool to expose a JSON context surface for decision modules.

Can I use ManicTime data feeds for idle detection and multi-agent coordination?

ManicTime data feeds enable idle detection and multi-agent coordination by providing the raw activity signals needed to avoid conflicts and adapt automation timing within Windows environments.

How does context-aware activity monitoring adjust Claude's help style and timing?

Context-aware activity monitoring adjusts Claude's help style by learning patterns from real-time user activity. When you switch from coding to browsing, it adapts interaction timing to reduce interruptions.

Do I need the monitor-activity.ps1 tool to enable startup context checks?

The monitor-activity.ps1 tool is required to enable startup context checks in Windows environments. It processes the ManicTime data feed to populate the JSON context surface used for decision modules.

What are the limitations of using Windows environments for multi-agent detection?

Multi-agent detection and pattern learning are scoped to Windows environments. The system requires the specific monitor-activity.ps1 tool and ManicTime data feed to function properly.

What is pattern learning for context-aware decisions in Claude?

Pattern learning for context-aware decisions analyzes tracked real-time user activity to improve future interactions. It extracts context from activity switches to help Claude adapt its automation and timing over time.