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

claude-agentic-framework

يحتوي claude-agentic-framework على 67 من skills المجمعة من dralgorhythm، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
67
Stars
99
محدث
2026-03-12
Forks
15
التغطية المهنية
19 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

biome
مطوّرو الويب

Biome 2.x linting and formatting patterns. Use when configuring code quality tools, setting up linting rules, formatting code, or integrating with CI/CD. Covers migration from ESLint/Prettier.

2026-03-12
hono
مطوّرو البرمجيات

Hono 4.x web framework patterns. Use when building APIs, middleware, routing, or server-side applications. Covers multi-runtime support (Node, Bun, Cloudflare Workers), validation, CORS, and error handling.

2026-03-12
radix-ui
مطوّرو الويب

Radix UI primitive patterns. Use when building accessible, unstyled UI components like dialogs, dropdowns, tooltips, tabs, and selects. Covers Tailwind styling, keyboard navigation, animations, and portal management.

2026-03-12
react-patterns
مطوّرو الويب

React development patterns. Use when building React components, managing state, creating custom hooks, or optimizing React applications. Covers React 19 features, TypeScript integration, and composition patterns.

2026-03-12
tailwind-css
مطوّرو البرمجيات

Tailwind CSS 4.x utility-first styling patterns. Use when building UI components, creating responsive layouts, implementing design systems, or customizing themes. Covers CSS-first configuration, @theme directive, and component patterns.

2026-03-12
vite
مطوّرو الويب

Vite 7.x build tool patterns. Use when configuring build setup, development server, environment variables, asset handling, or optimizing production builds for React applications.

2026-03-12
capacity-planning
مطوّرو البرمجيات

Plan infrastructure capacity for expected load. Use when sizing systems, planning for growth, or analyzing resource requirements. Covers load estimation and resource sizing.

2026-03-11
cloud-native-patterns
مهندسو شبكات الحاسوب

Apply cloud-native architecture patterns. Use when designing for scalability, resilience, or cloud deployment. Covers microservices, containers, and distributed systems.

2026-03-11
defense-in-depth
محللو أمن المعلومات

Apply layered security architecture. Use when designing security controls, hardening systems, or reviewing security posture. Covers multiple security layers.

2026-03-11
designing-apis
مطوّرو البرمجيات

Design clean, consistent APIs. Use when creating new endpoints, defining contracts, or improving API ergonomics. Covers REST, versioning, and error handling.

2026-03-11
designing-systems
محللو أنظمة الحاسوب

Design scalable, reliable software systems. Use when planning new systems, major features, or architecture changes. Covers C4 diagrams, trade-off analysis, and system decomposition.

2026-03-11
domain-driven-design
مطوّرو البرمجيات

Apply Domain-Driven Design patterns. Use when modeling complex business domains, defining bounded contexts, or designing aggregates. Covers entities, value objects, and repositories.

2026-03-11
writing-adrs
مهندسو شبكات الحاسوب

Document architectural decisions. Use when making significant technical decisions that should be recorded. Covers ADR format and decision documentation.

2026-03-11
data-management
مديرو قواعد البيانات

Design and manage data storage effectively. Use when working with databases, schemas, or data migrations. Covers schema design, migrations, and data integrity.

2026-03-11
debugging
المهن الحاسوبية الأخرى

Troubleshoot and fix bugs systematically. Use when errors occur, tests fail, or unexpected behavior is observed. Covers root cause analysis and debugging strategies.

2026-03-11
dependency-management
مطوّرو البرمجياتالمهن الحاسوبية الأخرى

Manage project dependencies effectively. Use when adding, updating, or auditing dependencies. Covers version management, security scanning, and lockfiles.

2026-03-11
implementing-code
مبرمجو الحاسوب

Write clean, efficient, maintainable code. Use when implementing features, writing functions, or creating new modules. Covers SOLID principles, error handling, and code organization.

2026-03-11
optimizing-code
مطوّرو البرمجيات

Improve code performance without changing behavior. Use when code fails latency/throughput requirements. Covers profiling, caching, and algorithmic optimization.

2026-03-11
refactoring-code
مطوّرو البرمجيات

Improve code structure without changing behavior. Use when code is hard to read, modify, or test. Covers Extract Method, Rename, and other safe refactorings.

2026-03-11
test-driven-development
مبرمجو الحاسوب

Write tests before implementation code. Use when starting new features or fixing bugs. Covers Red-Green-Refactor cycle and TDD best practices.

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

Write effective tests for code quality and reliability. Use when implementing features, fixing bugs, or improving coverage. Covers unit, integration, and E2E testing.

2026-03-11
accessibility
المصممون الجرافيكيون

Ensure digital accessibility. Use when designing for accessibility, auditing WCAG compliance, or implementing a11y features. Covers WCAG 2.1 guidelines.

2026-03-11
design-systems
المصممون الجرافيكيون

Build and maintain design systems. Use when creating component libraries, design tokens, or style guides. Covers atomic design and tokens.

2026-03-11
interface-design
مصممو واجهات الويب والرقمية

Design user interfaces. Use when creating layouts, wireframes, or UI specifications. Covers design principles and UI patterns.

2026-03-11
visual-assets
المصممون الجرافيكيون

Create and manage visual assets. Use when creating graphics, icons, or images. Covers asset formats and optimization.

2026-03-11
bash
مديرو الشبكات وأنظمة الحاسوب

Write Bash scripts following best practices. Use when creating shell scripts, automation, or CLI tools. Covers safe scripting patterns.

2026-03-11
go
مطوّرو البرمجيات

Write Go code following best practices. Use when developing Go applications. Covers error handling, concurrency, and project structure.

2026-03-11
kotlin
مبرمجو الحاسوب

Write Kotlin code for Android following best practices. Use when developing with Jetpack Compose, Android SDK, or Kotlin projects. Covers coroutines, state management, and tooling.

2026-03-11
python
مبرمجو الحاسوب

Write Python code following best practices. Use when developing Python applications. Covers type hints, async, and modern tooling.

2026-03-11
rust
مطوّرو البرمجياتمبرمجو الحاسوب

Write Rust code following best practices. Use when developing Rust applications. Covers ownership, error handling, and async patterns.

2026-03-11
swift
مطوّرو البرمجيات

Write Swift code for iOS/macOS following best practices. Use when developing with SwiftUI, UIKit, or Swift packages. Covers type safety, concurrency, and tooling.

2026-03-11
terraform
مهندسو شبكات الحاسوب

Write Terraform infrastructure code. Use when provisioning cloud resources, managing infrastructure as code, or automating deployments. Covers HCL patterns.

2026-03-11
typescript
مطوّرو البرمجيات

Write TypeScript code following best practices. Use when developing TypeScript/JavaScript applications. Covers type safety, patterns, and tooling.

2026-03-11
beads-workflow
مطوّرو البرمجياتمحللو أنظمة الحاسوب

AI-native issue tracking with Beads. Use when managing work items, tracking issues, or coordinating tasks in multi-agent workflows. Covers bd commands, dependencies, and sync patterns.

2026-03-11
chaos-engineering
مهندسو شبكات الحاسوب

Test system resilience through controlled failures. Use when validating fault tolerance, disaster recovery, or system reliability. Covers chaos experiments.

2026-03-11
deploy-aws-ecs
مديرو الشبكات وأنظمة الحاسوب

Deploy containerized applications to AWS ECS/Fargate. Use when deploying containers to AWS, managing ECS services, or setting up Fargate tasks. Covers task definitions and ECR.

2026-03-11
deploy-cloudflare
مديرو الشبكات وأنظمة الحاسوب

Deploy to Cloudflare edge platform. Use when deploying static sites to Pages, serverless functions to Workers, or configuring CDN/DNS. Covers Wrangler CLI.

2026-03-11
deploy-railway
مديرو الشبكات وأنظمة الحاسوب

Deploy applications to Railway. Use when deploying services, databases, or full-stack applications to Railway PaaS. Covers Railway CLI and configuration.

2026-03-11
incident-management
مديرو أنظمة الحاسوب والمعلومات

Handle production incidents effectively. Use when responding to outages, conducting post-mortems, or improving reliability. Covers incident response and blameless culture.

2026-03-11
infrastructure
مديرو الشبكات وأنظمة الحاسوب

Manage infrastructure as code. Use when provisioning resources, managing cloud infrastructure, or setting up environments. Covers Terraform and IaC patterns.

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