Skip to main content

TheBushidoCollective/han

SkillsMP は TheBushidoCollective/han から 430 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
430
GitHub スター
189
GitHub フォーク
20

収集済み skill 430 件中 40 件を表示しています。

職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Review current branch changes against REVIEW.md guidelines

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient asynchronous code with cancellation and exception handling.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when handling async operations in Angular applications with observables, operators, and subjects.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Minimize token consumption through efficient tool usage patterns

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Prefer explicit configuration over framework defaults to prevent environment-dependent failures

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Reduce token waste by batching tool calls and avoiding narration between sequential operations

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Resume work on a pull request by loading its context, diff, CI status, and review comments

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Load PR context for the current branch using GitHub MCP tools

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Load MR context for the current branch using GitLab MCP tools

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Manage git worktrees - list active worktrees, prune stale ones, and merge work back into the main branch.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Create a new discipline plugin with specialized agents

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Create a new technique plugin for a technology (language, tool, framework, or validation)

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when responding to production incidents following SRE principles and best practices.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when building comprehensive monitoring and observability systems.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Use when building reliable and scalable distributed systems.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when fundamental C data structures including arrays, structs, linked lists, trees, and hash tables with memory-efficient implementations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when c systems programming including file I/O, processes, signals, and system calls for low-level system interaction.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when modern C++ features from C++11/14/17/20 including auto, lambdas, range-based loops, structured bindings, and concepts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when C++ smart pointers including unique_ptr, shared_ptr, and weak_ptr for automatic memory management following RAII principles.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when C++ templates and metaprogramming including template specialization, SFINAE, type traits, and C++20 concepts.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when C# asynchronous programming with async/await, Task, ValueTask, ConfigureAwait, and async streams for responsive applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when lINQ (Language Integrated Query) with query and method syntax, deferred execution, expression trees, and performance optimization.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when C# nullable reference types and value types for null safety, nullable annotations, and patterns for handling null values.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex view logic.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when Django REST Framework for building APIs with serializers, viewsets, and authentication. Use when creating RESTful APIs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when validating and casting data with Ecto changesets including field validation, constraints, nested changesets, and data transformation. Use for ensuring data integrity before database operations.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible database queries in Elixir applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when defining data structures using Ecto schemas including fields, associations, embedded schemas, and schema metadata. Use for modeling domain data in Elixir applications.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applications.

原文の言語: 英語

更新
収集済み skill 430 件中 40 件を表示しています。