Source

thebushidocollective/han

414 skills · 22.7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
mocha-configuration Use when mocha configuration including reporters, config files, plugins, and CI integration.
thebushidocollective/han
18
2
refactoring Use when restructuring code to improve quality without changing external behavior. Emphasizes safety through tests an…
thebushidocollective/han
18
3
technical-planning Use when creating implementation plans for features or tasks. Focuses on tactical execution planning with clear tasks…
thebushidocollective/han
18
4
create-blueprint Research a specific system and create or update its blueprints/ documentation
thebushidocollective/han
17
5
create-pr Create a new pull request in a GitHub repository
thebushidocollective/han
17
6
develop Guides end-to-end feature development through 8 phases: discover requirements, explore codebase patterns, clarify amb…
thebushidocollective/han
17
7
Nim C Interop Use when nim-C interoperability including calling C from Nim, wrapping C libraries, importc/exportc pragmas, header g…
thebushidocollective/han
17
8
review-pr Get comprehensive review of a GitHub pull request
thebushidocollective/han
17
9
Swift Optionals Patterns Use when swift's optional handling patterns including optional binding, chaining, nil coalescing, and modern approach…
thebushidocollective/han
17
10
comment Add a comment to a ClickUp task
thebushidocollective/han
16
11
Scala Type System Use when scala's advanced type system including generics, variance, type bounds, implicit conversions, type classes, …
thebushidocollective/han
16
12
generate-blueprints Deeply research all systems and create or update blueprints/ documentation for the entire codebase
thebushidocollective/han
15
13
Scala Collections Use when scala collections including immutable/mutable variants, List, Vector, Set, Map operations, collection transf…
thebushidocollective/han
15
14
Lua Tables Patterns Use when lua tables as the universal data structure including arrays, dictionaries, objects, metatables, object-orien…
thebushidocollective/han
13
15
test Write tests for code using test-driven development principles
thebushidocollective/han
13
16
explainer Use when explaining code, technical concepts, or implementation decisions. Provides structured approach to creating c…
thebushidocollective/han
12
17
jutsu-bun:bun-sqlite Use when working with SQLite databases in Bun. Covers Bun's built-in SQLite driver, database operations, prepared sta…
thebushidocollective/han
12
18
Lua Coroutines Use when lua coroutines for cooperative multitasking including coroutine creation, yielding and resuming, passing val…
thebushidocollective/han
12
19
Gleam Erlang Interop Use when gleam-Erlang interoperability including calling Erlang code from Gleam, using Erlang libraries, external fun…
thebushidocollective/han
11
20
Gleam Type System Use when gleam's type system including algebraic data types, custom types, pattern matching, generic types, type infe…
thebushidocollective/han
11
21
load-pr-context Load PR context for the current branch using GitHub MCP tools
thebushidocollective/han
11
22
Lua C Integration Use when lua C API for extending Lua with native code including stack operations, calling C from Lua, calling Lua fro…
thebushidocollective/han
11
23
performance-optimization Use when optimizing code for performance, reducing bundle size, improving load times, or fixing performance bottlenec…
thebushidocollective/han
11
24
react-native-native-modules Use when building or integrating native modules in React Native. Covers creating native modules, Turbo Modules, bridg…
thebushidocollective/han
11
25
Kotlin Null Safety Use when kotlin's null safety system including nullable types, safe calls, Elvis operator, smart casts, and patterns …
thebushidocollective/han
10
26
debugging Use when investigating bugs, diagnosing issues, or understanding unexpected behavior. Provides systematic approaches …
thebushidocollective/han
9
27
jutsu-expo:expo-router Use when implementing file-based routing in Expo with Expo Router. Covers app directory structure, navigation, layout…
thebushidocollective/han
9
28
react-native-components Use when building React Native UI components with core components, custom components, and component patterns. Covers …
thebushidocollective/han
9
29
react-native-performance Use when optimizing React Native app performance. Covers FlatList optimization, memoization, image optimization, bund…
thebushidocollective/han
9
30
react-native-platform Use when handling platform-specific code in React Native for iOS and Android. Covers Platform API, platform-specific …
thebushidocollective/han
9
31
code-reviewer Use during verification phase when conducting thorough code reviews and providing constructive feedback based on univ…
thebushidocollective/han
8
32
documentation Use when creating or updating documentation including READMEs, API docs, inline comments, or technical guides. Focuse…
thebushidocollective/han
8
33
expo-updates Use when implementing over-the-air (OTA) updates with Expo Updates. Covers update configuration, checking for updates…
thebushidocollective/han
8
34
jutsu-react-native:react-native-navigation Use when implementing navigation in React Native apps with React Navigation. Covers stack, tab, drawer navigation, de…
thebushidocollective/han
8
35
react-native-navigation Use when implementing navigation in React Native apps with React Navigation. Covers stack, tab, drawer navigation, de…
thebushidocollective/han
8
36
react-native-styling Use when styling React Native components with StyleSheet, Flexbox layout, responsive design, and theming. Covers plat…
thebushidocollective/han
8
37
expo-build Use when building and deploying Expo apps with EAS Build. Covers build configuration, development builds, production …
thebushidocollective/han
7
38
jutsu-bun:bun-bundler Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-sha…
thebushidocollective/han
7
39
jutsu-bun:bun-package-manager Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and mig…
thebushidocollective/han
7
40
jutsu-bun:bun-runtime Use when working with Bun's runtime APIs including file I/O, HTTP servers, and native APIs. Covers modern JavaScript/…
thebushidocollective/han
7
41
jutsu-bun:bun-testing Use when writing tests with Bun's built-in test runner. Covers test organization, assertions, mocking, and snapshot t…
thebushidocollective/han
7
42
jutsu-expo:expo-updates Use when implementing over-the-air (OTA) updates with Expo Updates. Covers update configuration, checking for updates…
thebushidocollective/han
7
43
jutsu-react-native:react-native-performance Use when optimizing React Native app performance. Covers FlatList optimization, memoization, image optimization, bund…
thebushidocollective/han
7
44
create-mr Create a new merge request in a GitLab project
thebushidocollective/han
6
45
issue Get detailed information about a specific Linear issue
thebushidocollective/han
6
46
jutsu-expo:expo-build Use when building and deploying Expo apps with EAS Build. Covers build configuration, development builds, production …
thebushidocollective/han
6
47
jutsu-expo:expo-config Use when configuring Expo apps with app.json, app.config.js, and EAS configuration. Covers app metadata, plugins, bui…
thebushidocollective/han
6
48
jutsu-expo:expo-modules Use when working with Expo SDK modules for camera, location, notifications, file system, and other device APIs. Cover…
thebushidocollective/han
6
49
jutsu-react-native:react-native-components Use when building React Native UI components with core components, custom components, and component patterns. Covers …
thebushidocollective/han
6
50
jutsu-react-native:react-native-native-modules Use when building or integrating native modules in React Native. Covers creating native modules, Turbo Modules, bridg…
thebushidocollective/han
6
Page 8 · 414 total Previous Next