nuxt-features

Installation
SKILL.md

Nuxt Features

Domain-based feature modules with three-layer pattern: queries, mutations, actions.

Core Concepts

queries.md - Reactive data fetching with filters mutations.md - Pure API operations with loading states actions.md - Business logic with UI feedback

Pattern Flow

Component → Action → Mutation → Repository → API
         Query (reactive data fetching)

Directory Structure

Installs
7
GitHub Stars
14
First Seen
Mar 27, 2026
nuxt-features — leeovery/agentic-skills