Browse Skills
44357 skills found
scratch-workspace.md
47
1
export
scratch-workspace
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating temporary files, drafts, experiments, or any content that should not be committed to version control. Ensures proper placement in .claude/.scratch with gitignore configuration.
2026-01-21
kustomize-overlays.md
47
1
export
kustomize-overlays
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing environment-specific Kubernetes configurations with Kustomize overlays and patches.
2026-01-21
kubernetes-resources.md
47
1
export
kubernetes-resources
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when managing Kubernetes resources including deployments, services, configmaps, and secrets.
2026-01-21
spec-driven.md
47
1
export
spec-driven
2
from
"NikiforovAll/claude-code-rules"
from
"NikiforovAll/claude-code-rules"
3
Guide spec-driven development workflow (Requirements → Design → Tasks → Implementation) with approval gates between phases. Use when user wants structured feature planning or says "use spec-driven" or "follow the spec process".
2026-01-21
jutsu-bun:bun-runtime.md
47
1
export
jutsu-bun:bun-runtime
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when working with Bun's runtime APIs including file I/O, HTTP servers, and native APIs. Covers modern JavaScript/TypeScript execution in Bun's fast runtime environment.
2026-01-21
c-systems-programming.md
47
1
export
c-systems-programming
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when writing low-level system software in C requiring file I/O, process management, signals, and system calls.
2026-01-21
plugin-improve.md
47
1
export
plugin-improve
2
from
"glittercowboy/plugin-freedom-system"
from
"glittercowboy/plugin-freedom-system"
3
Fix bugs, add features to completed plugins. Includes versioning, backups, regression testing, changelog automation. Auto-detects deep-research handoffs to preserve investigation context. Trigger terms - improve, fix, add feature, modify plugin, version bump, rollback
2026-01-21
testng-parallel.md
47
1
export
testng-parallel
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring parallel test execution with TestNG including thread pools, suite configuration, and synchronization.
2026-01-21
pulumi-components.md
47
1
export
pulumi-components
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when building reusable infrastructure components with Pulumi for modular, composable cloud resources.
2026-01-21
kustomize-generators.md
47
1
export
kustomize-generators
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when generating ConfigMaps and Secrets with Kustomize for Kubernetes configuration management.
2026-01-21
git-storytelling-branch-strategy.md
47
1
export
git-storytelling-branch-strategy
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when planning git branching strategies or managing branches for development. Helps create clear development narratives through effective branch organization and workflow patterns.
2026-01-21
act-docker-setup.md
47
1
export
act-docker-setup
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.
2026-01-21
cpp-templates-metaprogramming.md
47
1
export
cpp-templates-metaprogramming
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating generic and type-safe C++ libraries with templates, SFINAE, concepts, and compile-time metaprogramming.
2026-01-21
rspec-fundamentals.md
47
1
export
rspec-fundamentals
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.
2026-01-21
tailwind-configuration.md
47
1
export
tailwind-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when setting up or customizing Tailwind CSS configuration, theme customization, plugins, and build setup. Covers tailwind.config.js setup and content paths.
2026-01-21
documentation.md
47
1
export
documentation
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when creating or updating documentation including READMEs, API docs, inline comments, or technical guides. Focuses on clarity and usefulness for the intended audience.
2026-01-21
vitest-testing-patterns.md
47
1
export
vitest-testing-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when vitest testing patterns including unit tests, mocks, spies, and browser mode testing.
2026-01-21
fnox-configuration.md
47
1
export
fnox-configuration
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when configuring Fnox secrets management with fnox.toml. Covers file structure, secrets definition, profiles, and hierarchical configurations.
2026-01-21
vue-component-patterns.md
47
1
export
vue-component-patterns
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when Vue component patterns including props, emits, slots, and provide/inject. Use when building reusable Vue components.
2026-01-21
sre-incident-response.md
47
1
export
sre-incident-response
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when responding to production incidents following SRE principles and best practices.
2026-01-21
cocoapods-test-specs.md
47
1
export
cocoapods-test-specs
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when adding automated tests to CocoaPods libraries using test specs. Covers test spec configuration, app host requirements, and testing patterns that integrate with pod lib lint validation.
2026-01-21
pulumi-basics.md
47
1
export
pulumi-basics
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when writing infrastructure-as-code with Pulumi using programming languages for cloud resource provisioning.
2026-01-21
cypress-advanced.md
47
1
export
cypress-advanced
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when advanced Cypress features including custom commands, plugins, and network stubbing.
2026-01-21
ecto-schemas.md
47
1
export
ecto-schemas
2
from
"TheBushidoCollective/han"
from
"TheBushidoCollective/han"
3
Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.
2026-01-21