agentsclimarketplace

Logging migrator

Skill a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/logging-migrator

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill logging-migrator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Migrate logging infrastructure with format standardization, structured logging, and aggregation setup

SKILL.md

2.6 KB, as published. Nobody here has run it

Logging Migrator Skill

Migrates logging infrastructure, handling log format standardization, structured logging conversion, and aggregation setup.

Purpose

Enable logging modernization for:

  • Log format standardization
  • Structured logging conversion
  • Log aggregation setup
  • Correlation ID injection
  • Retention policy migration

Capabilities

1. Log Format Standardization

  • Define standard format
  • Convert existing logs
  • Implement across services
  • Validate compliance

2. Structured Logging Conversion

  • Convert to JSON format
  • Add metadata fields
  • Handle custom fields
  • Support multiple languages

3. Log Aggregation Setup

  • Configure centralized logging
  • Set up log shipping
  • Handle high volume
  • Implement failover

4. Correlation ID Injection

  • Implement trace IDs
  • Propagate across services
  • Handle async operations
  • Enable distributed tracing

5. Log Level Normalization

  • Standardize log levels
  • Map between frameworks
  • Configure filtering
  • Handle verbosity

6. Retention Policy Migration

  • Define retention rules
  • Implement rotation
  • Handle archival
  • Manage storage

Tool Integrations

ToolPurposeIntegration Method
ELK StackLog aggregationConfig
DatadogObservabilityAPI
SplunkLog analysisAPI
LokiLog aggregationConfig
FluentdLog shippingConfig

Output Schema

{
  "migrationId": "string",
  "timestamp": "ISO8601",
  "logging": {
    "format": "string",
    "aggregation": {
      "tool": "string",
      "endpoint": "string"
    },
    "retention": {
      "days": "number",
      "archival": "boolean"
    }
  },
  "services": [
    {
      "name": "string",
      "status": "migrated|pending",
      "logFormat": "string"
    }
  ]
}

Integration with Migration Processes

  • logging-observability-migration: Primary migration tool
  • cloud-migration: Cloud logging setup

Related Skills

  • performance-baseline-capturer: Observability metrics

Related Agents

  • observability-migration-agent: Full observability
  • operational-readiness-agent: Operations setup

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.