tinystruct-patterns

Installation
SKILL.md

tinystruct Development Patterns

Architecture and implementation patterns for building modules with the tinystruct Java framework – a lightweight, high-performance framework that treats CLI and HTTP as equal citizens, requiring no main() method and minimal configuration.

Core Principle

CLI and HTTP are equal citizens. Every method annotated with @Action should ideally be runnable from both a terminal and a web browser without modification. This "dual-mode" capability is the core design philosophy of tinystruct.

When to Activate

When to Use

Installs
480
Repository
affaan-m/ecc
GitHub Stars
208.6K
First Seen
May 19, 2026
tinystruct-patterns — affaan-m/ecc