Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
zeveck
Profil créateur GitHub

zeveck

Vue par dépôt de 131 skills collectés dans 10 dépôts GitHub.

skills collectés
131
dépôts
10
mis à jour
2026-06-21
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
zskills-dev
27 skills · 2026-06-20
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100% classifié
21%part
#02
anim8gen
26 skills · 2026-05-13
Spécialistes en gestion de projetsDéveloppeurs de logicielsAnalystes en assurance qualité des logiciels et testeursArtistes en effets spéciaux et animateursAnalystes des systèmes informatiquesDéveloppeurs web
7 catégories métier · 100% classifié
20%part
#03
zskills
23 skills · 2026-06-06
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100% classifié
18%part
#04
audiogen
19 skills · 2026-04-26
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsCommis à la production, à la planification et à l'accélération
4 catégories métier · 100% classifié
15%part
#05
thesecretlifeoffishies
12 skills · 2026-04-03
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsCommis à la production, à la planification et à l'accélérationDéveloppeurs web
5 catégories métier · 100% classifié
9.2%part
#06
imagegen
11 skills · 2026-04-13
Développeurs de logicielsSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeursRépartiteurs (sauf police, pompiers et ambulances)
4 catégories métier · 100% classifié
8.4%part
#07
nanogen
9 skills · 2026-06-21
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projets
3 catégories métier · 100% classifié
6.9%part
#08
imagegen2
2 skills · 2026-05-13
Développeurs de logiciels
1 catégories métier · 100% classifié
1.5%part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

commit
Développeurs de logiciels

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes, lands worktree commits, or opens a PR via /land-pr. Positional auto enables auto-merge (PR mode only).

2026-06-20
do
Développeurs de logiciels

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-20
draft-plan
Développeurs de logiciels

Draft a high-quality plan through iterative adversarial review: research, draft, review, devil's-advocate, refine — repeated until convergence. Output is a plan file ready for /run-plan execution.

2026-06-20
draft-tests
Analystes en assurance qualité des logiciels et testeurs

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-20
fix-issues
Développeurs de logiciels

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-20
land-pr
Développeurs de logiciels

Helper for PR landing — rebase, push, create-or-detect PR, poll CI, optional auto-merge. Dispatched via the Skill tool by /run-plan, /commit pr, /do pr, /fix-issues pr, /draft-plan, /refine-plan, /draft-tests (and orchestrator agents landing one-off PRs). Returns state via --result-file for caller-driven fix-cycle loops. Not for direct slash invocation — humans should use /commit pr instead.

2026-06-20
refine-plan
Développeurs de logiciels

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-20
run-plan
Développeurs de logiciels

Execute the next phase of a plan: parse status, dispatch implementation in a worktree, verify via a separate agent, update progress, write the plan report (`$ZSKILLS_REPORTS_DIR/plan-{slug}.md`), and optionally auto-land to main. Self-schedules via cron; use `next` to check, `stop` to cancel.

2026-06-20
Affichage des 8 principaux skills collectés sur 27 dans ce dépôt.
anim8gen
Artistes en effets spéciaux et animateurs

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
imagegen2
Développeurs web

Generate or edit game-oriented raster assets using OpenAI gpt-image-2 through a bundled zero-dependency CLI. Use for sprites, tiles, icons, portraits, UI assets, backgrounds, reference-image edits, and iterative visual variants when the output should be a bitmap asset saved into the project.

2026-05-13
add-block
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-02
briefing
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-02
Affichage des 8 principaux skills collectés sur 26 dans ce dépôt.
add-block
Développeurs de logiciels

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

2026-06-06
add-example
Développeurs de logiciels

Create an example model for one or more block types. Handles model file construction, registration, unit + codegen tests, screenshots, and verification.

2026-06-06
model-design
Développeurs de logiciels

Design guidelines for creating well-laid-out block diagrams and state charts. Use when building or reviewing model files.

2026-06-06
briefing
Développeurs de logiciels

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-06
cleanup-merged
Développeurs de logiciels

Post-PR-merge local normalization: fetch-and-prune origin, switch off merged feature branches, pull main, and delete local branches whose upstream is gone, whose PR has merged, or whose tip is fully contained in main (0 commits ahead). Preview by default — run `/cleanup-merged apply` to execute. `local` (default) / `remote` / `all` pick the scope; pass explicit branch names to narrow the candidate set. `--force` overrides the merged-check + unpushed guard for branches you explicitly name. Protected branches from config are NEVER deleted (even with `--force`) — they are always skipped.

2026-06-06
commit
Développeurs de logiciels

Safe commit workflow with optional scope hint. Inventories all changes, classifies related vs. unrelated files, traces dependencies, protects other agents' work, and optionally pushes, lands worktree commits, or opens a PR via /land-pr. Positional auto enables auto-merge (PR mode only).

2026-06-06
create-worktree
Développeurs de logiciels

Create a git worktree for agent work. Thin wrapper around create-worktree.sh — owns prefix-derived path, optional --branch-name override, optional pre-flight prune+fetch+ff-merge, safe worktree-add, and sanitised .zskills-tracked / .worktreepurpose writes. Prints the worktree path on stdout.

2026-06-06
do
Développeurs de logiciels

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-06
Affichage des 8 principaux skills collectés sur 23 dans ce dépôt.
audiogen
Développeurs de logiciels

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

2026-04-26
briefing
Développeurs de logiciels

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-15
commit
Développeurs de logiciels

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
Commis à la production, à la planification et à l'accélération

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
doc
Développeurs de logiciels

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-04-15
draft-plan
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
fix-report
Développeurs de logiciels

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-15
Affichage des 8 principaux skills collectés sur 19 dans ce dépôt.
imagegen
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Commis à la production, à la planification et à l'accélération

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
briefing
Développeurs de logiciels

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
commit
Développeurs de logiciels

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-04-13
draft-plan
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 11 dans ce dépôt.
nanogen
Développeurs de logiciels

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-06-21
nanogen
Développeurs de logiciels

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-06-21
commit
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
10 dépôts affichés sur 10
Tous les dépôts sont affichés