Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<br />
</h1>

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

<p align="center">
<img src="https://img.shields.io/badge/%F0%9F%96%90%EF%B8%8F%20Made%20by-Humans-333333?labelColor=25C260" alt="Made by Humans">
Expand Down
7 changes: 5 additions & 2 deletions skill/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down