مجموعة مهارات Codex

تمتد Agent Skills بـ Codex عبر مسارات عمل متخصصة (SKILL.md مفتوح). تحديث يوليو 2026: كتالوج openai/skills الرسمي واختيارات Figma/CI/Sentry/Notion ومسارات .agents/skills.

ثبّت المهارات لـ Codex

فضّل `.agents/skills/` (معيار مفتوح مشترك). استخدم `$skill-installer <name>` من مهارة نظام openai/skills، أو انسخ مجلدًا منسّقًا إلى مشروعك.

  • Project: .agents/skills/<skill-name>/SKILL.md
  • User: ~/.agents/skills/<skill-name>/SKILL.md
  • Legacy: .codex/skills/<skill-name>/SKILL.md
# Recommended (2026): install from the official openai/skills catalog
# In Codex CLI / TUI, run the bundled installer skill:
$skill-installer pdf
$skill-installer gh-fix-ci

# Or copy a curated skill folder into your project:
git clone --depth 1 https://github.com/openai/skills.git /tmp/openai-skills
cp -r /tmp/openai-skills/skills/.curated/pdf .agents/skills/pdf

يعمل أيضًا في `.codex/skills/` و`.cursor/skills/` و`~/.agents/skills/` — SKILL.md متوافق عبر Codex وCursor وClaude Code.

مراكز المهارات على GitHub

تصفّح آلاف المهارات — ابدأ بكتالوج openai/skills الرسمي ثم مراكز المجتمع.

مهارات Codex الرسمية

ابدأ من هنا — مهارات النظام والمنسّقة من openai/skills. محدّث يوليو 2026.

  • skill-installer

    24k

    Install curated / experimental skills into your Codex skill dirs.

    الأفضل لـ Codex: Install curated skills by name from openai/skills — the fastest way to expand Codex in 2026.

    openai/skills

    عرض على GitHub
  • skill-creator

    24k

    Scaffold and refine custom skills with guided prompts.

    الأفضل لـ Codex: Interactive walkthrough to author a new SKILL.md for your recurring team workflows.

    openai/skills

    عرض على GitHub
  • migrate-to-codex

    Migrate agent skills and config into Codex-friendly paths.

    الأفضل لـ Codex: Moving from Cursor / Claude Code? Mirrors existing skill folders into .agents/skills.

    openai/skills

    عرض على GitHub
  • openai-docs

    Look up OpenAI platform and Codex documentation on demand.

    الأفضل لـ Codex: Pull current OpenAI / Codex docs into the session instead of relying on stale training data.

    openai/skills

    عرض على GitHub

التقارير والمستندات

PDF وWord وPowerPoint وExcel — عندما تحتاج مخرجات Codex أن تغادر المحادثة كملفات.

  • pdf

    Extract text/tables, merge PDFs, add annotations.

    الأفضل لـ Codex: Official curated PDF skill — extract tables, merge, annotate deliverables Codex exports.

    openai/skills

    عرض على GitHub
  • pptx

    Read, generate, and adjust slide decks.

    الأفضل لـ Codex: Turn Codex HTML slide drafts into editable PowerPoint with layouts and templates.

    anthropics/skills

    عرض على GitHub
  • docx

    Create and edit Word documents professionally.

    الأفضل لـ Codex: Executive reports and briefs as Word docs with tracked changes and comments.

    anthropics/skills

    عرض على GitHub
  • xlsx

    Spreadsheet formulas, charts, transformations.

    الأفضل لـ Codex: Weekly metrics and cleaned CSVs → formulas, charts, formatted spreadsheets.

    anthropics/skills

    عرض على GitHub
  • jupyter-notebook

    Create and iterate on Jupyter notebooks for analysis.

    الأفضل لـ Codex: When analysis needs a reproducible notebook — charts, tables, and narrative in one artifact.

    openai/skills

    عرض على GitHub

البيانات والبحث

تنظيف الاستبيانات والرسوم البيانية وتركيب المنافسين وتحويل المستندات إلى مهارات قابلة لإعادة الاستخدام.

  • brainstorming

    Explore approaches before committing to a deliverable.

    الأفضل لـ Codex: Structure research questions before Codex runs survey analysis.

    obra/superpowers

    عرض على GitHub
  • notion-research-documentation

    Research capture and documentation workflows in Notion.

    الأفضل لـ Codex: Turn research threads into structured Notion docs — great for competitor and market briefs.

    openai/skills

    عرض على GitHub
  • notion-knowledge-capture

    Persist team knowledge from chats into Notion pages.

    الأفضل لـ Codex: Capture meeting / project knowledge into Notion so the next Codex run reuses it.

    openai/skills

    عرض على GitHub
  • Skill Seekers

    12k

    Convert documentation sites into SKILL.md packages.

    الأفضل لـ Codex: Turn competitor docs or API references into a Codex skill from any URL.

    yusufkaraaslan/Skill_Seekers

    عرض على GitHub

صفحات الويب والعروض

عروض HTML وصفحات هبوط وتحسين واجهة المستخدم وفحوصات المتصفح قبل الإرسال.

  • figma-implement-design

    Implement designs from Figma into working frontend code.

    الأفضل لـ Codex: Hot in 2026: implement Figma frames as production UI with Codex — design → code without handoff loss.

    openai/skills

    عرض على GitHub
  • web-artifacts-builder

    React + Tailwind multi-component HTML artifacts.

    الأفضل لـ Codex: Branded HTML slides and landing pages Codex can preview and export.

    anthropics/skills

    عرض على GitHub
  • frontend-ui-engineering

    Production UI engineering patterns and review.

    الأفضل لـ Codex: Polish Codex-generated pages — layout, a11y, responsive patterns.

    addyosmani/agent-skills

    عرض على GitHub
  • screenshot

    Take and attach screenshots during agent workflows.

    الأفضل لـ Codex: Capture UI evidence for reviews and bug reports without leaving the agent loop.

    openai/skills

    عرض على GitHub

الهندسة والكود

TDD ومراجعة الكود وتصحيح الأخطاء والبناء الموجّه بالمواصفات عندما تكون المخرجات كودًا.

  • gh-fix-ci

    Investigate and repair broken CI pipelines on GitHub.

    الأفضل لـ Codex: July 2026 must-have: diagnose and fix failing GitHub Actions from the agent session.

    openai/skills

    عرض على GitHub
  • sentry

    Investigate Sentry issues and propose code fixes.

    الأفضل لـ Codex: Pull production errors into Codex and ship targeted fixes with stack context.

    openai/skills

    عرض على GitHub
  • test-driven-development

    TDD workflow before writing production code.

    الأفضل لـ Codex: Gold standard for Codex bug fixes — tests first, then implementation.

    obra/superpowers

    عرض على GitHub
  • code-review-and-quality

    Review diffs for quality, regressions, and style.

    الأفضل لـ Codex: Pair with AGENTS.md Code Review Rules (Jul 2026) for structured PR feedback.

    addyosmani/agent-skills

    عرض على GitHub
  • security-best-practices

    Apply security best practices during implementation and review.

    الأفضل لـ Codex: Official security playbook before shipping agent-written code that touches auth/data.

    openai/skills

    عرض على GitHub

سير العمل والتخطيط

تقسيم المهام وgit worktrees وCI/CD والتسليم التدريجي.

  • linear

    Manage Linear issues from agent workflows.

    الأفضل لـ Codex: Connect issues ↔ agent work — create, update, and close Linear tickets from Codex.

    openai/skills

    عرض على GitHub
  • vercel-deploy

    Deploy projects to Vercel from Codex.

    الأفضل لـ Codex: Ship static reports and Next apps Codex builds — deploy without leaving the session.

    openai/skills

    عرض على GitHub
  • planning-and-task-breakdown

    Decompose goals into ordered, verifiable tasks.

    الأفضل لـ Codex: Breaks “make a 15-slide quarterly deck” into steps Codex can execute.

    addyosmani/agent-skills

    عرض على GitHub
  • using-git-worktrees

    Isolated worktrees with safety checks.

    الأفضل لـ Codex: Parallel Codex tasks on separate branches without stomping main.

    obra/superpowers

    عرض على GitHub
  • playwright

    Browser automation and UI verification with Playwright.

    الأفضل لـ Codex: Official Playwright skill for end-to-end checks on pages Codex generates.

    openai/skills

    عرض على GitHub

الجودة والأمان

مراجعة الأمان واختبار المتصفح وأتمتة Playwright والتوثيق.

  • security-threat-model

    Threat modeling for features and services.

    الأفضل لـ Codex: Before publishing agent-built apps — map threats and mitigations early.

    openai/skills

    عرض على GitHub
  • security-and-hardening

    Security review and hardening checklist.

    الأفضل لـ Codex: Before publishing Codex-generated pages or scripts handling user data.

    addyosmani/agent-skills

    عرض على GitHub
  • browser-testing-with-devtools

    Browser DevTools testing workflows.

    الأفضل لـ Codex: Catch layout bugs in HTML slides and landing pages Codex builds.

    addyosmani/agent-skills

    عرض على GitHub
  • documentation-and-adrs

    Docs, ADRs, and knowledge capture.

    الأفضل لـ Codex: Handoff docs and ADRs when Codex delivers engineering work to a team.

    addyosmani/agent-skills

    عرض على GitHub

هل أنت مستعد للعمل مع Codex؟

افتح Codex في ChatGPT — صِف المهمة، راجع المخرجات، وعدّل حتى يناسبك. الخطة المجانية متاحة.