Skip to main content
مستودع GitHub

codex-skills

يحتوي codex-skills على 40 من skills المجمعة من kiku-jw، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
40
Stars
0
محدث
2026-07-23
Forks
0
التغطية المهنية
11 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

github-seo
محللو أبحاث السوق ومتخصصو التسويق

Audit and improve a public GitHub repository's discoverability and any linked canonical site without confusing repository presentation with website SEO. Use for repository SEO, GitHub discoverability, topics/homepage/README optimization, GitHub Pages SEO, AEO, or agent-friendly public documentation.

2026-07-23
spreadsheet
مطوّرو البرمجيات

Create, edit, analyze, or format spreadsheets (`.xlsx`, `.csv`, `.tsv`) with `openpyxl` and `pandas`, especially when formulas, references, and formatting must survive the change. Use when spreadsheet integrity matters more than ad hoc CSV hacking.

2026-07-18
spreadsheet-tabular-analysis
علماء البيانات

Analyze and reshape spreadsheet, CSV, or TSV data with `pandas` and stable output files. Use when the job is aggregation, filtering, joins, metrics, or tabular transformations rather than workbook-style editing.

2026-07-18
spreadsheet-xlsx-edit
مطوّرو البرمجيات

Create or edit `.xlsx` workbooks while preserving formulas, references, formatting, and layout. Use when workbook integrity matters more than raw data analysis.

2026-07-18
transcribe-basic
موظفو المكاتب العامون

Produce a fast plain-text transcript with the bundled CLI using the light transcription model. Use when speaker diarization is not needed.

2026-07-18
transcribe-diarize
مطوّرو البرمجيات

Produce a speaker-aware transcript with diarization and optional known-speaker hints using the bundled CLI. Use when the user explicitly needs speaker labels.

2026-07-18
transcribe
مطوّرو البرمجيات

Transcribe audio files to text with optional diarization and known-speaker hints using the bundled CLI. Use when the user wants text from audio or video, especially when speaker labeling or repeatable output matters.

2026-07-18
video-builder
فنيو الصوت والفيديو

Create short narrated videos from text scripts, simple timelines, or still images using Python and ffmpeg, with optional edge-tts voiceover. Use when the user asks for an MP4 render, narration generation, or a simple explainer video build.

2026-07-18
video-render-run
فنيو الصوت والفيديو

Render and validate an MP4 from an existing `video-builder` spec JSON using the bundled Python pipeline. Use when a spec already exists and the job is actual rendering, not story or spec design.

2026-07-18
video-spec-builder
فنيو الصوت والفيديو

Build a minimal JSON render spec for the local video pipeline from script lines, still images, or narration assets. Use when the spec artifact must exist before any MP4 render can run.

2026-07-18
codex-execution-pack
مطوّرو البرمجيات

Build a Codex execution pack from a raw task or PRD: `AGENTS.md` plus `docs/PLAN.md`, `docs/STATUS.md`, `docs/TEST_PLAN.md`, and `docs/BACKLOG.md`, with optional prompt surfaces and a spec companion when the work is large enough to justify them.

2026-07-18
idea-validation
محللو أبحاث السوق ومتخصصو التسويق

Validate a raw product idea before PRD or implementation: buyer, pain, workaround, promised outcome, smallest wedge, distribution path, proof sought, kill criteria, and the next honest lane. Use when an idea still needs market or wedge truth.

2026-07-18
product-shaping
متخصصو إدارة المشاريع

Shape product work with the minimum useful framework after an idea clears basic validation. Use for assumptions, experiments, opportunity-solution trees, strategy, value proposition, or pre-mortems when the next product decision is still fuzzy.

2026-07-18
visual-explainer
مطوّرو الويب

Create a self-contained HTML explainer for systems, workflows, diagrams, timelines, comparisons, or data-heavy summaries when plain terminal text would be painful to read. Use when the output naturally wants a visual artifact instead of chat prose.

2026-07-18
continuity-ledger
مطوّرو البرمجيات

Keep substantial work coherent across long sessions or compaction with one short factual `CONTINUITY.md` covering sources of truth, goal, constraints, decisions, evidence, and done/now/next state. Use when session drift would otherwise become a real risk.

2026-07-18
issue-control-loop
متخصصو إدارة المشاريع

Turn a GitHub Issue into a clean human-agent control loop with canonical issue state, deterministic PRD intake, explicit machine markers, and clear handoff points. Use when GitHub should be the durable control surface instead of chat alone.

2026-07-18
session-to-post
مطوّرو البرمجيات

Turn a completed coding session, git diff, notes, or transcript into a development diary draft or end-of-session writeup without rewriting the story by hand. Use near the end of meaningful work when the user wants a durable wrap-up.

2026-07-18
spec-bundle
مطوّرو البرمجيات

Build an implementation-ready spec bundle when a plain PRD is no longer enough: minimum useful contracts, schema, test plan, blueprint, gates, ADRs, boundaries, and GitHub-ready task breakdown. Use when ambiguity or architecture risk would otherwise slow execution.

2026-07-18
work-shaping
متخصصو إدارة المشاريع

Decide how much process a task deserves before coding: tiny vs substantial, chat vs GitHub, checklist vs execution brief, architecture lane vs full bundle, operator review vs council, and private diary vs public draft. Use when the shape of the work is the blocker.

2026-07-18
adr-log
مطوّرو البرمجيات

Record significant architecture or execution decisions so their reasoning survives the session. Trigger on requests like record this decision, write an ADR, capture the trade-off, or supersede the old decision.

2026-07-17
ai-writing-detox
الكتّاب التقنيون

Remove obvious AI-writing tics from drafts so the text sounds credible, calm, and human. Trigger on requests like make this sound less AI, detox this draft, or clean up public-facing copy before publishing.

2026-07-17
illustration-prompt
المصممون الجرافيكيون

Turn a vague image request into a generator-ready illustration prompt for Midjourney, DALL-E, Flux, Stable Diffusion, or similar tools. Use when the user needs visual direction, prompt structure, or reference-aware image prompting rather than image generation code.

2026-07-17
product-council
متخصصو إدارة المشاريع

Run a multi-lens council when a product decision is fuzzy, risky, or high-impact and one answer is not enough. Use for wedge selection, pricing, launch readiness, roadmap trade-offs, go/no-go calls, or other decisions where blind spots matter more than speed.

2026-07-17
public-artifact-lane
الكتّاب التقنيون

Turn real work into public-ready artifacts such as build diaries, release notes, launch posts, case studies, or demo scripts. Use when the goal is a public or shareable artifact grounded in completed work.

2026-07-17
readme-generator
مطوّرو البرمجيات

Create or rewrite `README.md` for a repo. Use when the user wants a clearer landing page, setup guide, open-source intro, project overview, or README refresh rooted in the actual repo rather than generic boilerplate.

2026-07-17
tool-scout
المهن الحاسوبية الأخرى

Find current external tools, services, libraries, MCP servers, APIs, or models that could solve a concrete task faster than building from scratch. Use when the user needs ecosystem research before spending build time or money.

2026-07-17
triage-finding
محللو أبحاث السوق ومتخصصو التسويق

Triage an external finding such as a post, article, repo, screenshot, video, note, or link and decide whether it matters now. Use when the user wants a verdict, not just a summary.

2026-07-17
lazy-senior
مطوّرو البرمجيات

Use when implementing, reviewing, or planning code where Codex should avoid overengineering: challenge whether the feature needs to exist, prefer deletion, standard library, native platform APIs, existing project dependencies, one-line solutions, decision receipts, evidence-backed GitHub prior-art checks, and adoption tradeoffs before writing minimal new code. Trigger for requests like "keep it simple", "no overengineering", "do the smallest thing", "is there already a library/repo for this", "Ponytail-style", or when building parsers, widgets, integrations, CLIs, state machines, or reusable utilities that agents often overbuild. Also use when activating, auditing, benchmarking, packaging, or publishing this anti-overengineering workflow.

2026-06-16
browser-tutorial-video
مطوّرو البرمجيات

Use when recording a browser walkthrough, app tutorial, screencast, PDF scroll, highlighted clicks, localized demo video, or polished browser automation MP4 with Playwright and ffmpeg.

2026-06-16
autonomous-video-pipeline
مطوّرو البرمجيات

Use when Codex needs to produce or supervise a complete short-form explainer, avatar, tutorial, or YouTube-ready video package from source material, including scripted narration, optional TTS/avatar generation, code-based motion graphics, FFmpeg assembly, QA frames, timing checks, and a verified final MP4 deliverable.

2026-06-13
adversarial-review
محللو ضمان جودة البرمجيات والمختبرون

Run a second-pass review on meaningful changes with a deliberately skeptical lens: bugs, regressions, security, prompt or tool abuse, data loss, and missing tests. Use after non-trivial diffs or risky agent output.

2026-03-15
github-mobile-ops
متخصصو إدارة المشاريع

Explain a phone-first GitHub workflow using Issues as canonical task state, Projects as the operator view, GitHub Mobile as the control surface, and chat as the fast signal path. Use when the user asks how GitHub should work from a phone or lightweight operator surface.

2026-03-15
justdoit
مطوّرو البرمجيات

Default execution-planning skill for almost any non-trivial repo task. Turn a raw task, feature request, PRD, or project brief into durable plan, status, and test-plan files, then hand back a concise ready-to-execute proposal.

2026-03-15
long-context-dispatch
مطوّرو البرمجيات

Delegate a large read-only cross-document or cross-file analysis to the verified long-context worker while the ordinary Codex thread stays in control. Use for big audits, due diligence, large literature synthesis, policy mapping, or other tasks that genuinely need much larger context.

2026-03-15
openclaw-council
مطوّرو البرمجيات

Stress-test OpenClaw architecture or production-config changes with an isolated council pass, contradiction check, and independent Codex review. Use when autonomy, reliability, fallbacks, or deployment risk make a one-pass answer too weak.

2026-03-15
parallel-worktrees
مطوّرو البرمجيات

Split substantial work into isolated git worktrees so coding, tests, docs, review, or experiments can proceed in separate lanes without contaminating the main checkout.

2026-03-15
playwright
مطوّرو البرمجيات

Drive a real browser from the terminal with the bundled Playwright CLI wrapper. Use when the task requires navigation, form filling, snapshots, screenshots, data extraction, or UI-flow debugging without turning the job into a Playwright test suite.

2026-03-15
screenshot
مطوّرو البرمجيات

Capture desktop or system screenshots with the bundled OS helpers when the user explicitly asks for a screenshot or when tool-specific capture cannot reach the target. Supports full screen, app/window, active window, and region capture.

2026-03-15
skill-creator
مطوّرو البرمجيات

Create or update a Codex skill with a narrow, harness-optimized contract: functional metadata, one short purpose paragraph, at most three execution steps, hard acceptance criteria, and an explicit output format. Use when the user wants a new skill, a skill rewrite, or more reliable skill behavior.

2026-03-15
skill-installer
مطوّرو البرمجيات

Install Codex skills into `$CODEX_HOME/skills` from the curated OpenAI list or from an explicit GitHub repo/path. Use when the user wants to list installable skills, install one or more curated skills, or install a skill from another repo.

2026-03-15