ln-770-crosscutting-setup

Coordinates logging, error handling, CORS, health checks, and API documentation for applications.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-770-crosscutting-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-770-crosscutting-setup
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-770-crosscutting-setup
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-770-crosscutting-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes and standardizes essential cross-cutting concerns for an application, ensuring robust logging, effective error handling, secure cross-origin resource sharing (CORS), reliable health checks, and accessible API documentation.

Core Features & Use Cases

  • Logging Coordination: Manages application-wide logging strategies.
  • Error Handling: Implements a consistent approach to catching and reporting errors.
  • CORS Configuration: Sets up Cross-Origin Resource Sharing policies.
  • Health Checks: Establishes endpoints to monitor application health.
  • API Documentation: Integrates or generates API documentation.
  • Use Case: When setting up a new microservice, this skill ensures that all these foundational elements are correctly configured from the start, promoting consistency and maintainability across the system.

Quick Start

Configure the application's logging, error handling, CORS, health checks, and API documentation.

Frequently Asked Questions about ln-770-crosscutting-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up cross-cutting concerns like logging and CORS for a new microservice?

To set up cross-cutting concerns for a new microservice, you coordinate standardized configurations for logging, error handling, CORS, health checks, and API documentation. This ensures foundational elements are correctly configured from the start.

What are cross-cutting concerns in application setup?

Cross-cutting concerns in application setup are foundational operational aspects affecting the entire system, including logging, error handling, CORS policies, health checks, and API documentation. Centralizing them ensures robust and consistent application behavior.

How do I configure health checks and API documentation together?

You configure health checks and API documentation together by using a coordination skill that establishes reliable health monitoring endpoints and integrates accessible API docs alongside logging and error handling. This promotes consistency across your system.

What is the best way to standardize error handling across an application?

The best way to standardize error handling across an application is to centralize it as a cross-cutting concern. Implementing a consistent approach to catching and reporting errors ensures maintainability and effective logging across the system.

Can I configure CORS and logging without writing background code?

You can configure CORS and logging through conversational guidelines without direct execution of background primitives. The coordination approach manages application-wide logging strategies and secure cross-origin resource sharing policies setup directly.