Browse Skills
44357 skills found
biome-formatting.md
47
1
export
biome-formatting
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when formatting JavaScript/TypeScript code with Biome's fast formatter including patterns, options, and code style management.
2026-01-21
rust-ownership-system.md
47
1
export
rust-ownership-system
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Rust's ownership system including ownership rules, borrowing, lifetimes, and memory safety. Use when working with Rust memory management.
2026-01-21
effect-testing.md
47
1
export
effect-testing
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
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.
2026-01-21
tailwind-performance.md
47
1
export
tailwind-performance
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when optimizing Tailwind CSS for production, reducing bundle size, and improving performance. Covers PurgeCSS, JIT mode, and build optimization.
2026-01-21
Objective-C ARC Patterns.md
47
1
export
Objective-C ARC Patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when automatic Reference Counting in Objective-C including strong/weak references, retain cycles, ownership qualifiers, bridging with Core Foundation, and patterns for memory-safe code without manual retain/release.
2026-01-21
cocoapods-privacy-manifests.md
47
1
export
cocoapods-privacy-manifests
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing iOS 17+ privacy manifests for CocoaPods libraries. Covers PrivacyInfo.xcprivacy file creation, required reasons API declarations, and proper resource bundle integration for App Store compliance.
2026-01-21
kustomize-basics.md
47
1
export
kustomize-basics
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when customizing Kubernetes configurations without templates using Kustomize overlays and patches.
2026-01-21
monorepo-workflows.md
47
1
export
monorepo-workflows
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when setting up CI/CD, implementing versioning, optimizing workflows, or managing releases with monorepo development workflows including version management, publishing, and team collaboration practices.
2026-01-21
storybook-story-writing.md
47
1
export
storybook-story-writing
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating or modifying Storybook stories for components. Ensures stories follow CSF3 format, properly showcase component variations, and build successfully.
2026-01-21
monorepo-architecture.md
47
1
export
monorepo-architecture
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when designing monorepo structure, organizing packages, or migrating to monorepo architecture with architectural patterns for managing dependencies and scalable workspace configurations.
2026-01-21
boy-scout-rule.md
47
1
export
boy-scout-rule
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.
2026-01-21
markdownlint-integration.md
47
1
export
markdownlint-integration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.
2026-01-21
phoenix-patterns.md
47
1
export
phoenix-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when applying Phoenix Framework best practices including context design, controller patterns, and application architecture. Use when building Phoenix applications.
2026-01-21
react-performance.md
47
1
export
react-performance
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when React performance optimization including memoization, lazy loading, and virtualization. Use when optimizing React applications.
2026-01-21
rspec-advanced.md
47
1
export
rspec-advanced
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.
2026-01-21
csharp-async-patterns.md
47
1
export
csharp-async-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when C# asynchronous programming with async/await, Task, ValueTask, ConfigureAwait, and async streams for responsive applications.
2026-01-21
android-kotlin-coroutines.md
47
1
export
android-kotlin-coroutines
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing async operations with Kotlin coroutines, Flow, StateFlow, or managing concurrency in Android apps.
2026-01-21
refactoring.md
47
1
export
refactoring
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when restructuring code to improve quality without changing external behavior. Emphasizes safety through tests and incremental changes.
2026-01-21
cucumber-step-definitions.md
47
1
export
cucumber-step-definitions
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Writing effective step definitions and organizing test code
2026-01-21
graphql-resolvers.md
47
1
export
graphql-resolvers
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing GraphQL resolvers with resolver functions, context management, DataLoader batching, error handling, authentication, and testing strategies.
2026-01-21
absinthe-schema.md
47
1
export
absinthe-schema
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.
2026-01-21
git-worktree.md
47
1
export
git-worktree
2
from
"NikiforovAll/claude-code-rules"
from
"NikiforovAll/claude-code-rules"
3
This skill should be used when the user wants to manage Git worktrees - creating worktrees from local or remote branches, listing active worktrees with details, deleting worktrees, or switching between worktrees. Ideal for working on multiple branches simultaneously without stashing changes.
2026-01-21
notetaker-fundamentals.md
47
1
export
notetaker-fundamentals
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when leaving structured notes, comments, and annotations in code. Covers AI note-taking patterns, TODO formats, context preservation, and development breadcrumbs for future AI assistants and human developers.
2026-01-21
runbooks-troubleshooting-guides.md
47
1
export
runbooks-troubleshooting-guides
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating troubleshooting guides and diagnostic procedures for operational issues. Covers problem diagnosis, root cause analysis, and systematic debugging.
2026-01-21