TheBushidoCollective

TheBushidoCollective

@TheBushidoCollective Organization

GitHub
50 Skills
8290 Total Stars
February 2026 Joined

Public Skills

generate-blueprints

by TheBushidoCollective

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

Code Gen 166 3mo ago

blueprints-writing

by TheBushidoCollective

Use when creating or updating technical blueprint documentation for new features, API changes, or architectural modifications. Always search existing blueprints first to avoid duplication, then write with proper structure.

Docs Gen 166 3mo ago

create-blueprint

by TheBushidoCollective

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

Code Gen 166 3mo ago

blueprints-organization

by TheBushidoCollective

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

Auth 166 3mo ago

absinthe-resolvers

by TheBushidoCollective

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

Code Gen 166 3mo ago

ansible-inventory

by TheBushidoCollective

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

CLI Tools 166 3mo ago

absinthe-schema

by TheBushidoCollective

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

Database 166 3mo ago

apollo-caching-strategies

by TheBushidoCollective

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

Caching 166 3mo ago

act-local-testing

by TheBushidoCollective

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.

CLI Tools 166 3mo ago

ansible-playbooks

by TheBushidoCollective

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

File Ops 166 3mo ago

bun-bundler

by TheBushidoCollective

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

Processing 166 3mo ago

absinthe-subscriptions

by TheBushidoCollective

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

API Dev 166 3mo ago

bun-runtime

by TheBushidoCollective

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.

Processing 166 3mo ago

apollo-client-patterns

by TheBushidoCollective

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

Processing 166 3mo ago

ansible-roles

by TheBushidoCollective

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

Code Gen 166 3mo ago

bun-sqlite

by TheBushidoCollective

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

Code Gen 166 3mo ago

act-docker-setup

by TheBushidoCollective

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

Caching 166 3mo ago

apollo-server-patterns

by TheBushidoCollective

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

Database 166 3mo ago

bun-package-manager

by TheBushidoCollective

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

CLI Tools 166 3mo ago

cucumber-fundamentals

by TheBushidoCollective

Core Cucumber concepts, Gherkin syntax, and feature file structure

Auth 166 3mo ago

gitlab-ci-artifacts-caching

by TheBushidoCollective

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

Caching 166 3mo ago

cocoapods-publishing-workflow

by TheBushidoCollective

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

Git & VCS 166 3mo ago

graphql-inspector-audit

by TheBushidoCollective

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

API Dev 166 3mo ago

cocoapods-test-specs

by TheBushidoCollective

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.

Kubernetes 166 3mo ago

gitlab-ci-pipeline-configuration

by TheBushidoCollective

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

Automation 166 3mo ago

cocoapods-podspec-fundamentals

by TheBushidoCollective

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.

Git & VCS 166 3mo ago

graphql-inspector-validate

by TheBushidoCollective

Use when validating GraphQL operations/documents against a schema, checking query depth, complexity, or fragment usage.

API Dev 166 3mo ago

cypress-ci-cd

by TheBushidoCollective

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

CI/CD 166 3mo ago

docker-compose-networking

by TheBushidoCollective

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

Caching 166 3mo ago

cucumber-step-definitions

by TheBushidoCollective

Writing effective step definitions and organizing test code

Auth 166 3mo ago

gitlab-ci-best-practices

by TheBushidoCollective

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

CI/CD 166 3mo ago

graphql-performance

by TheBushidoCollective

Use when optimizing GraphQL API performance with query complexity analysis, batching, caching strategies, depth limiting, monitoring, and database optimization.

API Dev 166 3mo ago

cocoapods-privacy-manifests

by TheBushidoCollective

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.

Processing 166 3mo ago

gitlab-ci-variables-secrets

by TheBushidoCollective

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

CI/CD 166 3mo ago

cypress-fundamentals

by TheBushidoCollective

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

Debugging 166 3mo ago

cypress-advanced

by TheBushidoCollective

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

Debugging 166 3mo ago

helm-charts

by TheBushidoCollective

Use when understanding and creating Helm charts for packaging and deploying Kubernetes applications.

Analytics 166 3mo ago

graphql-resolvers

by TheBushidoCollective

Use when implementing GraphQL resolvers with resolver functions, context management, DataLoader batching, error handling, authentication, and testing strategies.

Code Gen 166 3mo ago

gitlab-ci-job-configuration

by TheBushidoCollective

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

Automation 166 3mo ago

helm-templates

by TheBushidoCollective

Use when working with Helm templates and template functions for generating Kubernetes manifests dynamically.

Analytics 166 3mo ago

blueprints-maintenance

by TheBushidoCollective

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

Code Gen 165 3mo ago

act-workflow-syntax

by TheBushidoCollective

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.

Automation 165 3mo ago

bun-testing

by TheBushidoCollective

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.

Processing 165 3mo ago

docker-compose-basics

by TheBushidoCollective

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

API Dev 165 3mo ago

graphql-inspector-ci

by TheBushidoCollective

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

API Dev 165 3mo ago

graphql-schema-design

by TheBushidoCollective

Use when designing GraphQL schemas with type system, SDL patterns, field design, pagination, directives, and versioning strategies for maintainable and scalable APIs.

API Dev 165 3mo ago

cocoapods-subspecs-organization

by TheBushidoCollective

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.

Processing 165 3mo ago

cucumber-best-practices

by TheBushidoCollective

Cucumber best practices, patterns, and anti-patterns

Auth 165 3mo ago

graphql-inspector-diff

by TheBushidoCollective

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

API Dev 165 3mo ago

docker-compose-production

by TheBushidoCollective

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

Processing 165 3mo ago