Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

zylos-core

zylos-core에는 zylos-ai에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
1.1k
업데이트
2026-06-16
Forks
120
직업 범위
직업 카테고리 5개 · 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-06-16
web-console
소프트웨어 개발자

Built-in web interface for communicating with Claude without external services. Use when setting up or configuring the web console channel, or troubleshooting browser-based access.

2026-06-15
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-06-10
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-05-27
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-05-10
new-session
컴퓨터 사용자 지원 전문가

Start a new session when context is high. Claude uses /clear, Codex uses /exit. Use when context is high or when a fresh session is needed.

2026-05-08
restart-claude
컴퓨터 네트워크 지원 전문가

Use when the user asks to restart Claude Code, or after changing settings/hooks/keybindings.

2026-05-08
upgrade-claude
컴퓨터 네트워크 지원 전문가

Upgrade Claude Code to the latest version with graceful shutdown and auto-restart. Use when the user asks to upgrade or when a new Claude Code version is available.

2026-05-08
create-skill
소프트웨어 개발자

Guide for creating effective skills. Use when asked to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-04-28
scheduler
소프트웨어 개발자

Use when user wants to schedule tasks for future, recurring, or interval execution. Manages one-time, cron, and interval tasks dispatched via C4 comm-bridge.

2026-03-31
check-context
네트워크·컴퓨터 시스템 관리자

Accurately check current context window and token usage. Use when the user asks about context usage, token consumption, or when monitoring context levels.

2026-03-31
shell
네트워크·컴퓨터 시스템 관리자

CLI interactive mode channel. Delivers Claude responses to the zylos shell REPL via Unix socket.

2026-03-09
http
컴퓨터 네트워크 아키텍트

Caddy-based web server providing web console hosting, file sharing, and health check endpoints. Use when configuring HTTP access, setting up file sharing, or troubleshooting web connectivity.

2026-02-10
health-check
네트워크·컴퓨터 시스템 관리자

System health check dispatched by the activity monitor via Control queue. Checks PM2 services, disk space, and memory usage. Use when receiving a control message containing "health-check".

2026-02-09