Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rails-hotwire
Use when hotwire (Turbo and Stimulus) for building modern reactive Rails applications without complex JavaScript frameworks.
TheBushidoCollective/han 129
-
gluestack-components
Use when building UI with gluestack-ui components. Covers component composition, variants, sizes, states, accessibility props, and platform-specific considerations for React and React Native.
TheBushidoCollective/han 129
-
gluestack-mcp-tools
Use when discovering, exploring, or retrieving gluestack-ui components via MCP tools. Provides access to component source code, variants, demos, and metadata.
TheBushidoCollective/han 129
-
gluestack-theming
Use when customizing gluestack-ui themes and design tokens. Covers theme provider setup, design tokens, dark mode, NativeWind integration, and extending themes.
TheBushidoCollective/han 129
-
gluestack-accessibility
Use when ensuring accessible gluestack-ui implementations. Covers WAI-ARIA patterns, screen reader support, keyboard navigation, focus management, and WCAG 2.1 AA compliance.
TheBushidoCollective/han 129
-
svelteflow-fundamentals
Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with Svelte Flow. Covers setup, nodes, edges, controls, and interactivity.
TheBushidoCollective/han 129
-
svelteflow-custom-nodes
Use when creating custom Svelte Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.
TheBushidoCollective/han 129
-
reactflow-custom-nodes
Use when creating custom React Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.
TheBushidoCollective/han 129
-
reactflow-fundamentals
Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with React Flow. Covers setup, nodes, edges, controls, and interactivity.
TheBushidoCollective/han 129
-
django-cbv-patterns
Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex view logic.
TheBushidoCollective/han 129
-
django-rest-framework
Use when Django REST Framework for building APIs with serializers, viewsets, and authentication. Use when creating RESTful APIs.
TheBushidoCollective/han 129
-
django-orm-patterns
Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.
TheBushidoCollective/han 129
-
relay-pagination
Use when relay pagination with cursor-based pagination, infinite scroll, load more patterns, and connection protocols.
TheBushidoCollective/han 129
-
relay-fragments-patterns
Use when relay fragment composition, data masking, colocation, and container patterns for React applications.
TheBushidoCollective/han 129
-
relay-mutations-patterns
Use when relay mutations with optimistic updates, connections, declarative mutations, and error handling.
TheBushidoCollective/han 129
-
react-native-performance
Use when optimizing React Native app performance. Covers FlatList optimization, memoization, image optimization, bundle size reduction, and profiling techniques.
TheBushidoCollective/han 129
-
react-native-navigation
Use when implementing navigation in React Native apps with React Navigation. Covers stack, tab, drawer navigation, deep linking, and navigation patterns.
TheBushidoCollective/han 129
-
react-native-platform
Use when handling platform-specific code in React Native for iOS and Android. Covers Platform API, platform-specific components, native modules, and cross-platform best practices.
TheBushidoCollective/han 129
-
react-native-native-modules
Use when building or integrating native modules in React Native. Covers creating native modules, Turbo Modules, bridging native code, and accessing platform-specific APIs.
TheBushidoCollective/han 129
-
react-native-components
Use when building React Native UI components with core components, custom components, and component patterns. Covers View, Text, Image, ScrollView, FlatList, and component composition.
TheBushidoCollective/han 129
-
react-native-styling
Use when styling React Native components with StyleSheet, Flexbox layout, responsive design, and theming. Covers platform-specific styling and design systems.
TheBushidoCollective/han 129
-
react-performance
Use when React performance optimization including memoization, lazy loading, and virtualization. Use when optimizing React applications.
TheBushidoCollective/han 129
-
react-hooks-patterns
Use when React Hooks patterns including useState, useEffect, useContext, useMemo, useCallback, and custom hooks. Use for modern React development.
TheBushidoCollective/han 129
-
react-context-patterns
Use when React Context patterns for state management. Use when sharing state across component trees without prop drilling.
TheBushidoCollective/han 129