Skip to main content
afonsoft
ملف منشئ GitHub

afonsoft

عرض على مستوى المستودعات لـ 100 skills مجمعة عبر 8 مستودعات GitHub.

skills مجمعة
100
مستودعات
8
محدث
2026-07-22
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
agents-skills
54 skills · 2026-07-18
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويبالمهن الحاسوبية الأخرىمديرو الشبكات وأنظمة الحاسوب
5 فئات مهنية · 100% مصنفة
54%الحصة
#02
ai-studio-workspace
15 skills · 2026-03-20
مطوّرو البرمجياتمطوّرو الويبمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
15%الحصة
#03
VideoChat
13 skills · 2026-03-31
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البيانات
3 فئات مهنية · 100% مصنفة
13%الحصة
#04
EAF
11 skills · 2026-07-13
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
11%الحصة
#05
QRCoder.Core
2 skills · 2026-05-18
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.0%الحصة
#06
metar-decoder
2 skills · 2026-05-18
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.0%الحصة
#07
bff
2 skills · 2026-07-18
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.0%الحصة
#08
gamehub
1 skills · 2026-07-22
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.0%الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

dotnet-github-actions
مطوّرو البرمجيات

Use when creating, updating, or standardizing GitHub Actions workflows for a .NET repository, especially C# libraries, NuGet packages, ABP/EAF web apps, or Angular frontends.

2026-07-18
create-agent-harness
المهن الحاسوبية الأخرى

Bootstrap a complete production-ready agent harness in a repository — CLAUDE.md, .claude/, .devin/, skills/, rules/, ignore files, and sub-agents. Use when initializing AI agent support in a new repo, restructuring existing agent files into modern File-based Context conventions, or generating harness artifacts following Agent = Model + Harness principles. Targets Claude Code and Devin CLI only — does NOT create artifacts for OpenCode, Cursor, Gemini, Copilot or JetBrains AI. Do NOT use for building MCP servers (use building-mcp-servers).

2026-07-16
rtk-token-killer
مديرو الشبكات وأنظمة الحاسوب

Install and configure RTK (Rust Token Killer) — a high-performance CLI proxy that reduces LLM token consumption by 60-90%. Automatically rewrites shell commands to their rtk equivalents via hooks. Use when setting up a new dev environment or when token optimization is needed. Do NOT use when raw unfiltered output is required (use rtk proxy for that).

2026-07-16
writing-skills
مطوّرو البرمجيات

Apply Test-Driven Development to skill authoring — write pressure scenarios with subagents (test cases), observe baseline failures (RED), write the skill (GREEN), close loopholes through refactor cycles. Use when creating new skills, editing existing skills, or verifying skills work before deployment. Do NOT use for one-off solutions, project-specific conventions (put in AGENTS.md/CLAUDE.md), or mechanical constraints enforceable via regex/validation. Companion skills: brainstorming (for design phase), create-agent-harness (for bootstrapping agent harness in a repo).

2026-07-16
abp-core
مطوّرو البرمجيات

Use when working with ABP module system, dependency injection, base classes, time handling, business exceptions, or localization patterns

2026-06-19
aspnet-core-api
مطوّرو البرمجيات

Use when designing and implementing RESTful APIs with ASP.NET Core, or when applying security, error handling, documentation, testing, or performance optimization to API endpoints

2026-06-19
fluentui-blazor
مطوّرو الويب

Use when building Blazor applications with Microsoft Fluent UI components, setting up the library, or troubleshooting FluentUI component issues

2026-06-19
github-issues
المهن الحاسوبية الأخرى

Use when creating, updating, or managing GitHub issues — bug reports, feature requests, labels, assignments, dependencies, or workflows

2026-06-19
عرض أهم 8 من أصل 54 skills مجمعة في هذا المستودع.
angular-di
مطوّرو البرمجيات

Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for service architecture, providing dependencies at different levels, creating injectable tokens, and managing singleton vs scoped services. Triggers on service creation, configuring providers, using injection tokens, or understanding DI hierarchy.

2026-03-20
angular-directives
مطوّرو البرمجيات

Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives that modify element behavior/appearance, structural directives for portals/overlays, and host directives for composition. Triggers on creating reusable DOM behaviors, extending element functionality, or composing behaviors across components. Note - use native @if/@for/@switch for control flow, not custom structural directives.

2026-03-20
angular-forms
مطوّرو الويب

Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic two-way binding, schema-based validation, field state management, and dynamic forms. Triggers on form implementation, adding validation, creating multi-step forms, or building forms with conditional fields. Signal Forms are experimental but recommended for new Angular projects.

2026-03-20
angular-ssr
مطوّرو الويب

Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration strategies, prerendering static pages, and handling browser-only APIs. Triggers on SSR configuration, fixing hydration mismatches, prerendering routes, or making code SSR-compatible.

2026-03-20
angular-testing
محللو ضمان جودة البرمجيات والمختبرون

Write unit and integration tests for Angular v21+ applications using Vitest or Jasmine with TestBed, component harnesses, and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure.

2026-03-20
angular-tooling
مطوّرو البرمجيات

Use Angular CLI and development tools effectively in Angular v20+ projects. Use for project setup, code generation, building, testing, and configuration. Triggers on creating new projects, generating components/services/modules, configuring builds, running tests, or optimizing production builds.

2026-03-20
csharp-concurrency-patterns
مطوّرو البرمجيات

Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.

2026-03-20
csharp-developer
مطوّرو البرمجيات

Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Invoke for Entity Framework Core, minimal APIs, async patterns, CQRS with MediatR.

2026-03-20
عرض أهم 8 من أصل 15 skills مجمعة في هذا المستودع.
aspnet-core-api
مطوّرو البرمجيات

Complete ASP.NET Core REST API development with best practices, security, testing, and deployment patterns

2026-03-31
blazor-components
مطوّرو البرمجيات

Complete Blazor component development with modern patterns, state management, and best practices

2026-03-31
create-abp-io-template
مطوّرو البرمجيات

Create a new ABP.IO project using CLI commands with proper template selection, configuration, and setup. Supports all ABP templates including layered, single-layer, microservice, and modular architectures.

2026-03-31
create-abp-project
مطوّرو البرمجيات

Create a new ABP.IO project with proper template selection, configuration, and setup. Supports all ABP templates including layered, single-layer, microservice, and modular architectures.

2026-03-31
create-aspnetboilerplate-project
مطوّرو البرمجيات

Create a new ASP.NET Boilerplate project with proper template selection, configuration, and setup. Supports all ASP.NET Boilerplate templates including MVC, Angular, and module-zero templates.

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

Master asynchronous programming in C# with proper async/await patterns, error handling, and performance optimization

2026-03-31
design-patterns
مطوّرو البرمجيات

Comprehensive guide to software design patterns, SOLID principles, and architectural patterns for .NET applications

2026-03-31
dotnet-best-practices
مطوّرو البرمجيات

Ensures .NET/C# code follows modern best practices, SOLID principles, and industry standards for production-ready applications

2026-03-31
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
dotnet-backend-patterns
مطوّرو البرمجيات

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

2026-07-13
angular-development
مطوّرو البرمجيات

Expert guidance for TypeScript and Angular development for the EAF (Enterprise Application Foundation) project. Covers Angular 18, standalone components, signals, reactive forms, PrimeNG integration, jQuery legacy integration, SignalR real-time features, accessibility (WCAG AA), and EAF-specific framework integration. Use this skill when developing Angular components, integrating with EAF backend, or troubleshooting frontend issues. Do NOT use for backend API development, non-Angular frontend frameworks, or general TypeScript projects.

2026-05-23
aspnet-boilerplate-development
مطوّرو البرمجيات

Expert guidance for ASP.NET Boilerplate (ABP) and .NET 10.0 development for the EAF (Enterprise Application Foundation) middleware modules. Covers N-Layer Architecture, dependency injection with Castle Windsor, multi-tenancy, authorization, caching, background jobs, Entity Framework Core, EAF-specific middleware modules (Serilog, KeyVault, OpenTelemetry, SQL Server/SQLite cache), and ABP best practices. Use this skill when developing EAF middleware modules, working with ABP framework, implementing repositories/application services, or troubleshooting ABP-related issues. Do NOT use for general .NET development, non-ABP projects, or frontend development.

2026-05-23
aspnet-boilerplate-modules
مطوّرو البرمجيات

Expert guidance for working with ASP.NET Boilerplate (ABP) framework modules. Covers module definition, lifecycle methods, dependencies, configuration, and usage of common ABP modules including dependency injection, session, caching, logging, settings, entities, repositories, application services, authorization, multi-tenancy, and more. Use this skill when creating ABP modules, configuring module dependencies, understanding ABP module system, or troubleshooting module initialization issues. Do NOT use for general .NET development, non-ABP projects, or EAF-specific middleware modules.

2026-05-23
dotnet-best-practices
مطوّرو البرمجيات

Ensure .NET/C# code meets best practices for the EAF solution. Covers documentation, architecture, DI with Castle Windsor, async patterns, testing with xUnit/Shouldly/NSubstitute, configuration, error handling, and SOLID principles. Use when reviewing code quality, implementing new features, or ensuring standards compliance.

2026-05-23
eaf-api
مطوّرو البرمجيات

Expert guidance for developing, maintaining, and extending EAF (Enterprise Application Foundation) RESTful APIs using ASP.NET Core, ABP framework, and EAF middleware modules. Covers dynamic API generation, DTO patterns, authentication, authorization, caching, Swagger/OpenAPI documentation, and EAF-specific API patterns like KeyVault, OpenTelemetry, and cache integration. Use this skill when creating REST APIs, working with Application Services, implementing authentication/authorization, configuring Swagger, or troubleshooting API endpoints. Do NOT use for frontend development, database migrations, or non-API backend work.

2026-05-23
eaf-cicd
مطوّرو البرمجيات

Expert guidance for CI/CD pipelines in EAF (Enterprise Application Foundation) using GitHub Actions, shell scripts, and Docker. Covers build automation, test execution, code coverage, NuGet packaging, deployment to Azure, and EAF-specific CI/CD patterns. Use this skill when configuring GitHub Actions workflows, setting up build scripts, implementing automated testing, or troubleshooting CI/CD failures. Do NOT use for general DevOps tasks, non-EAF projects, or infrastructure as code outside CI/CD context.

2026-05-23
eaf-code-quality
مطوّرو البرمجيات

Guidance for analyzing and improving code quality in EAF projects. Covers build warning analysis, test coverage improvement, code analysis rules, and systematic approaches to technical debt reduction. Use when fixing compiler warnings, increasing test coverage, running code analysis, or performing code quality audits. Do NOT use for new feature development, architectural changes, or frontend development.

2026-05-23
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض 8 من أصل 8 مستودعات
تم تحميل كل المستودعات