Skip to content

Commit fcb299e

Browse files
authored
dev(skill): fine tune skill.md (#4)
1 parent 9897da1 commit fcb299e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br />
66
</h1>
77

8-
<h4 align="center">A type safe and composable meta architecture for modular monolith development.</h4>
8+
<h4 align="center">A type safe and highly modular architecture for modular monolith development.</h4>
99

1010
<p align="center">
1111
<img src="https://img.shields.io/badge/%F0%9F%96%90%EF%B8%8F%20Made%20by-Humans-333333?labelColor=25C260" alt="Made by Humans">

skill/SKILL.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
name: synthkernel
3-
description: Structure your APP using SynthKernel, a type-safe and composable meta architecture for modular monolith development in TypeScript.
3+
description: Follow the standards of SynthKernel, a type-safe and highly modular architecture for modular monolith development in TypeScript.
44
license: MIT
5+
compatibility: Requires TypeScript
6+
metadata:
7+
- version: '1.0.0'
58
---
69

710
## About SynthKernel
@@ -40,7 +43,7 @@ It's a standard practice to turn a over-bloated module into a new loader-module
4043
## When Not to Use
4144

4245
- You are not supposed to create or change the architecture.
43-
- You are developing front-end web UI which has its own conventions.
46+
- You are developing web UI which has its own conventions.
4447
- You are serving for a simple project (loc < 200) where a classical monolith is more convenient.
4548

4649
## Actions

0 commit comments

Comments
 (0)