Browse Skills
44357 skills found
relay-pagination.md
47
1
export
relay-pagination
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when relay pagination with cursor-based pagination, infinite scroll, load more patterns, and connection protocols.
2026-01-21
backend-mvp-guardrails.md
47
1
export
backend-mvp-guardrails
2
from
"victorGPT/vibeusage"
from
"victorGPT/vibeusage"
3
Use when designing or reviewing a backend MVP with tight budget, evolving schema, and reliance on third-party backends where idempotency, replay, and responsibility attribution are high-risk.
2026-01-21
fastapi-validation.md
47
1
export
fastapi-validation
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when FastAPI validation with Pydantic models. Use when building type-safe APIs with robust request/response validation.
2026-01-21
Swift Optionals Patterns.md
47
1
export
Swift Optionals Patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when swift's optional handling patterns including optional binding, chaining, nil coalescing, and modern approaches to safely working with optional values while avoiding common pitfalls and force unwrapping.
2026-01-21
claude-agent-sdk-context-management.md
47
1
export
claude-agent-sdk-context-management
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing agent context, memory, and conversation state in Claude AI agents using the Agent SDK.
2026-01-21
prettier-configuration.md
47
1
export
prettier-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when prettier configuration including options, config files, ignore patterns, and formatting rules.
2026-01-21
effect-concurrency.md
47
1
export
effect-concurrency
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applications.
2026-01-21
jutsu-react-native:react-native-components.md
47
1
export
jutsu-react-native:react-native-components
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when building React Native UI components with core components, custom components, and component patterns. Covers View, Text, Image, ScrollView, FlatList, and component composition.
2026-01-21
ameba-configuration.md
47
1
export
ameba-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, severity levels, and code quality enforcement.
2026-01-21
test-driven-development.md
47
1
export
test-driven-development
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when writing new functions, adding features, fixing bugs, or refactoring by applying TDD principles - write failing tests before implementation code, make them pass, then refactor.
2026-01-21
crystal-concurrency.md
47
1
export
crystal-concurrency
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing concurrent programming in Crystal using fibers, channels, and parallel execution patterns for high-performance, non-blocking applications.
2026-01-21
tailwind-utility-classes.md
47
1
export
tailwind-utility-classes
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when working with Tailwind CSS utility classes for layout, spacing, typography, colors, and visual effects. Covers utility-first CSS patterns and class composition.
2026-01-21
eslint-rules.md
47
1
export
eslint-rules
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when eSLint built-in rules including rule configuration, severity levels, and disabling strategies.
2026-01-21
maven-dependency-management.md
47
1
export
maven-dependency-management
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees in Java projects.
2026-01-21
deep-research.md
47
1
export
deep-research
2
from
"glittercowboy/plugin-freedom-system"
from
"glittercowboy/plugin-freedom-system"
3
Multi-agent parallel investigation for complex JUCE problems. Use when troubleshooting fails after Level 3, problems require novel research, or user requests /research command.
2026-01-21
sentry-release-management.md
47
1
export
sentry-release-management
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing Sentry releases, uploading source maps, or tracking deployments. Covers release health and commit association.
2026-01-21
django-orm-patterns.md
47
1
export
django-orm-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.
2026-01-21
pylint-integration.md
47
1
export
pylint-integration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when pylint CI integration including plugins, editor integration, and performance tuning.
2026-01-21
Kotlin Coroutines.md
47
1
export
Kotlin Coroutines
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.
2026-01-21
jutsu-react-native:react-native-native-modules.md
47
1
export
jutsu-react-native:react-native-native-modules
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when building or integrating native modules in React Native. Covers creating native modules, Turbo Modules, bridging native code, and accessing platform-specific APIs.
2026-01-21
nextjs-data-fetching.md
47
1
export
nextjs-data-fetching
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when next.js data fetching patterns including SSG, SSR, and ISR. Use when building data-driven Next.js applications.
2026-01-21
sip-media-negotiation.md
47
1
export
sip-media-negotiation
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when handling SDP offer/answer, codec negotiation, media capabilities, and RTP session setup in SIP applications.
2026-01-21
android-jetpack-compose.md
47
1
export
android-jetpack-compose
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when building Android UIs with Jetpack Compose, managing state with remember/mutableStateOf, or implementing declarative UI patterns.
2026-01-21
Erlang Concurrency.md
47
1
export
Erlang Concurrency
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receive, and building massively concurrent systems on the BEAM VM.
2026-01-21