Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
orlovskiy-artem
GitHub 제작자 프로필

orlovskiy-artem

1개 GitHub 저장소에서 수집된 12개 skills를 저장소 단위로 보여줍니다.

수집된 skills
12
저장소
1
업데이트
2026-06-19
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

netwatch
소프트웨어 개발자

Use when the user says "netwatch" or asks to measure network stats (ping latency, packet loss, interface throughput) in the background. Launches a background subagent via the `task` tool that runs ~20s of measurements, then returns control immediately so the user can keep talking. Demonstrates background subagent invocation in opencode.

2026-06-19
sieve-render
소프트웨어 개발자

Private sieve subskill. Invoked by the sieve controller after each pass; not user-invocable. Reads sieve.state and draws the current grid — remaining primes vs. struck (composite) numbers.

2026-06-19
sieve
소프트웨어 개발자

Demonstrates cyclic skill invocation — runs the Sieve of Eratosthenes by invoking a private "strike" subskill once per prime, re-rendering a visual grid after each pass. Takes an upper limit n. Use to show one skill invoking another skill N times in a loop.

2026-06-19
sieve-strike
소프트웨어 개발자

Private sieve subskill. Invoked by the sieve controller once per prime; not user-invocable. Strikes the multiples of a single prime p out of the sieve and records them in sieve.state.

2026-06-19
syscheck
소프트웨어 개발자

Use when the user says "syscheck" or asks for a parallel system health check. Fans out THREE subagents at once via the Agent tool — one checks CPU, one network, one memory — using only safe read-only commands, then synthesizes their results into one report. Demonstrates parallel subagent fan-out in Claude Code.

2026-06-19
syscheck
소프트웨어 개발자

Use when the user says "syscheck" or asks for a parallel system health check. Fans out THREE subagents via the `task` tool — one checks CPU, one network, one memory — using only safe read-only commands, then synthesizes their results into one report. Demonstrates parallel subagent fan-out in opencode.

2026-06-19
bfs-traverse
소프트웨어 개발자

Demonstrates recursive self-invocation with a depth limit. Performs a breadth-first (level-order) traversal of the decision tree in tree.json by invoking ITSELF once per level — each call expands the current frontier and recurses on the next, stopping at a maximum depth. Takes an optional max depth.

2026-06-19
dfs-guess
소프트웨어 개발자

Demonstrates recursive self-invocation as a depth-first descent — a "20 questions" guesser. Walks the decision tree in tree.json by asking the user one yes/no question per node and invoking ITSELF on the chosen child, going deeper until it reaches a leaf entity and guesses it.

2026-06-19
이 저장소에서 수집된 skills 12개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다