Operations Logger Skill

Record skill invocations and system events as structured JSON logs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Brownbull/khujta_sphere --skill operations-logger-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Operations Logger Skill
Source: https://github.com/Brownbull/khujta_sphere/tree/main/skills/core/operations-logger
Command: npx skills add https://github.com/Brownbull/khujta_sphere --skill operations-logger-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes logging for Claude Code operations, creating an auditable trail.

Core Features & Use Cases

  • Unified log entries: all task and skill events.
  • Performance metrics: track execution times.
  • Audit readiness: supports regulatory or internal audits.

Quick Start

Enable the operations logger for all skills to start emitting logs.

Frequently Asked Questions about Operations Logger Skill

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

FAQPage Schema
How do I set up centralized logging for Claude operations and audit trails?

Centralized logging records all skill invocations, system events, and state changes automatically across your Claude Code environment. Enable the operations logger to start emitting structured JSON log entries for unified auditing, performance tracking, and compliance readiness without manual configuration per skill.

What information does an operations log capture about Claude tasks?

Operations logs capture skill invocations, system events, state changes, execution times, and performance metrics in structured JSON format. This creates a complete audit trail of all Claude actions, enabling debugging, performance analysis, and regulatory compliance verification.

Can I use operations logging for debugging and performance monitoring?

Yes. Operations logging tracks execution times and records all task and skill events with level-based filtering, making it effective for both debugging issues and monitoring performance across your Claude Code runtime.

How does log rotation and retention work in the operations logger?

The operations logger implements automatic log rotation and retention policies to manage storage while preserving audit history. Integration hooks for monitoring and alerting let you consume logs for analytics and compliance workflows.

Does operations logging work across all skills and runtime contexts?

Yes. Operations logging is applied automatically across all skills and runtime contexts, centralizing observability without requiring per-skill configuration or manual event entry for standard operations.