Usage Tracker Best Practices

Sub-skill of usage-tracker: Best Practices.

vamseeachanta Updated

File contents

Best Practices

Best Practices

  1. Consistent Log Format - Use pipe-delimited for easy parsing
  2. Include Timestamps - Always log when events occur
  3. Add Metadata - Extra context helps debugging
  4. Rotate Logs - Prevent unbounded growth
  5. Validate Input - Sanitize before logging

vamseeachanta/workspace-hub/tree/main/.agents/skills/_core/bash/usage-tracker/best-practices commit 239eabf59a

Frequently asked questions

npx skillmds@latest add vamseeachanta/usage-tracker-best-practices