Browse Skills
44357 skills found
PHP Modern Features.md
47
1
export
PHP Modern Features
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when modern PHP features including typed properties, union types, match expressions, named arguments, attributes, enums, and patterns for writing type-safe, expressive PHP code with latest language improvements.
2026-01-21
react-hooks-patterns.md
47
1
export
react-hooks-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when React Hooks patterns including useState, useEffect, useContext, useMemo, useCallback, and custom hooks. Use for modern React development.
2026-01-21
Gleam Actor Model.md
47
1
export
Gleam Actor Model
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when oTP actor patterns in Gleam including processes, message passing, GenServer implementations, supervisors, fault tolerance, state management, and building concurrent, fault-tolerant applications on the Erlang VM.
2026-01-21
oop-inheritance-composition.md
47
1
export
oop-inheritance-composition
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when deciding between inheritance and composition in object-oriented design. Use when creating class hierarchies or composing objects from smaller components.
2026-01-21
pulumi-stacks.md
47
1
export
pulumi-stacks
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing multiple environments with Pulumi stacks for development, staging, and production deployments.
2026-01-21
nano-banana-prompting.md
47
1
export
nano-banana-prompting
2
from
"NikiforovAll/claude-code-rules"
from
"NikiforovAll/claude-code-rules"
3
This skill should be used when crafting prompts for Nano Banana Pro (Gemini image generation). Use when users want help writing image generation prompts, need guidance on prompt structure, or want to optimize their prompts for better results.
2026-01-21
nextjs-server-components.md
47
1
export
nextjs-server-components
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when next.js Server Components for optimal performance. Use when building data-intensive Next.js applications.
2026-01-21
ruby-metaprogramming.md
47
1
export
ruby-metaprogramming
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when working with Ruby metaprogramming features including dynamic method definition, method_missing, class_eval, define_method, and reflection.
2026-01-21
sip-authentication-security.md
47
1
export
sip-authentication-security
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing SIP authentication, security mechanisms, and encryption. Use when securing SIP servers, clients, or proxies.
2026-01-21
troubleshooting-docs.md
47
1
export
troubleshooting-docs
2
from
"glittercowboy/plugin-freedom-system"
from
"glittercowboy/plugin-freedom-system"
3
Captures solved problems as categorized documentation with YAML frontmatter for fast lookup. Use when user confirms solution with phrases like 'that worked', 'it's fixed', 'working now', or via /doc-fix command.
2026-01-21
cocoapods-publishing-workflow.md
47
1
export
cocoapods-publishing-workflow
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, version management, and publishing best practices for successful library distribution.
2026-01-21
dialyzer-configuration.md
47
1
export
dialyzer-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.
2026-01-21
nestjs-testing.md
47
1
export
nestjs-testing
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when nestJS testing with unit tests, integration tests, and e2e tests. Use when building well-tested NestJS applications.
2026-01-21
sentry-alerts-issues.md
47
1
export
sentry-alerts-issues
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Sentry alerts, managing issues, or setting up notifications. Covers alert rules, issue triage, and integrations.
2026-01-21
proof-of-work.md
47
1
export
proof-of-work
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.
2026-01-21
sentry-sdk-configuration.md
47
1
export
sentry-sdk-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when initializing Sentry in applications, configuring SDK options, or setting up integrations across different frameworks and platforms.
2026-01-21
mocha-fundamentals.md
47
1
export
mocha-fundamentals
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when mocha test structure, hooks, and async testing patterns for JavaScript testing.
2026-01-21
effect-resource-management.md
47
1
export
effect-resource-management
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Effect resource management patterns including Scope, addFinalizer, scoped effects, and automatic cleanup. Use for managing resources in Effect applications.
2026-01-21
dotnet-dependency.md
47
1
export
dotnet-dependency
2
from
"NikiforovAll/claude-code-rules"
from
"NikiforovAll/claude-code-rules"
3
This skill should be used when investigating .NET project dependencies, understanding why packages are included, listing references, or auditing for outdated/vulnerable packages.
2026-01-21
ruby-standard-library.md
47
1
export
ruby-standard-library
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when working with Ruby's standard library including Enumerable, File I/O, Time/Date, Regular Expressions, and core classes.
2026-01-21
elixir-otp-patterns.md
47
1
export
elixir-otp-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Elixir OTP patterns including GenServer, Supervisor, Agent, and Task. Use when building concurrent, fault-tolerant Elixir applications.
2026-01-21
java-concurrency.md
47
1
export
java-concurrency
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Java concurrency with ExecutorService, CompletableFuture, and virtual threads. Use when building concurrent applications.
2026-01-21
phoenix-controllers.md
47
1
export
phoenix-controllers
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Handle HTTP requests with Phoenix controllers including actions, parameters, rendering, flash messages, and redirects
2026-01-21
zustand-store-patterns.md
47
1
export
zustand-store-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating and managing Zustand stores for React state management. Covers store creation, selectors, actions, and basic usage patterns.
2026-01-21