Skip to main content

TheBushidoCollective/han

SkillsMP a collecté 430 skills depuis TheBushidoCollective/han. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
430
Étoiles GitHub
189
Forks GitHub
20

Affichage de 40 skills collectés sur 430.

métier
Analystes en assurance qualité des logiciels et testeurs
description

Review current branch changes against REVIEW.md guidelines

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Minimize token consumption through efficient tool usage patterns

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Load PR context for the current branch using GitHub MCP tools

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Load MR context for the current branch using GitLab MCP tools

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Create a new discipline plugin with specialized agents

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use when building comprehensive monitoring and observability systems.

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Use when building reliable and scalable distributed systems.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 430.