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

berserquir

يحتوي berserquir على 36 من skills المجمعة من Berserq-cloud، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
36
Stars
7
محدث
2026-07-14
Forks
1
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

context-eng
مطوّرو البرمجيات

Context engineering — memory navigation, textual graph traversal, progressive disclosure, recovery. Load when assembling context for a task or when lost.

2026-07-14
security-hardening
محللو أمن المعلومات

Implementation-side security discipline — headers, dependencies, secrets, authz. Load for hardening work (sec-ops domain).

2026-07-11
git-workflow
مطوّرو البرمجيات

Commit conventions, branching, anchors in messages, and the git safety rules. Load for any git operation beyond status/diff.

2026-07-10
anti-slop
مصممو واجهات الويب والرقمية

Anti-generic-AI design discipline — bans, tells, and the slop test. Load for ANY new UI surface or visual redesign. Inspired by Impeccable (Apache 2.0).

2026-07-10
motion
مصممو واجهات الويب والرقمية

Motion & animation discipline — purpose, performance, reduced-motion. Load when work involves animation, transitions or scroll effects.

2026-07-10
ux-writing
مصممو واجهات الويب والرقمية

Microcopy discipline — buttons, errors, empty/loading/success states, alt text. Voice and tone come from the project's memory, not from this skill.

2026-07-10
infra-patterns
مديرو الشبكات وأنظمة الحاسوب

Infrastructure composition patterns — immutable infra, GitOps, golden images, cattle-not-pets, day-2 thinking. Tool-agnostic.

2026-07-09
containers
مديرو الشبكات وأنظمة الحاسوب

Container discipline — OCI images, runtime hygiene, security posture. Open standard (OCI), not vendor; registry/runtime from memory-long §stack.

2026-07-09
gitops
مديرو الشبكات وأنظمة الحاسوب

GitOps discipline — desired state in git, reconciliation, drift semantics, environment promotion. Tool-agnostic (works with any reconciler).

2026-07-09
kubernetes
مديرو الشبكات وأنظمة الحاسوب

Kubernetes workload discipline — probes, resources, RBAC, disruption budgets. CNCF standard, not vendor; cluster provisioning belongs to infra.

2026-07-09
network-routing
مديرو الشبكات وأنظمة الحاسوب

Routing & connectivity discipline — BGP, OSPF, hybrid links, the tunnel classics. Protocol-level (IETF), vendor syntax from memory-long §stack.

2026-07-09
release-engineering
مطوّرو البرمجيات

Release discipline — versioning, feature flags, progressive delivery, rollback. The deploy-side counterpart to pipeline-discipline (CI-side).

2026-07-09
model-lifecycle
علماء البيانات

ML/LLM operations discipline — versioned model/prompt artifacts, eval gates, drift and cost monitoring. Minimal MVP scope (expands in F4).

2026-07-09
incident-response
مطوّرو البرمجيات

Incident discipline — severity, containment-first, comms, blameless postmortems. Load when production is (or might be) on fire.

2026-07-09
design-patterns
مطوّرو البرمجيات

Code structure discipline — layering, dependency direction, composition, when patterns earn their place. Load for any non-trivial backend structure decision.

2026-07-09
system-design
مطوّرو البرمجيات

System architecture discipline — decomposition, boundaries, communication, scale, failure design. Load for architectural work; decisions land as ADRs.

2026-07-09
async-jobs
مطوّرو البرمجيات

Background work discipline — queues, retries, idempotency, delivery semantics. Load for any job, queue, webhook or scheduled work.

2026-07-08
caching
مطوّرو البرمجيات

Caching discipline — invalidation, TTLs, stampede protection, layer choice. Load before adding any cache; caching is a bug you choose deliberately.

2026-07-08
observability
مطوّرو البرمجيات

Observability discipline — structured logs, correlation, metrics, actionable alerts. Load when adding logging, metrics or diagnosing production behavior.

2026-07-08
infra-security
محللو أمن المعلومات

Infrastructure security discipline — identity, encryption, secrets, audit. Perimeter/platform counterpart to security-hardening (app-side).

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

Network architecture discipline — segmentation, routing, perimeter, traffic control. Cloud-agnostic; vendor constructs from memory-long §stack.

2026-07-08
platform-architecture
مطوّرو البرمجيات

Platform structure discipline — environment strategy, account segmentation, landing zone, module composition. Cloud-agnostic.

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

DR/HA discipline — RTO/RPO as requirements, DR tiers, backup verification, failover design. Cloud-agnostic.

2026-07-08
seo-technical
مطوّرو الويب

Technical SEO discipline — per-page metadata contract, structured data, site-wide crawlability. Web-universal; framework helpers from memory-long §stack.

2026-07-08
pipeline-discipline
مطوّرو البرمجيات

CI/CD discipline — pipeline structure, credentials, debugging methodology, gates. Tool-agnostic; the CI platform comes from memory-long §stack.

2026-07-08
cost-discipline
محللو التمويل والاستثمار

FinOps discipline — cost allocation, budgets, commitment analysis, unit economics. Cloud-agnostic; vendor tooling from memory-long §stack.

2026-07-08
icl
المهن الحاسوبية الأخرى

In-Context Learning — select and inject worked examples (demos) before executing recurring task types. Load when a task matches a known pattern family.

2026-07-08
sdd
مطوّرو البرمجيات

Spec-Driven Development — the PRD/SPECS/TESTS triangle, EARS criteria, governance hierarchy. Load when creating or changing specs, features, or ADRs.

2026-07-08
testing-discipline
محللو ضمان جودة البرمجيات والمختبرون

Universal testing discipline — pyramid, test quality, what never to mock. Load when writing or reviewing tests in any stack.

2026-07-08
api-design
مطوّرو البرمجيات

REST/API conventions — resource design, status codes, error shapes, validation-at-boundary. Load for any endpoint work.

2026-07-08
data-safety
مطوّرو البرمجيات

Data layer discipline — migrations, transactions, integrity, query safety. Load for any schema or data-access work.

2026-07-08
accessibility
مصممو واجهات الويب والرقمية

Accessibility discipline (WCAG 2.1 AA floor) — semantics, keyboard, contrast, screen readers. Load for any UI work.

2026-07-08
component-patterns
مطوّرو البرمجيات

Framework-agnostic component discipline — typed contracts, composition, environment safety, cleanup. Load for any UI component work.

2026-07-08
performance-cwv
مطوّرو البرمجيات

Core Web Vitals budgets and frontend performance discipline. Load when work affects rendering, assets or interactivity.

2026-07-08
styling-discipline
مصممو واجهات الويب والرقمية

Styling discipline for any mechanism (utility framework, CSS-in-JS, vanilla) — tokens, states, responsive, no ad-hoc values.

2026-07-08
state-discipline
مطوّرو البرمجيات

IaC state & module discipline — state hygiene, module boundaries, drift. Load for any IaC structural work.

2026-07-08