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

ai-config

يحتوي ai-config على 14 من skills المجمعة من erwinkn، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

codex-computer-use
المهن الحاسوبية الأخرى

Drive macOS app UIs with gpt-5.5 by running the Codex CLI with its Computer Use plugin (`codex exec --enable plugins`). Use when a UI-automation task on native Mac apps should be delegated to Codex rather than done through Claude's own computer-use tools.

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

Delegate coding work to gpt-5.5 through the Codex CLI (`codex exec`). Use for bulk or mechanical implementation with a clear spec, migrations, data analysis, investigation/diagnosis, or a second independent implementation pass — any task the model rankings route to gpt-5.5.

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

Run a gpt-5.5 code review through the Codex CLI (`codex review`). Use when the user asks for a Codex review, or as an extra independent perspective on a diff, branch, or commit alongside Claude-side review.

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

Run a structured code review (Codex default, Claude optional) as a closeout check on a local or PR branch before commit or ship.

2026-07-05
ai-agents
المهن الحاسوبية الأخرى

Use when the user explicitly asks to delegate a task through a specific installed AI CLI such as `codex`, `claude`, `agent`, `opencode`, or `gemini`. Provides a short command reference for running that harness headlessly, in read-only mode, or in an isolated worktree.

2026-06-26
massive
مطوّرو البرمجيات

Massive.com financial market data API guidance. Use when building, debugging, or answering questions about Massive REST endpoints, Massive WebSocket real-time streams, Massive market data schemas, or the Massive MCP server for stocks, options, forex, crypto, futures, fundamentals, news, and market reference data.

2026-06-13
agent-browser
مطوّرو البرمجيات

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-04-10
code-quality
مطوّرو البرمجيات

Unified review-and-fix pass for cleanup and design hardening. Use when the user explicitly asks for cleanup, simplification, or a quality pass after implementation.

2026-03-29
simplify
مطوّرو البرمجيات

Extract of Claude Code bundled `/simplify` command (Claude Code 2.1.69). Review changed code for reuse, quality, and efficiency, then fix any issues found.

2026-03-09
getsrc
مطوّرو البرمجيات

Mandatory source-fetching skill for dependency/framework code. Always use getsrc operations (fetch/list/get/files/tree/grep/read/ast-grep/remove/clean) instead of GitHub/unpkg/raw URL fetches. Only use external sources if getsrc is unavailable or fails, and explicitly state the fallback.

2026-02-27
ast-grep
مطوّرو البرمجيات

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.

2026-02-07
context7
مطوّرو البرمجيات

Fetch up-to-date library documentation using Context7 API. Use this skill when the user asks for docs, examples, or help with a specific library/framework (e.g., "look up React docs", "context7 nextjs routing", "fetch docs for fastapi").

2026-02-07
humanizer
الكتّاب والمؤلفون

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written.

2026-02-07
karpathy-style
مطوّرو البرمجيات

Guidelines to improve coding style and avoid common pitfalls. Use when writing, reviewing, or refactoring any kind of code.

2026-02-07