Browse Skills

44357 skills found

markdown-syntax-fundamentals.md
47
1 export markdown-syntax-fundamentals
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.
2026-01-21
jutsu-bun:bun-package-manager.md
47
1 export jutsu-bun:bun-package-manager
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.
2026-01-21
cypress-ci-cd.md
47
1 export cypress-ci-cd
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when cypress CI/CD integration including parallelization, test recording, and media capture.
2026-01-21
storybook-component-documentation.md
47
1 export storybook-component-documentation
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when creating or improving component documentation in Storybook. Helps generate comprehensive docs using MDX, autodocs, and JSDoc comments.
2026-01-21
effect-schema.md
47
1 export effect-schema
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when @effect/schema patterns including schema definition, validation, parsing, encoding, and transformations. Use for type-safe data validation in Effect applications.
2026-01-21
rails-hotwire.md
47
1 export rails-hotwire
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when hotwire (Turbo and Stimulus) for building modern reactive Rails applications without complex JavaScript frameworks.
2026-01-21
rails-active-record-patterns.md
47
1 export rails-active-record-patterns
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when active Record patterns including models, associations, queries, validations, and callbacks.
2026-01-21
professional-honesty.md
47
1 export professional-honesty
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
2026-01-21
vue-reactivity-system.md
47
1 export vue-reactivity-system
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when Vue reactivity system with refs, reactive, computed, and watchers. Use when managing complex state in Vue applications.
2026-01-21
dialyzer-analysis.md
47
1 export dialyzer-analysis
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.
2026-01-21
cocoapods-subspecs-organization.md
47
1 export cocoapods-subspecs-organization
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when organizing complex CocoaPods libraries into subspecs. Covers modular architecture, dependency management between subspecs, and default subspecs patterns for better code organization and optional features.
2026-01-21
credo-checks.md
47
1 export credo-checks
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.
2026-01-21
apollo-client-patterns.md
47
1 export apollo-client-patterns
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.
2026-01-21
sop-rfc2119.md
47
1 export sop-rfc2119
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when writing SOPs that require precise requirement levels using RFC 2119 constraint keywords (MUST, SHOULD, MAY). Covers proper usage of requirement keywords for deterministic agent behavior.
2026-01-21
terraform-state.md
47
1 export terraform-state
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when managing Terraform state files, remote backends, and state locking for infrastructure coordination.
2026-01-21
documentation-linking.md
47
1 export documentation-linking
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when creating bidirectional links between code and documentation. Covers link patterns, documentation references, context preservation across artifacts, and maintaining synchronization between code and docs.
2026-01-21
jest-configuration.md
47
1 export jest-configuration
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when jest configuration, setup files, module resolution, and project organization for optimal testing environments.
2026-01-21
plugin-testing.md
47
1 export plugin-testing
2 glittercowboy from "glittercowboy/plugin-freedom-system"
3 Validates audio plugins through automated tests, pluginval, or manual DAW testing. Use for MANUAL testing via /test command. Note - Automatic validation now built into workflow (validation-agent runs after each stage). This skill is for manual testing only, after bug fixes, or when user mentions test, validate, validation, pluginval, stability, automated tests, run tests, check plugin, or quality assurance.
2026-01-21
version-bump.md
47
1 export version-bump
2 NikiforovAll from "NikiforovAll/claude-code-rules"
3 This skill automates version bumping during the release process for the Claude Code Handbook monorepo. It should be used when the user requests to bump versions, prepare a release, or increment version numbers across the repository.
2026-01-21
go-concurrency.md
47
1 export go-concurrency
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.
2026-01-21
jutsu-expo:expo-build.md
47
1 export jutsu-expo:expo-build
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when building and deploying Expo apps with EAS Build. Covers build configuration, development builds, production builds, and app store submission.
2026-01-21
ink-hooks-state.md
47
1 export ink-hooks-state
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when managing state and side effects in Ink applications using React hooks for terminal UIs.
2026-01-21
ecto-changesets.md
47
1 export ecto-changesets
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when validating and casting data with Ecto changesets including field validation, constraints, nested changesets, and data transformation. Use for ensuring data integrity before database operations.
2026-01-21
python-data-classes.md
47
1 export python-data-classes
2 TheBushidoCollective from "TheBushidoCollective/han"
3 Use when Python data modeling with dataclasses, attrs, and Pydantic. Use when creating data structures and models.
2026-01-21