connection-properties

Generate and verify connection properties documentation for Aspire resources.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sast-playground/aspire --skill connection-properties-sast-playground
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connection-properties
Source: https://github.com/sast-playground/aspire/tree/main/.github/skills/connection-properties
Command: npx skills add https://github.com/sast-playground/aspire --skill connection-properties-sast-playground

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating and improving Connection Properties documentation in Aspire resources, ensuring resources adhere to specific rules for consistency and completeness.

Core Features & Use Cases

  • Automated Documentation: Generates Connection Properties documentation automatically from Aspire resource definitions.
  • Verification: Verifies that Aspire resources implement required interfaces and follow Connection Properties rules.
  • Use Case: For a C# developer working with Aspire, use this Skill to implement and verify Connection Properties for an Aspire resource.

Quick Start

Run the skill with the path to the Aspire resource file to create or update Connection Properties documentation.

Frequently Asked Questions about connection-properties

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

FAQPage Schema
How do I automate connection properties documentation for Aspire resources?

You can automate connection properties documentation for Aspire resources by running a script that generates the required docs directly from resource definitions, ensuring consistency and completeness without manual entry.

How do I verify that Aspire resources implement required connection properties interfaces?

Verifying Aspire resources for connection properties involves checking that the resource implements the required interfaces and adheres to specific validation rules, ensuring C# definitions meet the framework's connection property standards.

What are the rules for implementing connection properties in C# Aspire resources?

Connection properties rules for C# Aspire resources require implementing specific interfaces and following validation constraints to ensure resources support connections consistently and completely across the application model.

Can I use this connection properties verification for any C# Aspire resource?

Yes, connection properties verification is suitable for any C# developer implementing Aspire resources that require connection properties support, validating interface implementation and rule adherence automatically.

What is the best way to update existing connection properties documentation in Aspire?

The best way to update existing connection properties documentation in Aspire is to run an automated script against the resource file path, which regenerates and improves the docs while verifying interface compliance.

Why does my Aspire resource fail connection properties verification?

Aspire resources fail connection properties verification when they do not implement the required interfaces or violate the specific rules defined for connection properties, which automated validation checks detect.