Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
effect-dependency-injection
Use when Effect dependency injection patterns including Context, Layer, service definitions, and dependency composition. Use for managing dependencies in Effect applications.
TheBushidoCollective/han 129
-
effect-core-patterns
Use when Effect core patterns including Effect<A, E, R> type, succeed, fail, sync, promise, and Effect.gen for composing effects. Use for basic Effect operations.
TheBushidoCollective/han 129
-
effect-schema
Use when @effect/schema patterns including schema definition, validation, parsing, encoding, and transformations. Use for type-safe data validation in Effect applications.
TheBushidoCollective/han 129
-
effect-testing
Use when testing Effect code including Effect.gen in tests, test layers, mocking services, and testing error scenarios. Use for writing tests for Effect applications.
TheBushidoCollective/han 129
-
angular-signals
Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.
TheBushidoCollective/han 129
-
angular-dependency-injection
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
TheBushidoCollective/han 129
-
angular-rxjs-patterns
Use when handling async operations in Angular applications with observables, operators, and subjects.
TheBushidoCollective/han 129
-
react-native-web-performance
Use when optimizing React Native Web performance. Provides patterns for code splitting, bundle optimization, memoization, and web-specific performance improvements.
TheBushidoCollective/han 129
-
react-native-web-core
Use when working with React Native Web projects. Provides core concepts, components, and cross-platform patterns for building web applications with React Native.
TheBushidoCollective/han 129
-
react-native-web-testing
Use when testing React Native Web applications. Provides patterns for Jest, React Native Testing Library, component testing, and web-specific testing strategies.
TheBushidoCollective/han 129
-
react-native-web-styling
Use when styling React Native Web components. Provides patterns for StyleSheet API, platform-specific styles, responsive design, and theming.
TheBushidoCollective/han 129
-
react-native-web-navigation
Use when implementing navigation in React Native Web projects. Provides patterns for React Navigation, deep linking, and web-specific routing.
TheBushidoCollective/han 129
-
vue-reactivity-system
Use when Vue reactivity system with refs, reactive, computed, and watchers. Use when managing complex state in Vue applications.
TheBushidoCollective/han 129
-
vue-composition-api
Use when Vue 3 Composition API with reactive refs, computed, and composables. Use when building modern Vue 3 applications.
TheBushidoCollective/han 129
-
vue-component-patterns
Use when Vue component patterns including props, emits, slots, and provide/inject. Use when building reusable Vue components.
TheBushidoCollective/han 129
-
phoenix-routing
Define routes and URL helpers in Phoenix applications including resources, scopes, pipelines, and verified routes
TheBushidoCollective/han 129
-
phoenix-views-templates
Render views and templates in Phoenix using HEEx templates, function components, slots, and assigns
TheBushidoCollective/han 129
-
phoenix-controllers
Handle HTTP requests with Phoenix controllers including actions, parameters, rendering, flash messages, and redirects
TheBushidoCollective/han 129
-
phoenix-patterns
Use when applying Phoenix Framework best practices including context design, controller patterns, and application architecture. Use when building Phoenix applications.
TheBushidoCollective/han 129
-
fastapi-validation
Use when FastAPI validation with Pydantic models. Use when building type-safe APIs with robust request/response validation.
TheBushidoCollective/han 129
-
fastapi-async-patterns
Use when FastAPI async patterns for building high-performance APIs. Use when handling concurrent requests and async operations.
TheBushidoCollective/han 129
-
fastapi-dependency-injection
Master FastAPI dependency injection for building modular, testable APIs. Use when creating reusable dependencies and services.
TheBushidoCollective/han 129
-
rails-active-record-patterns
Use when active Record patterns including models, associations, queries, validations, and callbacks.
TheBushidoCollective/han 129
-
rails-action-controller-patterns
Use when action Controller patterns including routing, filters, strong parameters, and REST conventions.
TheBushidoCollective/han 129