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

assessment

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

skills مجمعة
52
Stars
33
محدث
2026-06-25
Forks
24
التغطية المهنية
20 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

presentation
مطوّرو البرمجيات

Render a self-contained HTML "tab-bar" presentation from a markdown PRD, Spec, ADR, or implementation Plan. Use when the user asks to "make a presentation", "render slides", "turn this prd/spec/adr/plan into a deck", "present this doc", "export to html", or "show this on screen". INPUT is ONE markdown file (a PRD, Spec, ADR, or Plan). OUTPUT is ONE .html slideshow that opens directly in a browser. Render only — do not invent content.

2026-06-25
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-05-30
execution-roadmaps
متخصصو إدارة المشاريع

Create execution roadmaps for projects. Use when planning multi-phase projects or feature rollouts. Covers phased delivery and milestone planning.

2026-05-30
writing-prds
متخصصو إدارة المشاريع

Create Product Requirements Documents. Use when defining new features, projects, or initiatives. Covers user stories, acceptance criteria, and scope definition.

2026-05-30
cloud-native-patterns
محللو أنظمة الحاسوب

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

2026-02-14
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-02-14
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-02-14
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-02-14
optimizing-code
مبرمجو الحاسوب

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

2026-02-14
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-02-14
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-02-14
application-security
محللو أمن المعلومات

Secure applications against common vulnerabilities. Use when reviewing code for security, implementing security controls, or hardening applications. Covers OWASP Top 10.

2026-02-14
identity-access
محللو أمن المعلومات

Implement identity and access management. Use when designing authentication, authorization, or user management. Covers OAuth2, OIDC, and RBAC.

2026-02-14
security-review
محللو أمن المعلومات

Conduct security code reviews. Use when reviewing code for vulnerabilities, assessing security posture, or auditing applications. Covers security review checklist.

2026-02-14
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-02-08
defense-in-depth
محللو أمن المعلومات

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

2026-02-08
designing-apis
مطوّرو البرمجيات

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

2026-02-08
writing-adrs
المهن الحاسوبية الأخرى

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

2026-02-08
data-to-ui
مطوّرو البرمجيات

Data-to-UI pipeline patterns. Use when transforming JSON data into React components, creating TypeScript types from schemas, building derived types, or creating data utilities.

2026-02-08
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-02-08
dependency-management
مديرو الشبكات وأنظمة الحاسوب

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

2026-02-08
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-02-08
accessibility
المصممون الجرافيكيون

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

2026-02-08
component-recipes
مطوّرو الويب

Tailwind CSS component recipes. Use when building UI components with consistent styling. Provides copy-paste patterns for cards, badges, buttons, modals, inputs, and more.

2026-02-08
demo-design-tokens
مطوّرو البرمجيات

Default design tokens for demo applications. Use when building demos without a formal design system. Provides colors, typography, spacing, shadows, and transitions.

2026-02-08
design-systems
المصممون الجرافيكيون

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

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

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

2026-02-08
visual-assets
مطوّرو البرمجيات

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

2026-02-08
bash
مبرمجو الحاسوب

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

2026-02-08
java
مطوّرو البرمجيات

Write Java code following best practices. Use when developing Java applications with Spring Boot, Maven/Gradle. Covers modern Java features, Virtual Threads, and testing.

2026-02-08
python
مطوّرو البرمجيات

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

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

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

2026-02-08
typescript
مطوّرو البرمجيات

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

2026-02-08
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-02-08
chaos-engineering
مديرو الشبكات وأنظمة الحاسوب

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

2026-02-08
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-02-08
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-02-08
deploy-railway
مديرو الشبكات وأنظمة الحاسوب

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

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

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

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

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

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