← all skills

thebushidocollective

thebushidocollective

@thebushidocollective seed · attribution · source repo

0 followers · 365 skills

365 published skills · page 1 of 4

  1. Fix · thebushidocollective
    Debug and fix bugs, errors, or unexpected behavior
    0
    installs
  2. Plan · thebushidocollective
    Create tactical implementation plan for a feature or task
    0
    installs
  3. Test · thebushidocollective
    Write tests for code using test-driven development principles
    0
    installs
  4. Debug · thebushidocollective
    Investigate and diagnose issues without necessarily fixing them
    0
    installs
  5. Review · thebushidocollective
    Multi-agent code review with confidence-based filtering
    0
    installs
  6. Develop · thebushidocollective
    Guides end-to-end feature development through 8 phases: discover requirements, explore codebase patterns, clarify ambiguities with the user, design architecture, implement with TDD, run multi-agent code review, validate all quality gates, and write a blog post. Use when asked to add a feature, implement a new capability, build functionality, or develop a feature end-to-end.
    0
    installs
  7. Explain · thebushidocollective
    Explain code, concepts, or technical decisions in clear, understandable terms
    0
    installs
  8. Document · thebushidocollective
    Generate or update documentation for code, APIs, or systems
    0
    installs
  9. Optimize · thebushidocollective
    Optimize code for performance, readability, or efficiency
    0
    installs
  10. Refactor · thebushidocollective
    Restructure code to improve quality without changing behavior
    0
    installs
  11. Architect · thebushidocollective
    Design system architecture and high-level technical strategy
    0
    installs
  12. Proof Of Work · thebushidocollective
    Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure trust through transparency.
    0
    installs
  13. Boy Scout Rule · thebushidocollective
    Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than you found it.
    0
    installs
  14. Project Memory · thebushidocollective
    Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-specific instructions.
    0
    installs
  15. Start · thebushidocollective
    Start work on a Jira ticket (transition to In Progress)
    0
    installs
  16. Search · thebushidocollective
    Search for Jira tickets using JQL or text
    0
    installs
  17. Ticket · thebushidocollective
    Get detailed information about a specific Jira ticket
    0
    installs
  18. Bun Sqlite · 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.
    0
    installs
  19. Silent Execution · thebushidocollective
    Reduce token waste by batching tool calls and avoiding narration between sequential operations
    0
    installs
  20. Solid Principles · thebushidocollective
    Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.
    0
    installs
  21. Token Efficiency · thebushidocollective
    Minimize token consumption through efficient tool usage patterns
    0
    installs
  22. Csharp Linq · thebushidocollective
    Use when lINQ (Language Integrated Query) with query and method syntax, deferred execution, expression trees, and performance optimization.
    0
    installs
  23. Task · thebushidocollective
    Get detailed information about a specific ClickUp task
    0
    installs
  24. Issue · thebushidocollective
    Get detailed information about a specific Linear issue
    0
    installs
  25. Bun Bundler · thebushidocollective
    Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shaking, code splitting, and optimization strategies.
    0
    installs
  26. Bun Runtime · 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.
    0
    installs
  27. Bun Testing · 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.
    0
    installs
  28. Baseline Restorer · thebushidocollective
    Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.
    0
    installs
  29. C Data Structures · thebushidocollective
    Use when fundamental C data structures including arrays, structs, linked lists, trees, and hash tables with memory-efficient implementations.
    0
    installs
  30. Complete · thebushidocollective
    Mark a Jira ticket as complete after validating acceptance criteria
    0
    installs
  31. Validate · thebushidocollective
    Validate acceptance criteria for a Jira ticket without changing status
    0
    installs
  32. Helm Charts · thebushidocollective
    Use when understanding and creating Helm charts for packaging and deploying Kubernetes applications.
    0
    installs
  33. Helm Values · thebushidocollective
    Use when managing Helm values files and configuration overrides for customizing Kubernetes deployments.
    0
    installs
  34. Legacy Code Safety · thebushidocollective
    Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.
    0
    installs
  35. Jest Advanced · thebushidocollective
    Use when advanced Jest features including custom matchers, parameterized tests with test.each, coverage configuration, and performance optimization.
    0
    installs
  36. Professional Honesty · thebushidocollective
    Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
    0
    installs
  37. Cpp Smart Pointers · thebushidocollective
    Use when C++ smart pointers including unique_ptr, shared_ptr, and weak_ptr for automatic memory management following RAII principles.
    0
    installs
  38. Bdd Patterns · thebushidocollective
    Use when applying Behavior-Driven Development patterns including Given-When-Then structure, feature files, and acceptance criteria. Use when writing BDD-style tests and specifications.
    0
    installs
  39. Create Pr · thebushidocollective
    Create a new pull request in a GitHub repository
    0
    installs
  40. Review Pr · thebushidocollective
    Get comprehensive review of a GitHub pull request
    0
    installs
  41. Create Mr · thebushidocollective
    Create a new merge request in a GitLab project
    0
    installs
  42. Review Mr · thebushidocollective
    Get comprehensive review of a GitLab merge request
    0
    installs
  43. Helm Templates · thebushidocollective
    Use when working with Helm templates and template functions for generating Kubernetes manifests dynamically.
    0
    installs
  44. Rspec Mocking · thebushidocollective
    Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.
    0
    installs
  45. Simplicity Principles · thebushidocollective
    Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable code.
    0
    installs
  46. Expo Build · thebushidocollective
    Use when building and deploying Expo apps with EAS Build. Covers build configuration, development builds, production builds, and app store submission.
    0
    installs
  47. C Systems Programming · thebushidocollective
    Use when c systems programming including file I/O, processes, signals, and system calls for low-level system interaction.
    0
    installs
  48. Cpp Modern Features · thebushidocollective
    Use when modern C++ features from C++11/14/17/20 including auto, lambdas, range-based loops, structured bindings, and concepts.
    0
    installs
  49. Go Interfaces · thebushidocollective
    Use when Go interfaces including interface design, duck typing, and composition patterns. Use when designing Go APIs and abstractions.
    0
    installs
  50. Act Docker Setup · thebushidocollective
    Use when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.
    0
    installs
  51. Cocoapods Test Specs · 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.
    0
    installs
  52. Mise Tool Management · thebushidocollective
    Use when managing development tool versions with Mise. Covers installing tools, version pinning, and replacing language-specific version managers.
    0
    installs
  53. Pulumi Basics · thebushidocollective
    Use when writing infrastructure-as-code with Pulumi using programming languages for cloud resource provisioning.
    0
    installs
  54. Pulumi Stacks · thebushidocollective
    Use when managing multiple environments with Pulumi stacks for development, staging, and production deployments.
    0
    installs
  55. Rspec Advanced · thebushidocollective
    Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.
    0
    installs
  56. Explicit Configuration · thebushidocollective
    Prefer explicit configuration over framework defaults to prevent environment-dependent failures
    0
    installs
  57. Expo Config · thebushidocollective
    Use when configuring Expo apps with app.json, app.config.js, and EAS configuration. Covers app metadata, plugins, build configuration, and environment variables.
    0
    installs
  58. Expo Router · thebushidocollective
    Use when implementing file-based routing in Expo with Expo Router. Covers app directory structure, navigation, layouts, dynamic routes, and deep linking.
    0
    installs
  59. Go Concurrency · thebushidocollective
    Use when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.
    0
    installs
  60. Nim C Interop · thebushidocollective
    Use when nim-C interoperability including calling C from Nim, wrapping C libraries, importc/exportc pragmas, header generation, FFI patterns, and building high-performance systems code integrating Nim with existing C codebases.
    0
    installs
  61. Bdd Principles · thebushidocollective
    Core BDD concepts, philosophy, and the Three Amigos practice
    0
    installs
  62. Search Code · thebushidocollective
    Search for code across GitHub repositories
    0
    installs
  63. Act Local Testing · 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.
    0
    installs
  64. Ansible Roles · thebushidocollective
    Use when structuring and reusing code with Ansible roles for modular, maintainable automation and configuration management.
    0
    installs
  65. Cypress CI CD · thebushidocollective
    Use when cypress CI/CD integration including parallelization, test recording, and media capture.
    0
    installs
  66. Pytest Plugins · thebushidocollective
    Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.
    0
    installs
  67. Orthogonality Principle · thebushidocollective
    Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
    0
    installs
  68. Ecto Schemas · thebushidocollective
    Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.
    0
    installs
  69. Expo Modules · thebushidocollective
    Use when working with Expo SDK modules for camera, location, notifications, file system, and other device APIs. Covers permissions, configurations, and best practices.
    0
    installs
  70. Expo Updates · thebushidocollective
    Use when implementing over-the-air (OTA) updates with Expo Updates. Covers update configuration, checking for updates, and update strategies.
    0
    installs
  71. Java Generics · thebushidocollective
    Use when Java generics including type parameters, wildcards, and type bounds. Use when writing type-safe reusable code.
    0
    installs
  72. Lua Coroutines · thebushidocollective
    Use when lua coroutines for cooperative multitasking including coroutine creation, yielding and resuming, passing values, generators, iterators, asynchronous patterns, state machines, and producer-consumer implementations.
    0
    installs
  73. Create Issue · thebushidocollective
    Create a new issue in a GitHub repository
    0
    installs
  74. Query Events · thebushidocollective
    Run custom queries on Sentry events and issues with advanced filtering
    0
    installs
  75. Junit Extensions · thebushidocollective
    Use when jUnit extensions including custom extensions, rules, and conditional test execution.
    0
    installs
  76. Mocha Assertions · thebushidocollective
    Use when assertion libraries for Mocha including Chai with expect, should, and assert styles.
    0
    installs
  77. Pytest Advanced · thebushidocollective
    Use when advanced Pytest features including markers, custom assertions, hooks, and coverage configuration.
    0
    installs
  78. Pytest Fixtures · thebushidocollective
    Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.
    0
    installs
  79. Testng Parallel · thebushidocollective
    Use when configuring parallel test execution with TestNG including thread pools, suite configuration, and synchronization.
    0
    installs
  80. Oop Polymorphism · thebushidocollective
    Use when implementing polymorphism and interfaces in object-oriented design. Use when creating flexible, extensible systems with interchangeable components.
    0
    installs
  81. Create Sop · thebushidocollective
    Create a new Standard Operating Procedure (SOP) file with proper structure
    0
    installs
  82. Update Sop · thebushidocollective
    Update an existing SOP to reflect changes in tools, processes, or best practices
    0
    installs
  83. View Workflow · thebushidocollective
    View GitHub Actions workflow runs and status
    0
    installs
  84. View Pipeline · thebushidocollective
    View CI/CD pipeline status for a merge request or project
    0
    installs
  85. Act Workflow Syntax · 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.
    0
    installs
  86. Bun Package Manager · thebushidocollective
    Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.
    0
    installs
  87. Jest Configuration · thebushidocollective
    Use when jest configuration, setup files, module resolution, and project organization for optimal testing environments.
    0
    installs
  88. Credo Checks · thebushidocollective
    Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.
    0
    installs
  89. Ink Hooks State · thebushidocollective
    Use when managing state and side effects in Ink applications using React hooks for terminal UIs.
    0
    installs
  90. Rails Hotwire · thebushidocollective
    Use when hotwire (Turbo and Stimulus) for building modern reactive Rails applications without complex JavaScript frameworks.
    0
    installs
  91. Go Error Handling · thebushidocollective
    Use when Go error handling with error wrapping, sentinel errors, and custom error types. Use when handling errors in Go applications.
    0
    installs
  92. Oop Encapsulation · thebushidocollective
    Use when applying encapsulation and information hiding principles in object-oriented design. Use when controlling access to object state and behavior.
    0
    installs
  93. Sop Rfc2119 · thebushidocollective
    Use when writing SOPs that require precise requirement levels using RFC 2119 constraint keywords (MUST, SHOULD, MAY). Covers proper usage of requirement keywords for deterministic agent behavior.
    0
    installs
  94. Resume From Pr · thebushidocollective
    Resume work on a pull request by loading its context, diff, CI status, and review comments
    0
    installs
  95. Check Releases · thebushidocollective
    Check release health and compare error rates across deployments
    0
    installs
  96. Fnox Configuration · thebushidocollective
    Use when configuring Fnox secrets management with fnox.toml. Covers file structure, secrets definition, profiles, and hierarchical configurations.
    0
    installs
  97. Cypress Advanced · thebushidocollective
    Use when advanced Cypress features including custom commands, plugins, and network stubbing.
    0
    installs
  98. Junit Fundamentals · thebushidocollective
    Use when jUnit fundamentals including annotations, assertions, and test lifecycle for Java testing.
    0
    installs
  99. Mocha Fundamentals · thebushidocollective
    Use when mocha test structure, hooks, and async testing patterns for JavaScript testing.
    0
    installs
  100. Pulumi Components · thebushidocollective
    Use when building reusable infrastructure components with Pulumi for modular, composable cloud resources.
    0
    installs