Lior Dux
Community@zmynxx · Israel
Lior Dux (zMynxx) maintains 77 skills for spec-driven development, GitHub pull request hygiene, Go testing, code review coordination, and codebase knowledge graphs.
Agent Skills by Lior Dux
Showing 39 vetted skills indexed across 1 GitHub repositories.
using-superpowers
Enforces skill discovery and invocation before any agent response across AI coding platforms.
sdd-spec
Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.
sdd-onboard
Guides users through a complete spec-driven development cycle on a real codebase.
cognitive-doc-design
Structures documentation to reduce cognitive load for readers and reviewers.
skill-improver
Audit and refactor existing SKILL.md files against an LLM-first style guide.
sdd-propose
Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.
sdd-archive
Archives completed SDD changes by merging delta specs into main specs.
sdd-init
Initialize SDD context, testing capabilities, skill registry, and persistence for a project.
chained-pr
Splits oversized pull requests into chained review slices with dependency diagrams.
comment-writer
Write warm, direct collaboration comments for PRs, issues, and reviews.
work-unit-commits
Plan git commits as reviewable work units with tests and docs included.
go-testing
Write table-driven Go tests, Bubbletea teatest flows, and golden file assertions.
sdd-design
Generates technical design documents with architecture decisions and file changes for SDD workflows.
skill-creator
Creates LLM-first skill units with valid frontmatter and structured instruction sections.
sdd-apply
Implements spec-driven development tasks from specs and design documents with optional strict TDD.
sdd-verify
Verifies SDD change implementations by executing tests and auditing spec compliance.
skill-registry
Indexes available skills by trigger and path into a registry file.
sdd-tasks
Generates phased implementation task breakdowns from SDD proposals, specs, and designs.
branch-pr
Creates GitHub pull requests with issue linkage, branch naming, and label validation.
_shared
Provides shared SDD reference documents for persistence, conventions, and phase protocols.
graphify
Builds a queryable knowledge graph from code, docs, papers, images, and video.
sdd-explore
Investigates codebases and produces structured exploration analyses for spec-driven development changes.
judgment-day
Runs blind dual-agent adversarial code reviews and re-judges fixes until approval.
issue-creation
Creates GitHub issues using bug report and feature request templates with label workflows.
Frequently Asked Questions About Lior Dux
FAQPage SchemaWhat 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.