knownknownCommunity·1 Agent Skills Included

Known

Full-stack Blazor plugin framework development and code generation

Generates complete business modules for the Known Blazor framework, including entities, three-part services, list pages, and forms. Eliminates manual wiring of menus, permissions, workflows, and Excel import/export through attribute-driven conventions. Helps developers ship cross-platform C# admin systems faster with framework-compliant, ready-to-run code.
npx skills add known/Known --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Known framework skill?

Run `npx skills add known/Known --all -g -y` in your terminal to install all skills in this repository globally.

What is the Known framework?

Known is a lightweight, cross-platform plugin development framework built on Blazor that lets you write full-stack business systems entirely in C#. It includes built-in permissions, workflows, low-code pages, and Excel import/export.

How to build a CRUD module in Known?

Define an entity inheriting EntityBase with Column and Form attributes, create a three-part service (interface, client, server), and add a list page inheriting BaseTablePage. The skill generates all of this following framework conventions automatically.

Does Known support web and desktop apps?

Yes. The same C# codebase runs in Blazor Server, WebAssembly, WinForm, MAUI, and Photino desktop modes without rewriting business logic.

Can I use this skill without deep Blazor experience?

Yes. Describe your business requirement in plain language and the skill produces framework-compliant entities, services, pages, and permission configuration for you.

Related Repositories in Software Engineering

View All in Software Engineering