api-logging-guidelines이란?
API 경로에서 로거 사용에 대한 모범 사례 및 지침입니다. 적절한 로깅 수준, 로깅할 항목, 로깅을 방지할 시기를 정의합니다. API 경로 로깅, 디버깅 전략 또는 로그 출력 최적화를 구현 또는 검토할 때 사용합니다. 출처: inkeep/agents.
API 경로에서 로거 사용에 대한 모범 사례 및 지침입니다. 적절한 로깅 수준, 로깅할 항목, 로깅을 방지할 시기를 정의합니다. API 경로 로깅, 디버깅 전략 또는 로그 출력 최적화를 구현 또는 검토할 때 사용합니다.
명령줄에서 api-logging-guidelines AI 스킬을 개발 환경에 빠르게 설치
출처: inkeep/agents.
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 |
API 경로에서 로거 사용에 대한 모범 사례 및 지침입니다. 적절한 로깅 수준, 로깅할 항목, 로깅을 방지할 시기를 정의합니다. API 경로 로깅, 디버깅 전략 또는 로그 출력 최적화를 구현 또는 검토할 때 사용합니다. 출처: inkeep/agents.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/inkeep/agents --skill api-logging-guidelinesAPI 경로에서 로거 사용에 대한 모범 사례 및 지침입니다. 적절한 로깅 수준, 로깅할 항목, 로깅을 방지할 시기를 정의합니다. API 경로 로깅, 디버깅 전략 또는 로그 출력 최적화를 구현 또는 검토할 때 사용합니다. 출처: inkeep/agents.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/inkeep/agents --skill api-logging-guidelines 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/inkeep/agents