From 89f4f2be0061e5b0e562a4ee6f875118edf7d267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=84sperus?= Date: Sun, 22 Feb 2026 23:20:15 +0800 Subject: [PATCH] dev(skill): fine tune skill.md --- README.md | 2 +- skill/SKILL.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 141082d..6278777 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
-

A type safe and composable meta architecture for modular monolith development.

+

A type safe and highly modular architecture for modular monolith development.

Made by Humans diff --git a/skill/SKILL.md b/skill/SKILL.md index c6a33b4..b2dc5e0 100644 --- a/skill/SKILL.md +++ b/skill/SKILL.md @@ -1,7 +1,10 @@ --- name: synthkernel -description: Structure your APP using SynthKernel, a type-safe and composable meta architecture for modular monolith development in TypeScript. +description: Follow the standards of SynthKernel, a type-safe and highly modular architecture for modular monolith development in TypeScript. license: MIT +compatibility: Requires TypeScript +metadata: + - version: '1.0.0' --- ## About SynthKernel @@ -40,7 +43,7 @@ It's a standard practice to turn a over-bloated module into a new loader-module ## When Not to Use - You are not supposed to create or change the architecture. -- You are developing front-end web UI which has its own conventions. +- You are developing web UI which has its own conventions. - You are serving for a simple project (loc < 200) where a classical monolith is more convenient. ## Actions