ln-770-crosscutting-setup

Configure logging, error handling, CORS, health checks, and API documentation for .NET and Python projects.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-770-crosscutting-setup-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-770-crosscutting-setup
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-770-crosscutting-setup
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-770-crosscutting-setup-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the setup of essential cross-cutting concerns like logging, error handling, CORS, health checks, and API documentation, ensuring consistency and reducing boilerplate code across .NET and Python projects.

Core Features & Use Cases

  • Automated Configuration: Detects project stack (.NET/Python) and configures common concerns.
  • Idempotent Execution: Skips configuration if a concern is already set up.
  • Worker Orchestration: Delegates specific tasks to specialized worker skills (ln-771 to ln-775).
  • Use Case: When bootstrapping a new ASP.NET Core or FastAPI project, use this Skill to quickly establish robust logging, error handling, and API documentation without manual setup.

Quick Start

Use the ln-770-crosscutting-setup skill to configure cross-cutting concerns for the current project.

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 automate cross-cutting concern setup for a .NET or Python project?

Automate cross-cutting concern setup by using a skill that detects your project stack and configures logging, error handling, CORS, health checks, and API documentation. It checks for existing configurations and delegates specialized tasks to worker skills for a standardized foundation.

What is the best way to configure logging and error handling in FastAPI or ASP.NET Core?

Configuring logging and error handling in FastAPI or ASP.NET Core is best handled by an orchestration skill that detects the framework and invokes specialized workers. This ensures standardized, idempotent configuration without manual boilerplate setup.

Can I add health checks and CORS to an existing Python or .NET project without breaking current configurations?

Yes, you can add health checks and CORS to existing Python or .NET projects safely. The setup process executes idempotently, scanning for existing configurations and skipping any cross-cutting concerns that are already implemented to prevent overwrites.

How does worker orchestration work when standardizing project foundations?

Worker orchestration standardizes project foundations by delegating specific cross-cutting concern implementations to specialized worker skills. An orchestrator detects the stack, identifies missing configurations, and invokes the corresponding worker to implement the required functionality.

Do I need to manually configure API documentation if I use an automated project setup skill?

No, you do not need to manually configure API documentation when using an automated project setup skill. The tool detects your .NET or Python stack and delegates API documentation setup to specialized worker skills automatically.

When should I avoid using an automated cross-cutting concern configuration tool?

You should avoid automated cross-cutting concern configuration tools if your project requires highly customized, non-standard logging or error handling architectures. The tool standardizes foundations using predefined worker skills, which may conflict with bespoke infrastructure requirements.