All authors
lza6 avatar

Claude Skills by lza6

github.com/lza6
206 skillsA× 199B× 5F× 20 installs40 views
Frontend DesignA

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build web components, pages, or applications and the visual direction matters as much as the code quality.

designgoshell
0
8
GitflowA

GitFlow - 自动监控 GitHub 和 GitLab 上代码推送的 CI/CD 管道状态,统一查看和管理。自动化DevOps工作流 🦞!

devopsbashgit
0
8
Github 1.0.0A

使用 `gh` CLI 与 GitHub 交互。**Auto-trigger**: 当涉及 GitHub 操作、issues、PRs、CI运行时自动使用。

toolsbashgit
0
8
Golang BenchmarkA

Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while golang-performa...

devopsgobash
0
8
Golang Code StyleA

Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing comments, or establishing project standards.

ai-agentsgobash
0
8
Golang ConcurrencyA

Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose between channels and mutexes.

code-qualitygobash
0
8
Golang ContextA

Idiomatic context.Context usage in Golang — creation, propagation, cancellation, timeouts, deadlines, context values, and cross-service tracing. Apply when working with context.Context in any Go code.

ai-agentsgobash
0
8
Golang Continuous IntegrationA

Provides CI/CD pipeline configuration using GitHub Actions for Golang projects. Covers testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use this whenever setting up CI for a Go project, configuring workflows, adding linters or security scanners, setting up Dependabot or Renovate, automating releases, or improving an existing CI pipeline. Also use when the user wants to add quality gates to their Go project.

code-qualityrustgo
0
8
Golang Design PatternsA

Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architecture, dependency injection, data handling, and streaming. Apply when designing Go APIs, structuring applications, choosing between patterns, making design decisions, architectural choices, or production hardening.

code-qualityrustgo
0
8
Golang Error HandlingA

Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, structured logging with slog, HTTP request logging middleware, and samber/oops for production errors. Built to make logs usable at scale with log aggregation 3rd-party tools. Apply when creating, wrapping, inspecting, or logging errors in Go code.

code-qualitygobash
0
8
Golang LintA

Provides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring .golangci.yml, suppressing warnings with nolint directives, interpreting lint output, and managing linter settings. Use this skill whenever the user runs linters, configures golangci-lint, asks about lint warnings or suppressions, sets up code quality tooling, or asks which linters to enable for a Go project. Also use when the user mentions golangci-lint, go vet, staticcheck, r...

code-qualitygobash
0
8
Golang NamingA

Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors, booleans, receivers, getters/setters, functional options, acronyms, test functions, and subtest names. Use this skill when writing new Go code, reviewing or refactoring, choosing between naming alternatives (New vs NewTypeName, isConnected vs connected, ErrNotFound vs NotFoundError, StatusReady vs StatusUnknown at iota 0), debating Go package names (utils/helpers anti-patterns), or a...

code-qualitypythongo
0
8
Golang Popular LibrariesA

Recommends production-ready Golang libraries and frameworks. Apply when the user asks for library suggestions, wants to compare alternatives, or needs to choose a library for a specific task. Also apply when the AI agent is about to add a new dependency — ensures vetted, production-ready libraries are chosen.

developmentgobash
0
8
Golang Project LayoutA

Provides a guide for setting up Golang project layouts and workspaces. Use this whenever starting a new Go project, organizing an existing codebase, setting up a monorepo with multiple packages, creating CLI tools with multiple main packages, or deciding on directory structure. Apply this for any Go project initialization or restructuring work.

developmentgobash
0
8
Golang SafetyA

Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use whenever writing or reviewing Go code that involves nil-prone types (pointers, interfaces, maps, slices, channels), numeric conversions, resource lifecycle (defer in loops), or defensive copying. Also triggers on questions about nil panics, append aliasing, map concurrent access, float comparison, or zero-value design.

code-qualitygobash
0
8
Golang SecurityA

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any risky code involving crypto, I/O, secrets management, user input handling, or authentication. Includes configuration of security tools.

securityjavascriptrust
0
8
Golang Stretchr TestifyA

Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth. Use whenever writing tests with testify, creating mocks, setting up test suites, or choosing between assert and require. Essential for testify assertions, mock expectations, argument matchers, call verification, suite lifecycle, and advanced patterns like Eventually, JSONEq, and custom matchers. Trigger on any Go test file importing testify.

documentationgobash
0
8
Golang TestingA

Provides a comprehensive guide for writing production-ready Golang tests. Covers table-driven tests, test suites with testify, mocks, unit tests, integration tests, benchmarks, code coverage, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, memory leaks, CI with GitHub Actions, and idiomatic naming conventions. Use this whenever writing tests, asking about testing patterns or setting up CI for Go projects. Essential for ANY test-related conversation i...

testinggobash
0
8
Gsd Add BacklogA

Add an idea to the backlog parking lot (999.x numbering)

businessgobash
0
8
Gsd Add PhaseA

Add phase to end of current milestone in roadmap

toolsbash
0
8
Gsd Add TestsA

Generate tests for a completed phase based on UAT criteria and implementation

testinggobash
0
8
Gsd Add TodoA

Capture idea or task as todo from current conversation context

toolsbashgit
0
8
Gsd Analyze DependenciesA

Analyze phase dependencies and suggest Depends on entries for ROADMAP.md

toolsbashapi
0
8
Gsd Audit FixA

Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit

testingbash
0
8
Gsd Audit MilestoneA

Audit milestone completion against original intent before archiving

testingbash
0
8
Gsd Audit UatA

Cross-phase audit of all outstanding UAT and verification items

toolsbashdocumentation
0
8
Gsd AutonomousA

Run all remaining phases autonomously — discuss→plan→execute per phase

ai-agentsbash
0
8
Gsd Check TodosA

List pending todos and select one to work on

toolsbashgit
0
8
Gsd CleanupA

Archive accumulated phase directories from completed milestones

toolsbash
0
8
Gsd Code Review FixA

Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.

toolsbashcode-review
0
8
Gsd Code ReviewA

Review source files changed during a phase for bugs, security issues, and code quality problems

code-qualitybashcode-review
0
8
Gsd Complete MilestoneA

Archive completed milestone and prepare for next version

toolsgobash
0
8
Gsd DebugA

Systematic debugging with persistent state across context resets

researchgobash
0
8
Gsd Discuss PhaseA

Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).

ai-agentsbashnode
0
8
Gsd DoA

Route freeform text to the right GSD command automatically

toolsbash
0
8
Gsd Docs UpdateA

Generate or update project documentation verified against the codebase

testingbashdocumentation
0
8
Gsd Execute PhaseA

Execute all plans in a phase with wave-based parallelization

ai-agentsbashapi
0
8
Gsd ExploreA

Socratic ideation and idea routing — think through ideas before committing to plans

toolsbash
0
8
Gsd FastA

Execute a trivial task inline — no subagents, no planning overhead

toolsgobash
0
8
Gsd ForensicsA

Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong

researchbashgit
0
8
Gsd HealthA

Diagnose planning directory health and optionally repair issues

businessbash
0
8
Gsd HelpA

Show available GSD commands and usage guide

toolsgit
0
8
Gsd ImportA

Ingest external plans with conflict detection against project decisions before writing anything.

toolsbash
0
8
Gsd Insert PhaseA

Insert urgent work as decimal phase (e.g., 72.1) between existing phases

testingbash
0
8
Gsd IntelA

Query, inspect, or refresh codebase intelligence files in .planning/intel/

toolsbashnode
0
8
Gsd Join DiscordA

Join the GSD Discord community

devops
0
8
Gsd List Phase AssumptionsA

Surface Claude's assumptions about a phase approach before planning

businessbash
0
8
Gsd List WorkspacesA

List active GSD workspaces and their status

toolsbash
0
8
Gsd ManagerA

Interactive command center for managing multiple phases from one terminal

toolsbash
0
8
Gsd Map CodebaseA

Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents

code-qualitybashtesting
0
8