Netor.Madorin
Server maintenance, plugin development, and desktop workflow automation
All Skills in This Repository (27)
Pure Emerald Level Indicatorsskill-plugin-installation
Installs and updates Cortana skills and plugins from zip archives into target directories.
plugin-development
Build and package Cortana plugins for Native and MCP development.
publish-install
Publish and install Native or Process plugin ZIP packages with unload and reload handling.
native
Scaffold Native AOT plugins with startup composition and ToolAttribute design.
mcp
Validate MCP server configurations for stdio, sse, or streamable-http transports.
architecture
Review Cortana plugin projects for layered architecture and AOT safety.
dotnet-debugging
Diagnoses crashes, hangs, high CPU, memory leaks and deadlocks from Windows, Linux, macOS dotnet dumps and live processes.
dotnet-devops
Build .NET CI/CD pipelines for GitHub Actions and Azure DevOps.
dotnet-tooling
Analyzes .NET repository structure and build metadata to recommend improvements.
dotnet-advisor
Route .NET and C# requests to the correct specialist skill.
websocket-integration
Builds a C# WebSocket client for Cortana chat messages and streaming AI replies.
using-dotnet
Route .NET and C# tasks to dotnet-advisor before planning or implementation.
Frequently Asked Questions
FAQPage SchemaHow to install Netor.Madorin?▼
Run `npx skills add sunyonghuan/Netor.Madorin --all -g -y` in your terminal to install all skills in this collection globally.
How to manage multiple servers with Madorin skills?▼
The server-maintainer skill reads your server inventory file and routes tasks like health checks, log cleanup, and file transfers through dedicated SSH tools, then aggregates results into a single report.
Can I build Madorin plugins without writing protocol code?▼
Yes. The plugin-development skill scaffolds Native, Process, and MCP plugins with generators that produce the message loop, plugin.json, and a typed debugger automatically.
How to run quick C# code without a full project?▼
The csharp-scripts skill executes single-file C# with top-level statements via the csx_script tool or the dotnet CLI, with no project scaffolding required.
Do I need coding experience to use these skills?▼
No. Once installed, your assistant follows each skill's built-in routing rules and scripts, so you describe the task in plain language and it handles the technical steps.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core