Skip to main content

proflead/codex-skills-library

جمع SkillsMP عدد ٦٣ من skills من proflead/codex-skills-library. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
٦٣
نجوم GitHub
١٣٩
تفرعات GitHub
٣٢

عرض ٤٠ من أصل ٦٣ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Manage Buffer content via the GraphQL API. Use when creating, scheduling, editing, or deleting posts, saving ideas, reading scheduled queues, or pulling post analytics. Not for general API debugging.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Improve and rewrite user prompts to reduce ambiguity and improve LLM output quality. Use when a user asks to optimize, refine, clarify, or rewrite a prompt for better results, or when the request is about prompt optimization or prompt rewriting.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
الكتّاب التقنيون
الوصف

Edits, rewrites, or improves text for clarity, tone, grammar, or style.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Validate API changes against an expected contract. Use when a mid-level developer needs to detect breaking changes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Define consistent API error codes and responses. Use when a mid-level developer needs error standardization.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build a basic HTTP request (curl or fetch) for an API. Use when a junior developer needs a quick request example.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Optimize GraphQL queries and resolvers for performance. Use when a mid-level developer needs to reduce N+1 or payload size.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Review a system architecture for scalability, reliability, and maintainability. Use when a senior developer needs to critique a design.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Model domains and bounded contexts for complex systems. Use when a senior developer needs domain-driven design guidance.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Recommend caching strategies and invalidation patterns. Use when a mid-level developer needs performance guidance.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Plan feature flag rollout and cleanup. Use when a mid-level developer needs controlled release guidance.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Design safe queue consumers and retries. Use when a mid-level developer needs reliable background processing.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Draft a practical system design for a feature. Use when a mid-level developer needs a starting architecture.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو أمن المعلومات
الوصف

Review data handling for privacy and retention. Use when a senior developer needs governance validation.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مصممو قواعد البيانات
الوصف

Review database migrations for safety and rollback. Use when a mid-level developer needs validation of schema changes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Draft a basic SQL query from a simple requirement. Use when a junior developer needs help forming SELECT queries.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Write concise docstrings for functions. Use when a junior developer needs help describing inputs, outputs, and errors.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Improve a README for clarity and completeness. Use when a junior developer needs guidance on documenting setup and usage.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Draft release notes from changes and PRs. Use when a mid-level developer needs a structured changelog.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create an onboarding guide for new engineers. Use when a senior developer needs structured onboarding materials.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Guide quick orientation of an unfamiliar codebase with module mapping, entry points, and local run steps. Use when a junior developer needs to get situated fast.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Explain a configuration file and its key options. Use when a junior developer is confused by a config file.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Recommend basic data structures for a task. Use when a junior developer needs help choosing lists, maps, or sets.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Provide a systematic debugging checklist. Use when a junior developer is stuck and needs a structured approach.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Guide installation of project dependencies and toolchains. Use when a junior developer is stuck setting up the environment.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Explain compiler/runtime errors in plain language. Use when a junior developer needs help understanding an error message.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Provide safe git commands for common tasks. Use when a junior developer needs help with branching, commits, or resolving simple conflicts.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Explain lint errors and propose fixes. Use when a junior developer needs help resolving common lint or format warnings.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Summarize noisy logs into likely causes and next steps. Use when a junior developer needs help interpreting logs.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generate a small helper script for repetitive tasks. Use when a junior developer needs a quick automation snippet.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مصممو واجهات الويب والرقمية
الوصف

Run a basic accessibility checklist for UI changes. Use when a junior developer needs quick a11y guidance.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Improve CLI help, errors, and output. Use when a mid-level developer needs to make a CLI friendlier.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو الويب
الوصف

Explain CSS layout issues and propose fixes. Use when a junior developer is struggling with alignment or spacing.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Diagnose CI failures and stabilize pipelines. Use when a mid-level developer needs to resolve flaky or failing builds.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Coordinate debugging across multiple services. Use when a senior developer needs to trace a distributed issue.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Review infrastructure-as-code changes for safety and correctness. Use when a mid-level developer needs a second look on IaC.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Design a multi-region architecture strategy. Use when a senior developer needs geo-redundant planning.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مديرو الشبكات وأنظمة الحاسوب
الوصف

Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create a plan to migrate platforms or runtimes. Use when a senior developer needs a phased migration approach.

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٤٠ من أصل ٦٣ skills مجمعة.