ما هي coding-agent؟
قم بتشغيل Codex CLI، أو Claude Code، أو OpenCode، أو Pi Coding Agent عبر عملية خلفية للتحكم البرمجي. المصدر: steipete/clawdis.
قم بتشغيل Codex CLI، أو Claude Code، أو OpenCode، أو Pi Coding Agent عبر عملية خلفية للتحكم البرمجي.
ثبّت مهارة الذكاء الاصطناعي coding-agent بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: steipete/clawdis.
Use bash (with optional background mode) for all coding agent work. Simple and effective.
Coding agents (Codex, Claude Code, Pi) are interactive terminal applications that need a pseudo-terminal (PTY) to work correctly. Without PTY, you'll get broken output, missing colors, or the agent may hang.
| command | string | The shell command to run | | pty | boolean | Use for coding agents! Allocates a pseudo-terminal for interactive CLIs | | workdir | string | Working directory (agent sees only this folder's context) | | background | boolean | Run in background, returns sessionId for monitoring |
قم بتشغيل Codex CLI، أو Claude Code، أو OpenCode، أو Pi Coding Agent عبر عملية خلفية للتحكم البرمجي. المصدر: steipete/clawdis.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/steipete/clawdis --skill coding-agentقم بتشغيل Codex CLI، أو Claude Code، أو OpenCode، أو Pi Coding Agent عبر عملية خلفية للتحكم البرمجي. المصدر: steipete/clawdis.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/steipete/clawdis --skill coding-agent بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/steipete/clawdis