Known
Full-stack Blazor plugin framework development and code generation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→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