·api-logging-guidelines
</>

api-logging-guidelines

Best practices and guidelines for using logger in API routes. Defines appropriate logging levels, what to log, and when to avoid logging. Use when implementing or reviewing API route logging, debugging strategies, or optimizing log output.

43Installs·1Trend·@inkeep

Installation

$npx skills add https://github.com/inkeep/agents --skill api-logging-guidelines

How to Install api-logging-guidelines

Quickly install api-logging-guidelines AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/inkeep/agents --skill api-logging-guidelines
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: inkeep/agents.

SKILL.md

View raw

Comprehensive guidance for appropriate use of logging in API routes to maintain clean, useful, and performant logs.

| ERROR | Unexpected failures requiring attention | Database connection failures, unhandled exceptions, critical service errors | | WARN | Recoverable issues or concerning patterns | Rate limiting triggered, deprecated API usage, fallback behavior activated |

| INFO | Important business events (NOT routine operations) | User account created, payment processed, critical configuration changed | | DEBUG | Detailed diagnostic information | Query parameters, intermediate calculations, cache hit/miss details |

Best practices and guidelines for using logger in API routes. Defines appropriate logging levels, what to log, and when to avoid logging. Use when implementing or reviewing API route logging, debugging strategies, or optimizing log output. Source: inkeep/agents.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/inkeep/agents --skill api-logging-guidelines
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from inkeep/agents

Quick answers

What is api-logging-guidelines?

Best practices and guidelines for using logger in API routes. Defines appropriate logging levels, what to log, and when to avoid logging. Use when implementing or reviewing API route logging, debugging strategies, or optimizing log output. Source: inkeep/agents.

How do I install api-logging-guidelines?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/inkeep/agents --skill api-logging-guidelines Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/inkeep/agents