Browse Skills
44357 skills found
terraform-modules.md
47
1
export
terraform-modules
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.
2026-01-21
tensorflow-neural-networks.md
47
1
export
tensorflow-neural-networks
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Build and train neural networks with TensorFlow
2026-01-21
structural-design-principles.md
47
1
export
structural-design-principles
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transcend programming paradigms.
2026-01-21
jutsu-expo:expo-updates.md
47
1
export
jutsu-expo:expo-updates
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing over-the-air (OTA) updates with Expo Updates. Covers update configuration, checking for updates, and update strategies.
2026-01-21
cucumber-fundamentals.md
47
1
export
cucumber-fundamentals
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Core Cucumber concepts, Gherkin syntax, and feature file structure
2026-01-21
structured-plan-mode.md
47
1
export
structured-plan-mode
2
from
"NikiforovAll/claude-code-rules"
from
"NikiforovAll/claude-code-rules"
3
This skill should be used when planning and tracking complex feature implementations that require systematic task decomposition. Use this skill to break down large features into manageable, well-documented tasks with clear dependencies, action items, and success criteria. The skill provides a structured template and methodology for iterative planning and tracking throughout implementation.
2026-01-21
shell-portability.md
47
1
export
shell-portability
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatibility and platform differences.
2026-01-21
fnox-security-best-practices.md
47
1
export
fnox-security-best-practices
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing secure secrets management with Fnox. Covers encryption, key management, access control, and security hardening.
2026-01-21
effect-error-handling.md
47
1
export
effect-error-handling
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Effect error handling patterns including catchAll, catchTag, either, option, and typed errors. Use for handling expected errors in Effect applications.
2026-01-21
c-systems-programming.md
47
1
export
c-systems-programming
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when c systems programming including file I/O, processes, signals, and system calls for low-level system interaction.
2026-01-21
Nim Metaprogramming.md
47
1
export
Nim Metaprogramming
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when nim's metaprogramming including macros, templates, compile-time evaluation, AST manipulation, code generation, DSL creation, and leveraging compile-time computation for performance and abstraction in systems programming.
2026-01-21
credo-configuration.md
47
1
export
credo-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.
2026-01-21
elixir-ecto-patterns.md
47
1
export
elixir-ecto-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Elixir Ecto patterns including schemas, changesets, queries, and transactions. Use when building database-driven Elixir applications.
2026-01-21
oop-polymorphism.md
47
1
export
oop-polymorphism
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing polymorphism and interfaces in object-oriented design. Use when creating flexible, extensible systems with interchangeable components.
2026-01-21
mise-task-configuration.md
47
1
export
mise-task-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when defining and configuring Mise tasks in mise.toml. Covers task definitions, dependencies, file tasks, and parallel execution.
2026-01-21
markdown-tables.md
47
1
export
markdown-tables
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating or formatting tables in markdown. Covers table syntax, alignment, escaping, and best practices.
2026-01-21
rust-async-patterns.md
47
1
export
rust-async-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Rust async programming with tokio, async/await, and futures. Use when writing asynchronous Rust code.
2026-01-21
simplicity-principles.md
47
1
export
simplicity-principles
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.
2026-01-21
absinthe-resolvers.md
47
1
export
absinthe-resolvers
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.
2026-01-21
mise-tool-management.md
47
1
export
mise-tool-management
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing development tool versions with Mise. Covers installing tools, version pinning, and replacing language-specific version managers.
2026-01-21
example-workflow.md
47
1
export
example-workflow
2
from
"obra/superpowers-developing-for-claude-code"
from
"obra/superpowers-developing-for-claude-code"
3
Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
2026-01-20
markdownlint-configuration.md
47
1
export
markdownlint-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Configure markdownlint rules and options including rule management, configuration files, inline comments, and style inheritance.
2026-01-21
dialyzer-integration.md
47
1
export
dialyzer-integration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when integrating Dialyzer into development workflows and CI/CD pipelines for Erlang/Elixir projects.
2026-01-21
act-local-testing.md
47
1
export
act-local-testing
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.
2026-01-21