Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

han

يحتوي han على 429 من skills المجمعة من TheBushidoCollective، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
429
Stars
173
محدث
2026-04-28
Forks
20
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

angular-dependency-injection
مطوّرو البرمجيات

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

2026-04-28
angular-rxjs-patterns
مطوّرو البرمجيات

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

2026-04-28
angular-signals
مطوّرو البرمجيات

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

2026-04-28
develop
مطوّرو البرمجيات

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.

2026-03-27
plugin-development
المهن الحاسوبية الأخرى

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

2026-03-27
token-efficiency
مطوّرو البرمجيات

Minimize token consumption through efficient tool usage patterns

2026-03-27
explicit-configuration
مطوّرو البرمجيات

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

2026-03-27
silent-execution
مطوّرو البرمجيات

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

2026-03-27
resume-from-pr
مطوّرو البرمجيات

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

2026-03-02
load-pr-context
مطوّرو البرمجيات

Load PR context for the current branch using GitHub MCP tools

2026-02-18
load-mr-context
مطوّرو البرمجيات

Load MR context for the current branch using GitLab MCP tools

2026-02-18
git-worktrees-worktree-management
مطوّرو البرمجيات

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

2026-02-17
agent-name
المهن الحاسوبية الأخرى

Create a new discipline plugin with specialized agents

2026-02-12
technology-name-feature-name
المهن الحاسوبية الأخرى

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

2026-02-12
sre-incident-response
مديرو الشبكات وأنظمة الحاسوب

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

2026-02-12
sre-monitoring-and-observability
مديرو الشبكات وأنظمة الحاسوب

Use when building comprehensive monitoring and observability systems.

2026-02-12
sre-reliability-engineering
مديرو الشبكات وأنظمة الحاسوب

Use when building reliable and scalable distributed systems.

2026-02-12
blueprints-maintenance
مطوّرو البرمجيات

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

2026-02-11
blueprints-organization
مطوّرو البرمجيات

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.

2026-02-11
blueprints-writing
مطوّرو البرمجيات

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.

2026-02-11
create-blueprint
مطوّرو البرمجيات

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

2026-02-11
generate-blueprints
مطوّرو البرمجيات

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

2026-02-11
c-data-structures
مطوّرو البرمجيات

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

2026-02-11
c-systems-programming
مطوّرو البرمجيات

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

2026-02-11
cpp-modern-features
مطوّرو البرمجيات

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

2026-02-11
cpp-smart-pointers
مطوّرو البرمجيات

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

2026-02-11
cpp-templates-metaprogramming
مطوّرو البرمجيات

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

2026-02-11
csharp-async-patterns
مطوّرو البرمجيات

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

2026-02-11
csharp-linq
مطوّرو البرمجيات

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

2026-02-11
csharp-nullable-types
مطوّرو البرمجيات

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

2026-02-11
django-cbv-patterns
مطوّرو البرمجيات

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

2026-02-11
django-orm-patterns
مطوّرو البرمجيات

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

2026-02-11
django-rest-framework
مطوّرو البرمجيات

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

2026-02-11
ecto-changesets
مطوّرو البرمجيات

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.

2026-02-11
ecto-query-patterns
مطوّرو البرمجيات

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.

2026-02-11
ecto-schema-patterns
مطوّرو البرمجيات

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

2026-02-11
ecto-schemas
مطوّرو البرمجيات

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

2026-02-11
effect-concurrency
مطوّرو البرمجيات

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

2026-02-11
effect-core-patterns
مطوّرو البرمجيات

Use when Effect core patterns including Effect<A, E, R> type, succeed, fail, sync, promise, and Effect.gen for composing effects. Use for basic Effect operations.

2026-02-11
effect-dependency-injection
مطوّرو البرمجيات

Use when Effect dependency injection patterns including Context, Layer, service definitions, and dependency composition. Use for managing dependencies in Effect applications.

2026-02-11
عرض أهم 40 من أصل 429 skills مجمعة في هذا المستودع.