app-renderer-systems

Installation
SKILL.md

Feature Systems Guide

A "system" is a self-contained, domain-driven module that owns everything related to one domain: its API calls, query layer, hooks, components, and public API. Systems live under a systems/<domain>/ directory.

Read references/directory-layout.md for the full directory structure and naming conventions. Read references/patterns.md for annotated implementation patterns per layer.

Quick Reference

Mandatory Companion Skills

Activate alongside this skill — systems span multiple technical domains:

Situation Activate
Any hook or component react + tanstack-query-best-practices
Data fetching/caching tanstack-query-best-practices
Mutations tanstack-query-best-practices
XState store xstate
Related skills

More from pedronauck/skills

Installs
117
GitHub Stars
360
First Seen
Mar 18, 2026