Browse Skills

44357 skills found

explainer.md
47
1 export explainer
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when explaining code, technical concepts, or implementation decisions. Provides structured approach to creating clear, understandable explanations tailored to the audience.
2026-01-21
relay-fragments-patterns.md
47
1 export relay-fragments-patterns
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when relay fragment composition, data masking, colocation, and container patterns for React applications.
2026-01-21
sentry-error-capturing.md
47
1 export sentry-error-capturing
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when capturing and reporting errors to Sentry, adding context, or handling exceptions. Covers error boundaries, context enrichment, and fingerprinting.
2026-01-21
jutsu-react-native:react-native-navigation.md
47
1 export jutsu-react-native:react-native-navigation
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when implementing navigation in React Native apps with React Navigation. Covers stack, tab, drawer navigation, deep linking, and navigation patterns.
2026-01-21
clippy-custom.md
47
1 export clippy-custom
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
2026-01-21
rubocop-cops.md
47
1 export rubocop-cops
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when ruboCop cops including built-in cops, configuration, auto-correction, and development.
2026-01-21
glab.md
47
1 export glab
2 NikiforovAll from "NikiforovAll/claude-code-rules"
3 Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.
2026-01-21
docker-compose-production.md
47
1 export docker-compose-production
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when deploying Docker Compose applications to production including security hardening, resource management, health checks, logging, monitoring, and high-availability patterns.
2026-01-21
cpp-templates-metaprogramming.md
47
1 export cpp-templates-metaprogramming
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when C++ templates and metaprogramming including template specialization, SFINAE, type traits, and C++20 concepts.
2026-01-21
legacy-code-safety.md
47
1 export legacy-code-safety
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.
2026-01-21
ruby-oop.md
47
1 export ruby-oop
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when working with Ruby's object-oriented programming features including classes, modules, inheritance, mixins, and method visibility.
2026-01-21
Nim Memory Management.md
47
1 export Nim Memory Management
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when nim's memory management including garbage collection strategies, manual memory control, destructors, move semantics, ref/ptr types, memory safety, and optimization techniques for performance-critical systems programming.
2026-01-21
performance-optimization.md
47
1 export performance-optimization
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when optimizing code for performance, reducing bundle size, improving load times, or fixing performance bottlenecks. Emphasizes measurement-driven optimization.
2026-01-21
shell-scripting-fundamentals.md
47
1 export shell-scripting-fundamentals
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops with modern best practices.
2026-01-21
react-native-web-performance.md
47
1 export react-native-web-performance
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when optimizing React Native Web performance. Provides patterns for code splitting, bundle optimization, memoization, and web-specific performance improvements.
2026-01-21
c-memory-management.md
47
1 export c-memory-management
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when managing memory in C programs with malloc/free, pointers, and avoiding common memory safety pitfalls.
2026-01-21
eslint-custom.md
47
1 export eslint-custom
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when custom ESLint rules and plugins including rule development, AST traversal, and publishing.
2026-01-21
zustand-advanced-patterns.md
47
1 export zustand-advanced-patterns
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when implementing advanced Zustand patterns including transient updates, subscriptions with selectors, store composition, and performance optimization techniques.
2026-01-21
act-workflow-syntax.md
47
1 export act-workflow-syntax
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.
2026-01-21
oop-encapsulation.md
47
1 export oop-encapsulation
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when applying encapsulation and information hiding principles in object-oriented design. Use when controlling access to object state and behavior.
2026-01-21
zustand-typescript.md
47
1 export zustand-typescript
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when working with Zustand in TypeScript projects. Covers type-safe store creation, typed selectors, and advanced TypeScript patterns with Zustand.
2026-01-21
ecto-query-patterns.md
47
1 export ecto-query-patterns
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible database queries in Elixir applications.
2026-01-21
csharp-linq.md
47
1 export csharp-linq
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when lINQ query and method syntax, deferred execution, and performance optimization. Use when querying collections in C#.
2026-01-21
rspec-mocking.md
47
1 export rspec-mocking
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.
2026-01-21