Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
zeveck
GitHub creator profile

zeveck

Repository-level view of 192 collected skills across 12 GitHub repositories, including approximate occupation coverage.

skills collected
192
repositories
12
occupation fields
4
updated
2026-06-03
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
zskills-codex
44 skills · 2026-05-05
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가컴퓨터 시스템 분석가
4 occupation categories · 100% classified
23%share
#02
zskills-dev
32 skills · 2026-06-03
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터상업·산업 디자이너
3 occupation categories · 100% classified
17%share
#03
anim8gen
24 skills · 2026-05-13
프로젝트 관리 전문가소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터특수 효과 아티스트 및 애니메이터그래픽 디자이너컴퓨터 시스템 분석가
6 occupation categories · 100% classified
13%share
#04
zskills-cc
22 skills · 2026-05-03
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가
3 occupation categories · 100% classified
11%share
#05
zskills
21 skills · 2026-04-19
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터생산, 계획 및 독촉 사무원전자 엔지니어(컴퓨터 제외)
5 occupation categories · 100% classified
11%share
#06
imagegen
12 skills · 2026-04-26
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터디스패처(경찰·소방·구급 제외)
4 occupation categories · 100% classified
6.3%share
#07
thesecretlifeoffishies
12 skills · 2026-04-03
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가생산, 계획 및 독촉 사무원웹 개발자
5 occupation categories · 100% classified
6.3%share
#08
audiogen
11 skills · 2026-04-26
소프트웨어 개발자프로젝트 관리 전문가생산, 계획 및 독촉 사무원소프트웨어 품질 보증 분석가·테스터
4 occupation categories · 100% classified
5.7%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
zskills-codex
44 skills00updated 2026-05-05
23% of creator
run-plan
소프트웨어 개발자

Execute one phase or all remaining phases of a plan with scoped implementation, optional worktree isolation, verification, reporting, and landing.

2026-05-05
add-block
소프트웨어 개발자

Add a new block type to a block-diagram style app with runtime behavior, UI/editor integration, serialization, tests, docs, examples, and verification.

2026-05-02
add-example
소프트웨어 개발자

Create a complete example model for one or more block types, including model layout, registration, tests, screenshots, docs, and verification.

2026-05-02
briefing
소프트웨어 개발자

Generate a project status briefing from git state, plan reports, open checkboxes, recent commits, and worktrees when the user asks for status, current work, reports, or cleanup readiness.

2026-05-02
commit
소프트웨어 개발자

Safely commit only the relevant current changes, protecting unrelated user or agent work; also handle requested push, land, or PR follow-through.

2026-05-02
do
소프트웨어 개발자

Execute a bounded ad-hoc engineering task such as a small fix, refactor, docs update, or example without the full run-plan process.

2026-05-02
doc
소프트웨어 개발자

Audit and update documentation for recent changes, examples, block libraries, guides, READMEs, presentations, or newsletter entries.

2026-05-02
draft-plan
소프트웨어 개발자

Draft an executable plan file through codebase research, review, refinement, acceptance criteria, and verification planning before implementation.

2026-05-02
Showing top 8 of 44 collected skills in this repository.
#002
zskills-dev
32 skills10updated 2026-06-03
17% of creator
do
소프트웨어 개발자

Lightweight task dispatcher for ad-hoc work: documentation, examples, refactoring, content updates. Worktree/direct/pr landing modes via flag or execution.landing config. Recurring via every SCHEDULE; stop/next manage the schedule.

2026-06-03
doc
소프트웨어 개발자

Audit and fix documentation gaps: block library entries, example models, getting-started guides, presentations, README updates. Also handles newsletter entries (/doc newsletter). Use when the user asks to "write a newsletter entry", "add to the newsletter", or "update the newsletter".

2026-06-03
draft-tests
소프트웨어 품질 보증 분석가·테스터

Draft test specifications into an existing plan through iterative adversarial review. Appends a `### Tests` subsection per pending phase via a senior-QE reviewer + devil's-advocate + refiner loop. Completed phases are never modified (checksum-gated). Sister skill to /draft-plan, scoped to test specs.

2026-06-03
refine-plan
소프트웨어 개발자

Refine an in-progress plan by reviewing remaining phases against completed work. Dispatches reviewer + devil's-advocate agents to surface stale references, invalidated assumptions, and specification gaps, then refines until convergence. Completed phases are NEVER modified. Appends a Drift Log + Plan Review.

2026-06-03
update-zskills
소프트웨어 개발자

Install or update Z Skills supporting infrastructure (CLAUDE.md rules, hooks, scripts)

2026-06-03
verify-changes
소프트웨어 품질 보증 분석가·테스터

Verify all recent changes: review diffs, check that unit/e2e tests cover the changes, run all tests, manually verify UI changes with playwright-cli, fix problems, re-verify until clean, then report with recommendations.

2026-06-03
briefing
소프트웨어 개발자

Generate a project briefing: worktree status, open checkboxes, recent commits. Modes: summary (default), report, verify, current, worktrees. Period: 1h, 6h, 24h, 2d, 7d.

2026-06-03
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint: dispatch implementers in per-issue worktrees, verify, optionally auto-land via /land-pr. Recurring via every SCHEDULE; stop/next manage it. sync updates trackers + closes already-fixed issues; plan drafts plans for skipped ones.

2026-06-03
Showing top 8 of 32 collected skills in this repository.
#003
anim8gen
24 skills20updated 2026-05-13
13% of creator
anim8gen
특수 효과 아티스트 및 애니메이터

Generate short, simple sprite animations from natural-language prompts by using imagegen2 for raster frame candidates, agentic frame review for pose and continuity, and local anim8gen tools for alignment, validation, contact sheets, previews, and package reports. Requires the imagegen2 skill.

2026-05-13
add-block
소프트웨어 개발자

Add a new block type to a block-diagram style app with runtime behavior, UI/editor integration, serialization, tests, docs, examples, and verification.

2026-05-02
add-example
소프트웨어 개발자

Create a complete example model for one or more block types, including model layout, registration, tests, screenshots, docs, and verification.

2026-05-02
briefing
프로젝트 관리 전문가

Generate a project status briefing from git state, plan reports, open checkboxes, recent commits, and worktrees when the user asks for status, current work, reports, or cleanup readiness.

2026-05-02
commit
소프트웨어 개발자

Safely commit only the relevant current changes, protecting unrelated user or agent work; also handle requested push, land, or PR follow-through.

2026-05-02
do
소프트웨어 개발자

Execute a bounded ad-hoc engineering task such as a small fix, refactor, docs update, or example without the full run-plan process.

2026-05-02
doc
소프트웨어 개발자

Audit and update documentation for recent changes, examples, block libraries, guides, READMEs, presentations, or newsletter entries.

2026-05-02
draft-plan
프로젝트 관리 전문가

Draft an executable plan file through codebase research, review, refinement, acceptance criteria, and verification planning before implementation.

2026-05-02
Showing top 8 of 24 collected skills in this repository.
#004
zskills-cc
22 skills00updated 2026-05-03
11% of creator
add-block
소프트웨어 개발자

Step-by-step guide for adding new block types. Use when the user asks to "add a block", "create a new block", "implement a block", or mentions adding a block type to the library.

2026-05-03
add-example
소프트웨어 개발자

Create an example model for one or more block types. Handles model file construction, registration, unit tests, codegen tests, screenshots, and verification. Usage: /add-example <block-type(s)> [concept hint]

2026-05-03
briefing
프로젝트 관리 전문가

Generate a project briefing: worktree status, open checkboxes, recent commits. Modes: summary (default), report, verify, current, worktrees. Period: 1h, 6h, 24h, 2d, 7d.

2026-05-03
commit
소프트웨어 개발자

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes or lands worktree commits. Usage: /commit [pr] [scope] [push|land]

2026-05-03
do
소프트웨어 개발자

Lightweight task dispatcher for ad-hoc work: documentation, examples, refactoring, content updates. Supports scheduling with every/now/next/stop. Usage: /do <description> [worktree] [push] [pr] [every SCHEDULE] [now] | stop | next.

2026-05-03
doc
소프트웨어 개발자

Audit and fix documentation gaps: block library panel entries, example models, getting-started guides, block library, presentations, README updates. Also handles newsletter entries (/doc newsletter). Use when the user asks to "write a newsletter entry", "add to the newsletter", or "update the newsletter". Usage: /doc [blocks|examples|newsletter|<description>]

2026-05-03
draft-plan
프로젝트 관리 전문가

Draft a high-quality plan through iterative adversarial review. Multiple rounds of research, drafting, review, devil's advocate, and refinement until the plan converges. Output is a plan file ready for /run-plan. Usage: /draft-plan [output FILE] [rounds N] <description...>

2026-05-03
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint. Supports scheduling with every/now/next/stop. Use sync to update trackers and verify/close already-fixed issues. Use plan to draft plans for skipped issues. Usage: /fix-issues N [focus] [auto] [every SCHEDULE] [now] | sync | plan [auto] | stop | next.

2026-05-03
Showing top 8 of 22 collected skills in this repository.
#005
zskills
21 skills00updated 2026-04-19
11% of creator
update-zskills
소프트웨어 개발자

Install or update Z Skills supporting infrastructure (CLAUDE.md rules, hooks, scripts)

2026-04-19
commit
소프트웨어 개발자

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes or lands worktree commits. Usage: /commit [pr] [scope] [push|land]

2026-04-18
do
소프트웨어 개발자

Lightweight task dispatcher for ad-hoc work: documentation, examples, refactoring, content updates. Supports scheduling with every/now/next/stop. Usage: /do <description> [worktree] [push] [pr] [every SCHEDULE] [now] | stop | next.

2026-04-18
run-plan
소프트웨어 개발자

Execute the next phase of a plan document: parse phases and status, dispatch implementation in a worktree, verify with a separate agent, update progress tracking, write reports/plan-{slug}.md, and optionally auto-land to main. Can self-schedule recurring runs via cron. Use `next` to check schedule, `stop` to cancel.

2026-04-18
draft-plan
프로젝트 관리 전문가

Draft a high-quality plan through iterative adversarial review. Multiple rounds of research, drafting, review, devil's advocate, and refinement until the plan converges. Output is a plan file ready for /run-plan. Usage: /draft-plan [output FILE] [rounds N] <description...>

2026-04-18
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint. Supports scheduling with every/now/next/stop. Use sync to update trackers and verify/close already-fixed issues. Use plan to draft plans for skipped issues. Usage: /fix-issues N [focus] [auto] [every SCHEDULE] [now] | sync | plan [auto] | stop | next.

2026-04-18
refine-plan
프로젝트 관리 전문가

Refine an in-progress plan by reviewing remaining phases against completed work. Dispatches adversarial reviewer and devil's advocate agents to find stale references, invalidated assumptions, and specification gaps — then refines remaining phases until convergence. Completed phases are NEVER modified. Appends a Drift Log and Plan Review section. Usage: /refine-plan <plan-file> [rounds N]

2026-04-18
research-and-go
소프트웨어 개발자

Full pipeline: decompose a broad goal into sub-plans, draft each with adversarial review, then execute all of them autonomously. One command, walk away. Usage: /research-and-go <description>

2026-04-18
Showing top 8 of 21 collected skills in this repository.
#006
imagegen
12 skills00updated 2026-04-26
6.3% of creator
imagegen
소프트웨어 개발자

Generate images using OpenAI's gpt-image-1 model. Ideal for game assets (sprites, tiles, UI elements, icons), concept art, and placeholder graphics. Supports iteration — "try again", "make it bluer", "go back to v1".

2026-04-26
briefing
소프트웨어 개발자

Generate a project briefing: worktree status, open checkboxes, recent commits. Modes: summary (default), report, verify, current, worktrees. Period: 1h, 6h, 24h, 2d, 7d.

2026-04-13
draft-plan
프로젝트 관리 전문가

Draft a high-quality plan through iterative adversarial review. Multiple rounds of research, drafting, review, devil's advocate, and refinement until the plan converges. Output is a plan file ready for /run-plan. Usage: /draft-plan [output FILE] [rounds N] <description...>

2026-04-13
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint. Supports scheduling with every/now/next/stop. Use sync to update trackers and verify/close already-fixed issues. Use plan to draft plans for skipped issues. Usage: /fix-issues N [focus] [auto] [every SCHEDULE] [now] | sync | plan [auto] | stop | next.

2026-04-13
fix-report
프로젝트 관리 전문가

Review ALL unreported sprint results: walk through manual verifications, land fixes to main, close GitHub issues, update trackers, and clean up worktrees. Covers the current SPRINT_REPORT.md AND any landed-but-unclosed issues from previous sprints.

2026-04-13
research-and-go
프로젝트 관리 전문가

Full pipeline: decompose a broad goal into sub-plans, draft each with adversarial review, then execute all of them autonomously. One command, walk away. Usage: /research-and-go <description>

2026-04-13
research-and-plan
프로젝트 관리 전문가

Decompose a broad goal into a sequence of executable sub-plans. Researches the domain, identifies sub-problems and dependencies, then produces a meta-plan where each phase delegates to /run-plan. Usage: /research-and-plan [output FILE] <description...>

2026-04-13
run-plan
소프트웨어 개발자

Execute the next phase of a plan document: parse phases and status, dispatch implementation in a worktree, verify with a separate agent, update progress tracking, write reports/plan-{slug}.md, and optionally auto-land to main. Can self-schedule recurring runs via cron. Use `next` to check schedule, `stop` to cancel.

2026-04-13
Showing top 8 of 12 collected skills in this repository.
#007
thesecretlifeoffishies
12 skills00updated 2026-04-03
6.3% of creator
imagegen
소프트웨어 개발자

Generate images using OpenAI's gpt-image-1 model. Ideal for game assets (sprites, tiles, UI elements, icons), concept art, and placeholder graphics. Supports iteration — "try again", "make it bluer", "go back to v1".

2026-04-03
briefing
소프트웨어 개발자

Generate a project briefing: worktree status, open checkboxes, recent commits. Modes: summary (default), report, verify, current, worktrees. Period: 1h, 6h, 24h, 2d, 7d.

2026-03-26
commit
소프트웨어 개발자

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes or lands worktree commits. Usage: /commit [scope] [push|land]

2026-03-26
draft-plan
프로젝트 관리 전문가

Draft a high-quality plan through iterative adversarial review. Multiple rounds of research, drafting, review, devil's advocate, and refinement until the plan converges. Output is a plan file ready for /run-plan. Usage: /draft-plan [output FILE] [rounds N] <description...>

2026-03-26
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint. Supports scheduling with every/now/next/stop. Use sync to update trackers and verify/close already-fixed issues. Use plan to draft plans for skipped issues. Usage: /fix-issues N [focus] [auto] [every SCHEDULE] [now] | sync | plan [auto] | stop | next.

2026-03-26
plans
생산, 계획 및 독촉 사무원

Plan dashboard and batch executor. View plan status, find the next ready plan, or work through plans automatically. Usage: /plans [rebuild | next | work N [auto] [every SCHEDULE]]

2026-03-26
qe-audit
소프트웨어 품질 보증 분석가·테스터

QE audit: check recent commits for test coverage gaps, or bash/stress-test features to find bugs. Supports scheduling with every/now/next/stop. Usage: /qe-audit [bash [area]] [every SCHEDULE] [now] | stop | next.

2026-03-26
research-and-go
소프트웨어 개발자

Full pipeline: decompose a broad goal into sub-plans, draft each with adversarial review, then execute all of them autonomously. One command, walk away. Usage: /research-and-go <description>

2026-03-26
Showing top 8 of 12 collected skills in this repository.
#008
audiogen
11 skills10updated 2026-04-26
5.7% of creator
audiogen
소프트웨어 개발자

Generate game audio (music, voices, sound effects) via ElevenLabs.

2026-04-26
commit
소프트웨어 개발자

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes or lands worktree commits. Usage: /commit [pr] [scope] [push|land]

2026-04-15
do
생산, 계획 및 독촉 사무원

Lightweight task dispatcher for ad-hoc work: documentation, examples, refactoring, content updates. Supports scheduling with every/now/next/stop. Usage: /do <description> [worktree] [push] [pr] [every SCHEDULE] [now] | stop | next.

2026-04-15
draft-plan
프로젝트 관리 전문가

Draft a high-quality plan through iterative adversarial review. Multiple rounds of research, drafting, review, devil's advocate, and refinement until the plan converges. Output is a plan file ready for /run-plan. Usage: /draft-plan [output FILE] [rounds N] <description...>

2026-04-15
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint. Supports scheduling with every/now/next/stop. Use sync to update trackers and verify/close already-fixed issues. Use plan to draft plans for skipped issues. Usage: /fix-issues N [focus] [auto] [every SCHEDULE] [now] | sync | plan [auto] | stop | next.

2026-04-15
refine-plan
프로젝트 관리 전문가

Refine an in-progress plan by reviewing remaining phases against completed work. Dispatches adversarial reviewer and devil's advocate agents to find stale references, invalidated assumptions, and specification gaps — then refines remaining phases until convergence. Completed phases are NEVER modified. Appends a Drift Log and Plan Review section. Usage: /refine-plan <plan-file> [rounds N]

2026-04-15
research-and-go
소프트웨어 개발자

Full pipeline: decompose a broad goal into sub-plans, draft each with adversarial review, then execute all of them autonomously. One command, walk away. Usage: /research-and-go <description>

2026-04-15
research-and-plan
프로젝트 관리 전문가

Decompose a broad goal into a sequence of executable sub-plans. Researches the domain, identifies sub-problems and dependencies, then produces a meta-plan where each phase delegates to /run-plan. Usage: /research-and-plan [output FILE] <description...>

2026-04-15
Showing top 8 of 11 collected skills in this repository.
#009
nanogen
9 skills10updated 2026-05-17
4.7% of creator
nanogen
소프트웨어 개발자

Generate or edit images via Google's Nano Banana (Gemini image models). Text-to-image, multi-image edit with natural-language region guidance, multi-turn iterative editing via thoughtSignature continuation. 72 built-in style presets across 10 categories. Requires GEMINI_API_KEY.

2026-05-17
nanogen
소프트웨어 개발자

Generate or edit images via Google's Nano Banana (Gemini image models). Text-to-image, multi-image edit with natural-language region guidance, multi-turn iterative editing via thoughtSignature continuation. 72 built-in style presets across 10 categories. Requires GEMINI_API_KEY.

2026-05-06
commit
소프트웨어 개발자

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes or lands worktree commits. Usage: /commit [pr] [scope] [push|land]

2026-04-17
do
소프트웨어 개발자

Lightweight task dispatcher for ad-hoc work: documentation, examples, refactoring, content updates. Supports scheduling with every/now/next/stop. Usage: /do <description> [worktree] [push] [pr] [every SCHEDULE] [now] | stop | next.

2026-04-17
fix-issues
소프트웨어 개발자

Orchestrate a batch bug-fixing sprint. Supports scheduling with every/now/next/stop. Use sync to update trackers and verify/close already-fixed issues. Use plan to draft plans for skipped issues. Usage: /fix-issues N [focus] [auto] [every SCHEDULE] [now] | sync | plan [auto] | stop | next.

2026-04-17
research-and-go
소프트웨어 개발자

Full pipeline: decompose a broad goal into sub-plans, draft each with adversarial review, then execute all of them autonomously. One command, walk away. Usage: /research-and-go <description>

2026-04-17
research-and-plan
프로젝트 관리 전문가

Decompose a broad goal into a sequence of executable sub-plans. Researches the domain, identifies sub-problems and dependencies, then produces a meta-plan where each phase delegates to /run-plan. Usage: /research-and-plan [output FILE] <description...>

2026-04-17
run-plan
소프트웨어 개발자

Execute the next phase of a plan document: parse phases and status, dispatch implementation in a worktree, verify with a separate agent, update progress tracking, write reports/plan-{slug}.md, and optionally auto-land to main. Can self-schedule recurring runs via cron. Use `next` to check schedule, `stop` to cancel.

2026-04-17
Showing top 8 of 9 collected skills in this repository.
#010
imagegen2
3 skills00updated 2026-05-13
1.6% of creator
저장소 12개 중 12개 표시
모든 저장소를 표시했습니다