oqtane

Guide Oqtane module development with Blazor and .NET best practices.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/pingqLIN/skill-0 --skill oqtane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oqtane
Source: https://github.com/pingqLIN/skill-0/tree/main/converted-skills/oqtane
Command: npx skills add https://github.com/pingqLIN/skill-0 --skill oqtane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidelines and best practices for developing Oqtane modules using Blazor, ensuring idiomatic, efficient, and maintainable code.

Core Features & Use Cases

  • Code Style & Structure: Enforces .NET and Blazor conventions for Razor Components and C# code.
  • Naming Conventions: Standardizes naming for components, methods, and members.
  • Oqtane Specifics: Details client-server patterns, service and repository implementation, and module structure within Oqtane.
  • Error Handling & Validation: Guides on implementing robust error handling and validation.
  • Performance & Caching: Offers strategies for optimizing Blazor performance and implementing caching.
  • State Management: Recommends approaches for managing application state.
  • API Design & Security: Covers API integration, security, and authentication best practices.

Quick Start

Follow these guidelines to develop a new Oqtane module using Blazor.

Frequently Asked Questions about oqtane

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

FAQPage Schema
How do I develop a custom module in Oqtane using Blazor?

To develop an Oqtane module using Blazor, follow guidelines for Razor Components, C# code style, and specific Oqtane patterns for client-server structure, service implementation, and repository integration.

What are the naming conventions for Blazor components in Oqtane CMS?

Naming conventions for Blazor components in Oqtane CMS standardize naming for components, methods, and members to ensure idiomatic, efficient, and maintainable .NET code.

Does Oqtane support client-server patterns for module development?

Yes, Oqtane supports client-server patterns. It details specific implementations for services and repositories within the Oqtane module structure to manage data and logic effectively.

How do I handle state management and caching in Blazor Oqtane modules?

Handle state management and caching in Blazor Oqtane modules by applying recommended approaches for application state and performance optimization strategies tailored for component-based UI.

What is the best way to integrate APIs and manage security in Oqtane?

The best way to integrate APIs and manage security in Oqtane involves adhering to API integration, security, and authentication best practices provided within the .NET and Blazor framework guidelines.

Why does my Oqtane module need specific error handling and validation?

Your Oqtane module needs specific error handling and validation to ensure robust performance, implementing guided strategies that prevent crashes and maintain application stability during user interactions.