Back to authors
TheBushidoCollective

TheBushidoCollective

768 Skills published on GitHub.

sip-authentication-security

Use when implementing SIP authentication, security mechanisms, and encryption. Use when securing SIP servers, clients, or proxies.

UncategorizedView skill →

sip-media-negotiation

Use when handling SDP offer/answer, codec negotiation, media capabilities, and RTP session setup in SIP applications.

UncategorizedView skill →

sip-protocol-fundamentals

Use when working with SIP messages, methods, call flows, and protocol fundamentals for VoIP applications.

UncategorizedView skill →

tensorflow-data-pipelines

Create efficient data pipelines with tf.data

UncategorizedView skill →

tensorflow-model-deployment

Deploy and serve TensorFlow models

UncategorizedView skill →

tensorflow-neural-networks

Build and train neural networks with TensorFlow

UncategorizedView skill →

absinthe-resolvers

Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.

UncategorizedView skill →

absinthe-schema

Use when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.

UncategorizedView skill →

absinthe-subscriptions

Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.

UncategorizedView skill →

act-docker-setup

Use when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.

UncategorizedView skill →

act-local-testing

Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.

UncategorizedView skill →

act-workflow-syntax

Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.

UncategorizedView skill →

ansible-inventory

Use when managing hosts and groups in Ansible inventory for organizing infrastructure and applying configurations across environments.

UncategorizedView skill →

ansible-playbooks

Use when writing and organizing Ansible playbooks for automated configuration management and infrastructure orchestration.

UncategorizedView skill →

ansible-roles

Use when structuring and reusing code with Ansible roles for modular, maintainable automation and configuration management.

UncategorizedView skill →

apollo-caching-strategies

Use when implementing Apollo caching strategies including cache policies, optimistic UI, cache updates, and normalization.

UncategorizedView skill →

apollo-client-patterns

Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.

UncategorizedView skill →

apollo-server-patterns

Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.

UncategorizedView skill →

blueprints-maintenance

Use after modifying existing systems to update blueprint documentation. Read blueprints with read_blueprint before changes, update with write_blueprint after. Prevents documentation drift.

UncategorizedView skill →

blueprints-organization

Use when managing blueprints directory structure and avoiding duplication. Always search_blueprints before creating to prevent duplicate documentation. Handles naming conventions and cross-references.

UncategorizedView skill →

blueprints-writing

Use when creating or updating technical blueprint documentation for new features, API changes, or architectural modifications. Always use search_blueprints first to avoid duplication, then write_blueprint with proper structure.

UncategorizedView skill →

create-blueprint

Research a specific system and create or update its blueprints/ documentation

UncategorizedView skill →

generate-blueprints

Deeply research all systems and create or update blueprints/ documentation for the entire codebase

UncategorizedView skill →

jutsu-bun:bun-bundler

Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shaking, code splitting, and optimization strategies.

UncategorizedView skill →

jutsu-bun:bun-package-manager

Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.

UncategorizedView skill →

jutsu-bun:bun-runtime

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.

UncategorizedView skill →

jutsu-bun:bun-sqlite

Use when working with SQLite databases in Bun. Covers Bun's built-in SQLite driver, database operations, prepared statements, and transactions with high performance.

UncategorizedView skill →

jutsu-bun:bun-testing

Use when writing tests with Bun's built-in test runner. Covers test organization, assertions, mocking, and snapshot testing using Bun's fast test infrastructure.

UncategorizedView skill →

cocoapods-podspec-fundamentals

Use when creating or modifying CocoaPods podspec files. Covers required attributes, file patterns, dependencies, and platform specifications for iOS, macOS, tvOS, watchOS, and visionOS projects.

UncategorizedView skill →

cocoapods-privacy-manifests

Use when implementing iOS 17+ privacy manifests for CocoaPods libraries. Covers PrivacyInfo.xcprivacy file creation, required reasons API declarations, and proper resource bundle integration for App Store compliance.

UncategorizedView skill →

cocoapods-publishing-workflow

Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, version management, and publishing best practices for successful library distribution.

UncategorizedView skill →

cocoapods-subspecs-organization

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.

UncategorizedView skill →

cocoapods-test-specs

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.

UncategorizedView skill →

cucumber-best-practices

Cucumber best practices, patterns, and anti-patterns

UncategorizedView skill →

cucumber-fundamentals

Core Cucumber concepts, Gherkin syntax, and feature file structure

UncategorizedView skill →

cucumber-step-definitions

Writing effective step definitions and organizing test code

UncategorizedView skill →

cypress-advanced

Use when advanced Cypress features including custom commands, plugins, and network stubbing.

UncategorizedView skill →

cypress-ci-cd

Use when cypress CI/CD integration including parallelization, test recording, and media capture.

UncategorizedView skill →

cypress-fundamentals

Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.

UncategorizedView skill →

docker-compose-basics

Use when defining and running multi-container Docker applications with Docker Compose YAML configuration.

UncategorizedView skill →

docker-compose-networking

Use when configuring networks and service communication in Docker Compose including bridge networks, overlay networks, service discovery, and inter-service communication.

UncategorizedView skill →

docker-compose-production

Use when deploying Docker Compose applications to production including security hardening, resource management, health checks, logging, monitoring, and high-availability patterns.

UncategorizedView skill →

gitlab-ci-artifacts-caching

Use when configuring artifacts for inter-job data passing or caching for faster builds. Covers cache strategies and artifact management.

UncategorizedView skill →

gitlab-ci-best-practices

Use when optimizing GitLab CI/CD pipelines for performance, reliability, or maintainability. Covers pipeline optimization and organizational patterns.

UncategorizedView skill →

gitlab-ci-job-configuration

Use when defining GitLab CI jobs, configuring scripts, setting up environments, or managing job dependencies. Covers job structure and execution options.

UncategorizedView skill →

gitlab-ci-pipeline-configuration

Use when configuring GitLab CI/CD pipelines, defining stages, or setting up workflow rules. Covers pipeline structure, stage ordering, and execution flow.

UncategorizedView skill →

gitlab-ci-variables-secrets

Use when configuring GitLab CI/CD variables, managing secrets, or integrating with external secret providers. Covers secure credential handling.

UncategorizedView skill →

graphql-inspector-audit

Use when auditing GraphQL operations for complexity metrics, depth analysis, directive usage, or query performance concerns.

UncategorizedView skill →

graphql-inspector-ci

Use when setting up GraphQL Inspector in CI/CD pipelines, GitHub Actions, or GitLab CI for automated schema validation.

UncategorizedView skill →

graphql-inspector-diff

Use when detecting breaking changes between GraphQL schema versions, comparing schemas across branches, or validating schema migrations.

UncategorizedView skill →

Page 6 of 16 · 768 results