Browse Skills
44357 skills found
absinthe-subscriptions.md
47
1
export
absinthe-subscriptions
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.
2026-01-21
playwright-page-object-model.md
47
1
export
playwright-page-object-model
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.
2026-01-21
ansible-inventory.md
47
1
export
ansible-inventory
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing hosts and groups in Ansible inventory for organizing infrastructure and applying configurations across environments.
2026-01-21
android-architecture.md
47
1
export
android-architecture
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.
2026-01-21
orthogonality-principle.md
47
1
export
orthogonality-principle
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
2026-01-21
junit-extensions.md
47
1
export
junit-extensions
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when jUnit extensions including custom extensions, rules, and conditional test execution.
2026-01-21
phoenix-routing.md
47
1
export
phoenix-routing
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Define routes and URL helpers in Phoenix applications including resources, scopes, pipelines, and verified routes
2026-01-21
c-data-structures.md
47
1
export
c-data-structures
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when fundamental C data structures including arrays, structs, linked lists, trees, and hash tables with memory-efficient implementations.
2026-01-21
relay-mutations-patterns.md
47
1
export
relay-mutations-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when relay mutations with optimistic updates, connections, declarative mutations, and error handling.
2026-01-21
rails-action-controller-patterns.md
47
1
export
rails-action-controller-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when action Controller patterns including routing, filters, strong parameters, and REST conventions.
2026-01-21
django-rest-framework.md
47
1
export
django-rest-framework
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Django REST Framework for building APIs with serializers, viewsets, and authentication. Use when creating RESTful APIs.
2026-01-21
react-native-web-testing.md
47
1
export
react-native-web-testing
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when testing React Native Web applications. Provides patterns for Jest, React Native Testing Library, component testing, and web-specific testing strategies.
2026-01-21
ruby-gems-bundler.md
47
1
export
ruby-gems-bundler
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when working with Ruby gems, Bundler for dependency management, creating gemspecs, and publishing gems to RubyGems.
2026-01-21
python-async-patterns.md
47
1
export
python-async-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurrency patterns.
2026-01-21
cocoapods-podspec-fundamentals.md
47
1
export
cocoapods-podspec-fundamentals
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating or modifying CocoaPods podspec files. Covers required attributes, file patterns, dependencies, and platform specifications for iOS, macOS, tvOS, watchOS, and visionOS projects.
2026-01-21
c-data-structures.md
47
1
export
c-data-structures
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing data structures in C including arrays, linked lists, trees, and hash tables with manual memory management.
2026-01-21
angular-signals.md
47
1
export
angular-signals
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.
2026-01-21
technical-planning.md
47
1
export
technical-planning
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating implementation plans for features or tasks. Focuses on tactical execution planning with clear tasks, dependencies, and success criteria.
2026-01-21
django-cbv-patterns.md
47
1
export
django-cbv-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex view logic.
2026-01-21
cucumber-best-practices.md
47
1
export
cucumber-best-practices
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Cucumber best practices, patterns, and anti-patterns
2026-01-21
apollo-server-patterns.md
47
1
export
apollo-server-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.
2026-01-21
csharp-linq.md
47
1
export
csharp-linq
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when lINQ (Language Integrated Query) with query and method syntax, deferred execution, expression trees, and performance optimization.
2026-01-21
git-storytelling-commit-strategy.md
47
1
export
git-storytelling-commit-strategy
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to tell the story of their development process.
2026-01-21
fnox-providers.md
47
1
export
fnox-providers
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Fnox providers for encryption and secret storage. Covers age encryption, cloud providers (AWS, Azure, GCP), and password managers.
2026-01-21