adr
Write an Architecture Decision Record documenting a significant technical decision.
Generate a Jetpack Compose screen with proper architecture.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-activityContext preview
What this command does when you run it.
Generate a Jetpack Compose screen with proper architecture.
Generate a Jetpack Compose screen with proper architecture.
1. Ask the user for the screen name, purpose, and navigation requirements 2. Create the Composable function with the screen content 3. Add a ViewModel class for the screen's state management 4. Define the UI state as an immutable data class with all screen properties 5. Implement the screen layout using Compose components: Column, Row, LazyList 6. Add navigation parameters using Navigation Compose type-safe arguments 7. Include loading, error, and empty state handling with proper UI 8. Add Material 3 theming: colors, typography, shapes from the app theme 9. Implement pull-to-refresh, pagination, or infinite scroll if applicable 10. Add content descriptions for accessibility (TalkBack support) 11. Create a Compose Preview with @Preview annotation and sample data 12. Register the screen in the navigation graph
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.