Skip to main content

JZKK720/agent-meow

جمع SkillsMP عدد ١٨ من skills من JZKK720/agent-meow. افتح أي skill لمراجعة مصدره وتفاصيله.

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

عرض ١٨ من أصل ١٨ skills مجمعة.

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

Verify the agent-meow CLI's setup/onboarding flow, terminal UI/UX, and critical user journeys in a completely isolated, reproducible loop. Drives the real `agent-meow` binary through a PTY (pexpect) inside a throwaway OMNIGENT_CONFIG_HOME / OMNIGENT_DATA_DIR…

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

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

Diagnose agent-meow voice/TTS failures — "no audio back", "voice replies hang", "transcripts appear but no response", or "utterances chopped into fragments". Use when the mic→STT→LLM→TTS pipeline misbehaves, when TTS is silent or intermittent, or when you…

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

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

Install and build Qwen3-TTS (qwentts.cpp) with Vulkan GPU backend on Windows for agent-meow's voice pipeline. Use when: setting up TTS for the first time, rebuilding after a Vulkan SDK update, troubleshooting "tts-server.exe not found" or "no audio from TTS",…

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

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

Run the agent-meow server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack,…

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

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

Deep reference on agent-meow config format, executor types, skill/tool structure, and conventions. Load when you need to look up how the platform works.

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

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

Use for ANY web interaction that needs a real, logged-in browser: filling forms, clicking buttons, navigating apps you're signed into, taking screenshots, recording browser-action videos. Drives the user's actual Chrome via CDP (Chrome DevTools Protocol)…

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

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

MUST USE when the user wants to research/search/look up/find anything on the internet across social and content platforms — e.g. "research this topic on Twitter", "do a deep dive on X across Reddit", "search the web for X", "see what people say about X on…

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

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

Frontend development guide for the web/ React app — covers component patterns, state management, the fetch/routing IoC seams, testing conventions, and special UI libraries (Tiptap, Fabric.js, xterm.js). Load when developing, testing, or debugging frontend…

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

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

Spin up a live local agent-meow server + runner and exercise the native Antigravity (agy) TUI harness (antigravity-native) end-to-end — launch the real `agy` CLI via `agent-meow antigravity`, drive turns through the web UI, smoke-test, and bug-bash. Load when…

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

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

Spin up a live local agent-meow server and exercise the Antigravity (Gemini) SDK harness end-to-end — build antigravity agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the antigravity harness…

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

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

Spin up a live local agent-meow server and exercise the GitHub Copilot SDK harness end-to-end — build copilot agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the copilot harness…

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

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

Spin up a live local agent-meow server and exercise the Cursor SDK harness end-to-end — build cursor agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the cursor harness (agent_meow/inner/cursor_executor.py,…

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

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

Spin up a live local agent-meow server + runner and exercise the native Pi TUI harness (pi-native) end-to-end — launch the real `pi` CLI via `meow pi`, drive turns through the web/bridge, smoke-test, and bug-bash. Load when developing, testing, or debugging…

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

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

End-to-end test the polly multi-agent coding orchestrator's critical user journeys (CUJs). Two halves — a deterministic mock-LLM driver (polly_cuj.py) that boots a throwaway local server + mock LLM and asserts the substrate (boot, bridged sys_* tool dispatch,…

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

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

Patterns and templates for generating valid agent-meow agent directories. Load when ready to create files.

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

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

Detect Python agent frameworks from code imports and map them to agent-meow executor types. Load when the user has existing agent code to integrate.

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

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

Run independent subtasks in parallel — one git worktree and one implementation sub-agent per task, each opening its own PR — then cross-review every PR. polly never merges; the human does.

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

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

Reference guide for building new agent-meow harness integrations — covers SDK/subprocess harnesses and native harnesses as separate tracks, each with their own feature matrix, implementation patterns, and prioritized checklist.

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

آخر تحديث
عرض ١٨ من أصل ١٨ skills مجمعة.