Source

thebushidocollective/han

414 skills · 22.7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
claude-agent-sdk-tool-integration Use when integrating tools, permissions, and MCP servers with Claude AI agents using the Agent SDK.
thebushidocollective/han
27
2
figma-analyze-frame Analyze a Figma frame's structure, properties, and implementation considerations
thebushidocollective/han
27
3
Gleam Actor Model Use when oTP actor patterns in Gleam including processes, message passing, GenServer implementations, supervisors, fa…
thebushidocollective/han
27
4
go-concurrency Use when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.
thebushidocollective/han
27
5
python-type-system Use when Python's type system including type hints, mypy, Protocol, TypedDict, and Generics. Use when working with Py…
thebushidocollective/han
27
6
apollo-client-patterns Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React appli…
thebushidocollective/han
26
7
apollo-server-patterns Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.
thebushidocollective/han
26
8
cypress-fundamentals Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.
thebushidocollective/han
26
9
expo-router Use when implementing file-based routing in Expo with Expo Router. Covers app directory structure, navigation, layout…
thebushidocollective/han
26
10
graphql-inspector-validate Use when validating GraphQL operations/documents against a schema, checking query depth, complexity, or fragment usag…
thebushidocollective/han
26
11
graphql-schema-design Use when designing GraphQL schemas with type system, SDL patterns, field design, pagination, directives, and versioni…
thebushidocollective/han
26
12
junit-parameterized Use when jUnit parameterized tests with various value sources and test factories.
thebushidocollective/han
26
13
plan Create tactical implementation plan for a feature or task
thebushidocollective/han
26
14
ruby-gems-bundler Use when working with Ruby gems, Bundler for dependency management, creating gemspecs, and publishing gems to RubyGem…
thebushidocollective/han
26
15
sentry-performance-monitoring Use when setting up performance monitoring, distributed tracing, or profiling with Sentry. Covers transactions, spans…
thebushidocollective/han
26
16
shfmt-formatting Use when formatting shell scripts with shfmt. Covers consistent formatting patterns, shell dialect support, common is…
thebushidocollective/han
26
17
ameba-configuration Use when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, sever…
thebushidocollective/han
25
18
ameba-custom-rules Use when creating custom Ameba rules for Crystal code analysis including rule development, AST traversal, issue repor…
thebushidocollective/han
25
19
ameba-integration Use when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, an…
thebushidocollective/han
25
20
blueprints-maintenance Use after modifying existing systems to update blueprint documentation. Read blueprints before changes, update after.…
thebushidocollective/han
25
21
clippy-custom Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
thebushidocollective/han
25
22
crystal-macros Use when implementing compile-time metaprogramming in Crystal using macros for code generation, DSLs, compile-time co…
thebushidocollective/han
25
23
gitlab-ci-artifacts-caching Use when configuring artifacts for inter-job data passing or caching for faster builds. Covers cache strategies and a…
thebushidocollective/han
25
24
gluestack-mcp-tools Use when discovering, exploring, or retrieving gluestack-ui components via MCP tools. Provides access to component so…
thebushidocollective/han
25
25
graphql-resolvers Use when implementing GraphQL resolvers with resolver functions, context management, DataLoader batching, error handl…
thebushidocollective/han
25
26
maven-plugin-configuration Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin…
thebushidocollective/han
25
27
phoenix-routing Define routes and URL helpers in Phoenix applications including resources, scopes, pipelines, and verified routes
thebushidocollective/han
25
28
pulumi-components Use when building reusable infrastructure components with Pulumi for modular, composable cloud resources.
thebushidocollective/han
25
29
pytest-advanced Use when advanced Pytest features including markers, custom assertions, hooks, and coverage configuration.
thebushidocollective/han
25
30
rspec-advanced Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.
thebushidocollective/han
25
31
rspec-fundamentals Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.
thebushidocollective/han
25
32
sentry-release-management Use when managing Sentry releases, uploading source maps, or tracking deployments. Covers release health and commit a…
thebushidocollective/han
25
33
token-efficiency Minimize token consumption through efficient tool usage patterns
thebushidocollective/han
25
34
act-workflow-syntax Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, s…
thebushidocollective/han
24
35
analyze-performance Analyze performance metrics and identify slow transactions in Sentry
thebushidocollective/han
24
36
cocoapods-publishing-workflow Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, versio…
thebushidocollective/han
24
37
cocoapods-subspecs-organization Use when organizing complex CocoaPods libraries into subspecs. Covers modular architecture, dependency management bet…
thebushidocollective/han
24
38
credo-configuration Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.
thebushidocollective/han
24
39
django-cbv-patterns Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex…
thebushidocollective/han
24
40
fix Debug and fix bugs, errors, or unexpected behavior
thebushidocollective/han
24
41
ruby-oop Use when working with Ruby's object-oriented programming features including classes, modules, inheritance, mixins, an…
thebushidocollective/han
24
42
rust-async-patterns Use when Rust async programming with tokio, async/await, and futures. Use when writing asynchronous Rust code.
thebushidocollective/han
24
43
search-code Search for code across GitHub repositories
thebushidocollective/han
24
44
silent-execution Reduce token waste by batching tool calls and avoiding narration between sequential operations
thebushidocollective/han
24
45
bun-testing Use when writing tests with Bun's built-in test runner. Covers test organization, assertions, mocking, and snapshot t…
thebushidocollective/han
23
46
checkstyle-configuration Use when configuring Checkstyle for Java projects with XML config, custom checks, properties, and module setup.
thebushidocollective/han
23
47
checkstyle-rules Use when applying Checkstyle built-in checks for Java code including naming conventions, code metrics, and suppressio…
thebushidocollective/han
23
48
clippy-lints Use when applying Clippy lint categories for Rust code including correctness, performance, style, and custom lint con…
thebushidocollective/han
23
49
cocoapods-test-specs Use when adding automated tests to CocoaPods libraries using test specs. Covers test spec configuration, app host req…
thebushidocollective/han
23
50
credo-checks Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.
thebushidocollective/han
23
Page 6 · 414 total Previous Next