By boristane
Apply canonical log line patterns to Claude agent skills for structured debugging and analytics with actionable, consistent logging output
A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Logging best practices focused on wide events (canonical log lines). Contains guidelines for effective logging that enables powerful debugging and analytics.
Use when:
Key concepts:
References:
npx add-skill boristane/agent-skills
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Add logging to this endpoint
Review my logging code
Help me set up logging for this service
Each skill contains:
SKILL.md - Instructions for the agentrules/ - Individual guideline filesmetadata.json - Version and referencesOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub joshuarweaver/cascade-code-general-misc-2 --plugin boristane-agent-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Structured logging with proper levels, context, PII handling, centralized aggregation. Use for application logging, log management integration, distributed tracing, or encountering log bloat, PII exposure, missing context errors.
Build production-grade AI agents with Pydantic AI — tools, capabilities, structured output, streaming, and testing patterns
Log API requests with structured logging and correlation IDs
Backend platform discipline: observability, API design, and service architecture practices
Refactor and simplify code for clarity and maintainability. Helps AI agents reduce code complexity, improve readability, and optimize code structure.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.