Source

thebushidocollective/han

414 skills · 22.7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
effect-resource-management Use when Effect resource management patterns including Scope, addFinalizer, scoped effects, and automatic cleanup. Us…
thebushidocollective/han
32
2
git-storytelling-commit-strategy Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to…
thebushidocollective/han
32
3
java-streams-api Use when Java Streams API for functional-style data processing. Use when processing collections with streams.
thebushidocollective/han
32
4
jest-advanced Use when advanced Jest features including custom matchers, parameterized tests with test.each, coverage configuration…
thebushidocollective/han
32
5
Kotlin Coroutines Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels…
thebushidocollective/han
32
6
pylint-configuration Use when pylint configuration including pylintrc, message control, plugins, and scoring system.
thebushidocollective/han
32
7
absinthe-subscriptions Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscriptio…
thebushidocollective/han
31
8
code-annotation-patterns Use when annotating code with structured metadata, tags, and markers for AI-assisted development workflows. Covers an…
thebushidocollective/han
31
9
figma-generate-component Generate production-ready code from a Figma component or frame using the Figma MCP server
thebushidocollective/han
31
10
git-storytelling-branch-strategy Use when planning git branching strategies or managing branches for development. Helps create clear development narra…
thebushidocollective/han
31
11
git-storytelling-commit-messages Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create inf…
thebushidocollective/han
31
12
oop-encapsulation Use when applying encapsulation and information hiding principles in object-oriented design. Use when controlling acc…
thebushidocollective/han
31
13
project-memory Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness…
thebushidocollective/han
31
14
sre-incident-response Use when responding to production incidents following SRE principles and best practices.
thebushidocollective/han
31
15
claude-agent-sdk-agent-creation Use when creating or configuring Claude AI agents using the Agent SDK. Covers agent initialization, configuration, an…
thebushidocollective/han
30
16
Erlang Concurrency Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, err…
thebushidocollective/han
30
17
graphql-performance Use when optimizing GraphQL API performance with query complexity analysis, batching, caching strategies, depth limit…
thebushidocollective/han
30
18
jest-configuration Use when jest configuration, setup files, module resolution, and project organization for optimal testing environment…
thebushidocollective/han
30
19
ruby-metaprogramming Use when working with Ruby metaprogramming features including dynamic method definition, method_missing, class_eval, …
thebushidocollective/han
30
20
rust-ownership-system Use when Rust's ownership system including ownership rules, borrowing, lifetimes, and memory safety. Use when working…
thebushidocollective/han
30
21
sentry-alerts-issues Use when configuring Sentry alerts, managing issues, or setting up notifications. Covers alert rules, issue triage, a…
thebushidocollective/han
30
22
sentry-sdk-configuration Use when initializing Sentry in applications, configuring SDK options, or setting up integrations across different fr…
thebushidocollective/han
30
23
claude-agent-sdk-context-management Use when managing agent context, memory, and conversation state in Claude AI agents using the Agent SDK.
thebushidocollective/han
29
24
clippy-configuration Use when configuring Clippy for Rust projects with TOML config, lint groups, attributes, and workspace setup.
thebushidocollective/han
29
25
crystal-engineer Use when working with Crystal language development including WebSocket communication, TLS/SSL configuration, HTTP fra…
thebushidocollective/han
29
26
cypress-ci-cd Use when cypress CI/CD integration including parallelization, test recording, and media capture.
thebushidocollective/han
29
27
debug Investigate and diagnose issues without necessarily fixing them
thebushidocollective/han
29
28
Erlang Distribution Use when erlang distributed systems including node connectivity, distributed processes, global name registration, dis…
thebushidocollective/han
29
29
gitlab-ci-best-practices Use when optimizing GitLab CI/CD pipelines for performance, reliability, or maintainability. Covers pipeline optimiza…
thebushidocollective/han
29
30
Kotlin DSL Patterns Use when domain-specific language design in Kotlin using type-safe builders, infix functions, operator overloading, l…
thebushidocollective/han
29
31
phoenix-views-templates Render views and templates in Phoenix using HEEx templates, function components, slots, and assigns
thebushidocollective/han
29
32
pylint-integration Use when pylint CI integration including plugins, editor integration, and performance tuning.
thebushidocollective/han
29
33
python-async-patterns Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and conc…
thebushidocollective/han
29
34
python-data-classes Use when Python data modeling with dataclasses, attrs, and Pydantic. Use when creating data structures and models.
thebushidocollective/han
29
35
sentry-error-capturing Use when capturing and reporting errors to Sentry, adding context, or handling exceptions. Covers error boundaries, c…
thebushidocollective/han
29
36
sop-rfc2119 Use when writing SOPs that require precise requirement levels using RFC 2119 constraint keywords (MUST, SHOULD, MAY).…
thebushidocollective/han
29
37
testng-fundamentals Use when working with TestNG annotations, assertions, test lifecycle, and configuration for Java testing.
thebushidocollective/han
29
38
act-docker-setup Use when configuring Docker environments for act, selecting runner images, managing container resources, or troublesh…
thebushidocollective/han
28
39
act-local-testing Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging wor…
thebushidocollective/han
28
40
checkstyle-custom Use when developing custom Checkstyle checks, filters, and plugin integrations for project-specific Java code standar…
thebushidocollective/han
28
41
crystal-concurrency Use when implementing concurrent programming in Crystal using fibers, channels, and parallel execution patterns for h…
thebushidocollective/han
28
42
figma-extract-tokens Extract design tokens and variables from a Figma file to create or update a design system
thebushidocollective/han
28
43
gitlab-ci-pipeline-configuration Use when configuring GitLab CI/CD pipelines, defining stages, or setting up workflow rules. Covers pipeline structure…
thebushidocollective/han
28
44
graphql-inspector-audit Use when auditing GraphQL operations for complexity metrics, depth analysis, directive usage, or query performance co…
thebushidocollective/han
28
45
java-generics Use when Java generics including type parameters, wildcards, and type bounds. Use when writing type-safe reusable cod…
thebushidocollective/han
28
46
notetaker-fundamentals Use when leaving structured notes, comments, and annotations in code. Covers AI note-taking patterns, TODO formats, c…
thebushidocollective/han
28
47
rspec-mocking Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.
thebushidocollective/han
28
48
testng-data-driven Use when implementing data-driven tests with TestNG DataProviders, factory methods, and parameterization patterns.
thebushidocollective/han
28
49
architecture-design Use when designing system architecture, making high-level technical decisions, or planning major system changes. Focu…
thebushidocollective/han
27
50
blueprints-organization Use when managing blueprints directory structure and avoiding duplication. Always search existing blueprints before c…
thebushidocollective/han
27
Page 5 · 414 total Previous Next