cloner93cloner93Communityยท10 Agent Skills Included

ExpenseShare

Cross-platform group expense splitting with automatic settlement calculation

Builds a full-stack group expense sharing app for Android, iOS, desktop, and web from one Kotlin codebase. Handles group creation, friend requests, expense splitting, and automatic debt calculation without manual spreadsheets. Includes a Ktor backend with PostgreSQL, JWT authentication, and clear MVI architecture rules for faster feature development.
npx skills add cloner93/ExpenseShare --all -g -y

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ExpenseShare?โ–ผ

Run `npx skills add cloner93/ExpenseShare --all -g -y` in your terminal to install all skills in this suite globally.

What does ExpenseShare do?โ–ผ

It is a group expense sharing app where users create groups, add friends, record shared expenses, and automatically see who owes whom. It includes both a Compose Multiplatform client and a Ktor backend server.

Which platforms does ExpenseShare support?โ–ผ

The client runs on Android, iOS, desktop (Windows, macOS, Linux via JVM), and the web via WASM, all from a single shared Kotlin codebase.

How does ExpenseShare calculate settlements?โ–ผ

It subtracts each member's share from what they paid across approved transactions, producing a real-time net balance showing who owes money and who is owed.

Do I need to know Kotlin to use these skills?โ–ผ

Basic Kotlin knowledge helps, but the skills document every module's architecture, patterns, and rules so your coding agent can implement features correctly from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’