Scalar

🌐Community
by stuartf303 · vlatest · Repository

Scalar generates concise, focused summaries of text, streamlining information and boosting productivity by extracting key insights quickly.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add scalar npx -- -y @trustedskills/scalar
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "scalar": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/scalar"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Scalar skill provides a streamlined OpenAPI documentation UI, replacing Swagger/Swashbuckle in .NET projects. It integrates with existing .NET 10 services using AddOpenApi() and MapScalarApiReference(), ensuring consistent Purple theme styling across microservices. This allows developers to quickly view and interact with API documentation directly within their applications.

When to use it

  • When you want a visually consistent OpenAPI UI for your .NET microservices.
  • To replace existing Swagger/Swashbuckle implementations with a more integrated solution.
  • For displaying aggregated OpenAPI documentation from multiple services through an API gateway.

Key capabilities

  • Replaces Swagger/Swashbuckle for OpenAPI UI generation.
  • Enforces consistent Purple theme styling.
  • Integration with .NET 10 AddOpenApi() and MapScalarApiReference().
  • Supports aggregated OpenAPI documentation from multiple services.
  • Customizable title, theme, default HTTP client, and OpenAPI route pattern via MapScalarApiReference() options.

Example prompts

While this skill doesn't directly respond to natural language prompts, here are examples of how you would configure it within your .NET code:

  • "Configure Scalar UI with the title 'Blueprint Service'."
  • "Mount the Scalar API reference at /scalar."
  • "Display aggregated OpenAPI documentation from all services at /openapi/aggregated.json."

Tips & gotchas

  • Requires a .NET 10 project setup using AddOpenApi().
  • The skill is primarily for .NET developers and integrates with the existing .NET tooling ecosystem.
  • Ensure you understand the concepts of ScalarTheme, ScalarTarget, and ScalarClient to properly configure the UI appearance and HTTP client behavior.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
stuartf303
Installs
28

🌐 Community

Passed automated security scans.