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

agent-code

يحتوي agent-code على 5 من skills المجمعة من deep12398، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

activity-monitor
مديرو الشبكات وأنظمة الحاسوب

Guardian service that monitors the active runtime agent's state and automatically restarts it if stopped. Use when checking agent liveness state or understanding the auto-restart mechanism.

2026-07-08
comm-bridge
مطوّرو البرمجيات

C4 communication bridge — central gateway for ALL external communication (Telegram, Lark, etc.). Use when replying to users via the "reply via" path, sending proactive messages to external channels, querying recent conversations or checkpoint status (prefer c4-db.js CLI; sqlite3 OK for unsupported queries), fetching conversation history for Memory Sync, or creating checkpoints after sync. Incoming messages are queued by channel bots and delivered to Claude via a PM2 dispatcher daemon. Session-start hooks automatically provide conversation context and can trigger Memory Sync when unsummarized conversations exceed the configured threshold.

2026-07-08
component-management
مطوّرو البرمجيات

Guidelines for managing zylos components via CLI and C4 channels. Use when installing, upgrading, or uninstalling components, or when user asks about available components.

2026-07-08
zylos-memory
مطوّرو البرمجيات

Core memory system. Maintains persistent memory across sessions via tiered markdown files following the Inside Out model. Handles Memory Sync (processing conversations into structured memory), session rotation, consolidation, and context-aware state saving. Must be launched via a runtime-appropriate background subagent mechanism — do not invoke with the Skill tool.

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

WeChat (微信) communication channel for Zylos. Use when: (1) replying to WeChat messages (DM), (2) sending proactive messages or media (images, files) to WeChat users, (3) managing DM access control (dmPolicy, dmAllowFrom), (4) managing WeChat account login via QR code, (5) troubleshooting WeChat connection or polling issues. Config at ~/zylos/components/wechat/config.json. Service: pm2 zylos-wechat.

2026-07-08