junerverjunerverCommunity·1 Agent Skills Included

ComposeHooks

React-style hooks for Compose Multiplatform state and requests

Provides React-style hooks for Jetpack Compose and Compose Multiplatform covering state, effects, forms, tables, and network requests. Eliminates boilerplate for debounce, throttle, polling, caching, retries, and Redux-style global state across Android, iOS, Desktop, and Web. Helps developers pick the right hook quickly with ready-made examples and platform-specific guidance.
npx skills add junerver/ComposeHooks --all -g -y
Available:

Directs the AI agent to follow the project's hook development standards, naming conventions, and testing rules when writing or modifying Compose hooks code.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ComposeHooks?

Run `npx skills add junerver/ComposeHooks --all -g -y` in your terminal to install this skill globally.

What is ComposeHooks used for?

It is a Kotlin Multiplatform library that brings React-style hooks like useState, useEffect, and useRequest to Jetpack Compose, simplifying state management and side effects.

Which platforms does ComposeHooks support?

It supports Android, Desktop (JVM), iOS, and Web via wasmJs, all from a single hooks2 artifact on Maven Central.

How do I manage network requests in Compose?

Use the useRequest hook, which handles loading, error, caching, debounce, retry, and polling through a plugin-based configuration.

Does ComposeHooks work with Claude Code?

Yes. The included skill file teaches your AI agent the full hook API, usage patterns, and platform notes so it can write correct Compose code for you.

Related Repositories in Software Engineering

View All in Software Engineering