CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. chrisbanes
  4. /
  5. skills
  6. /
  7. Compose State Deferred Reads

Compose State Deferred Reads

Editor's Note

When your Compose UI recomposes on every scroll tick or animation frame, you're probably reading State in the wrong phase. This skill shows you how to defer state reads from composition into layout or draw using block-form modifiers and provider lambdas, and how to avoid back-writing observable state from later phases into earlier ones. The cross-row measurement pattern alone will save you hours of debugging why lazy list items cascade recompose when one captures size and another reads it. Most of the advice is structural, not just quick fixes: keep the State object, move the .value read into the callback. If you've ever watched recomposition counters climb during a simple scroll, you need this.

Install

npx skills add https://github.com/chrisbanes/skills --skill compose-state-deferred-reads
Votes
0
Installs406
GitHub Stars730
Categories
Mobile Development
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Mobile Development Skills

View all →
android-jetpack-compose

thebushidocollective/han

0
1.2k
152
Declarative UI toolkit for building native Android interfaces with state management and recomposition optimization.
mobile-ios-design

wshobson/agents

0
15k
35.5k
Native iOS app design with SwiftUI, Apple HIG compliance, and adaptive layouts for iPhone and iPad.
mobile-android-design

wshobson/agents

0
14.6k
35.5k
Material Design 3 and Jetpack Compose patterns for building modern, adaptive Android applications.
android-kotlin

alinaqi/claude-bootstrap

0
2k
628
Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing.
android-kotlin-development

aj-geddes/useful-ai-prompts

0
939
219
Native Android development with Kotlin, MVVM architecture, Jetpack Compose, and modern libraries.
swiftui-animation

dpearson2699/swift-ios-skills

0
1.8k
589
Implement, review, and improve SwiftUI animations with modern iOS 17+ APIs and accessibility support.