# Serilog Setup

> ---

- Skill: `shubhashjha/serilog-setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/serilog-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/serilog-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/serilog-setup

---

---
name: serilog-setup
description: Basic skill for Serilog configuration, sinks, structured events, and logging standards in .NET apps. Use when Codex needs a basic starting point for this .NET development area.
---

# Serilog Setup

Use this skill as a basic starting point.

## Workflow

1. Review the existing project structure and dependencies.
2. Identify the current implementation pattern and constraints.
3. Apply the simplest change that fits the current codebase.
4. Keep naming, configuration, and conventions consistent.
5. Verify the result with the available tests or build steps.

## Output

- Produce practical code changes.
- Keep the solution maintainable and easy to review.
- Prefer small, safe updates over broad rewrites.


