Lior Dux avatar

Lior Dux

Community

@zmynxx · Israel

6Followers
|
35Public Repos
|
39Published Skills

Lior Dux (zMynxx) maintains 77 skills for spec-driven development, GitHub pull request hygiene, Go testing, code review coordination, and codebase knowledge graphs.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (40%)Git & Pull Request.. (25%)Testing, Debugging.. (20%)Skill Authoring & .. (10%)

Agent Skills by Lior Dux

Showing 39 vetted skills indexed across 1 GitHub repositories.

zMynxxzMynxx

using-superpowers

Enforces skill discovery and invocation before any agent response across AI coding platforms.

Community
Intermediate
zMynxxzMynxx

sdd-spec

Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.

Community
Advanced
zMynxxzMynxx

sdd-onboard

Guides users through a complete spec-driven development cycle on a real codebase.

Community
Advanced
zMynxxzMynxx

cognitive-doc-design

Structures documentation to reduce cognitive load for readers and reviewers.

Community
Basic
zMynxxzMynxx

skill-improver

Audit and refactor existing SKILL.md files against an LLM-first style guide.

Community
Intermediate
zMynxxzMynxx

sdd-propose

Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.

Community
Intermediate
zMynxxzMynxx

sdd-archive

Archives completed SDD changes by merging delta specs into main specs.

Community
Advanced
zMynxxzMynxx

sdd-init

Initialize SDD context, testing capabilities, skill registry, and persistence for a project.

Community
Advanced
zMynxxzMynxx

chained-pr

Splits oversized pull requests into chained review slices with dependency diagrams.

Community
Intermediate
zMynxxzMynxx

comment-writer

Write warm, direct collaboration comments for PRs, issues, and reviews.

Community
Basic
zMynxxzMynxx

work-unit-commits

Plan git commits as reviewable work units with tests and docs included.

Community
Basic
zMynxxzMynxx

go-testing

Write table-driven Go tests, Bubbletea teatest flows, and golden file assertions.

Community
Intermediate
zMynxxzMynxx

sdd-design

Generates technical design documents with architecture decisions and file changes for SDD workflows.

Community
Intermediate
zMynxxzMynxx

skill-creator

Creates LLM-first skill units with valid frontmatter and structured instruction sections.

Community
Intermediate
zMynxxzMynxx

sdd-apply

Implements spec-driven development tasks from specs and design documents with optional strict TDD.

Community
Advanced
zMynxxzMynxx

sdd-verify

Verifies SDD change implementations by executing tests and auditing spec compliance.

Community
Advanced
zMynxxzMynxx

skill-registry

Indexes available skills by trigger and path into a registry file.

Community
Intermediate
zMynxxzMynxx

sdd-tasks

Generates phased implementation task breakdowns from SDD proposals, specs, and designs.

Community
Advanced
zMynxxzMynxx

branch-pr

Creates GitHub pull requests with issue linkage, branch naming, and label validation.

Community
Intermediate
zMynxxzMynxx

_shared

Provides shared SDD reference documents for persistence, conventions, and phase protocols.

Community
Advanced
zMynxxzMynxx

graphify

Builds a queryable knowledge graph from code, docs, papers, images, and video.

Community
Advanced
zMynxxzMynxx

sdd-explore

Investigates codebases and produces structured exploration analyses for spec-driven development changes.

Community
Intermediate
zMynxxzMynxx

judgment-day

Runs blind dual-agent adversarial code reviews and re-judges fixes until approval.

Community
Advanced
zMynxxzMynxx

issue-creation

Creates GitHub issues using bug report and feature request templates with label workflows.

Community
Intermediate

Frequently Asked Questions About Lior Dux

FAQPage Schema
What tasks can I accomplish with zMynxx's skill collection?▼

You can run the complete spec-driven development lifecycle (propose, spec, design, tasks, apply, verify, archive), split large pull requests into chained reviews, write structured GitHub issues and comments, apply Go testing patterns, debug systematically, and convert codebases into queryable knowledge graphs.

Who are these skills designed for?▼

Software developers and engineering teams practicing spec-driven development, reviewers managing GitHub pull request quality, Go developers using Bubbletea and golden file testing, and skill authors creating or auditing SKILL.md instruction files with valid frontmatter and metadata.

How do the SDD skills operate in practice?▼

SDD skills are orchestrator-launched delegates (delegate_only, not user-invocable): sdd-init sets up context and registry, then propose, explore, spec, design, tasks, apply, verify, and archive execute sequentially, syncing delta specs and preserving audit trails for each completed change.

What licenses cover these skills and are they free?▼

Yes, all skills are free and open source. The manifest specifies MIT license for the SDD lifecycle skills, skill-registry, and ponytail, and Apache-2.0 for skills like chained-pr, go-testing, judgment-day, skill-creator, and cognitive-doc-design.

What prerequisites or dependencies do these skills require?▼

Skills operate on Git repositories and GitHub workflows (issues, pull requests, branches, worktrees). Go testing skills require a Go environment with Bubbletea and teatest. Graphify works best when a graphify-out/ directory exists, and SDD skills require orchestrator-driven invocation.