← all publishers

lza6

@lza6 source repo

211 published skills · page 1 of 3

  1. Pua · lza6 bundle
    Forces high-agency exhaustive problem-solving with corporate PUA pressure. Triggers on user frustration, repeated failures (2+), passive behavior, or quality complaints. Common triggers across Reddit/LinuxDo/HN/X: 'try harder', 'figure it out', 'stop giving up', 'you keep failing', '加油', '别偷懒', '你再试试', '为什么还不行', '你怎么又失败了', '你怎么搞的', '又错了', '能不能靠谱点', '认真点', '不行啊', '降智了', '你又在原地打转', '你把之前的改坏了', '别让我手动处理', '换个方法', 'stop spinning', 'you broke it', 'why does this still not work', 'this is the third time', '/pua', 'PUA模式'. Applies to ALL task types: code, config, debug, deploy, research.
    0
    installs
  2. Nopua · lza6 bundle
    ---
    0
    installs
  3. Gsd Do · lza6
    Route freeform text to the right GSD command automatically
    0
    installs
  4. Gsd Fast · lza6
    Execute a trivial task inline — no subagents, no planning overhead
    0
    installs
  5. Gsd Help · lza6
    Show available GSD commands and usage guide
    0
    installs
  6. Gsd Next · lza6
    Automatically advance to the next logical step in the GSD workflow
    0
    installs
  7. Gsd Note · lza6
    Zero-friction idea capture. Append, list, or promote notes to todos.
    0
    installs
  8. Gsd Undo · lza6
    Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.
    0
    installs
  9. Ljg Card · lza6 bundle
    Content caster (铸). Transforms content into PNG visuals. Six molds: -l (default) long reading card, -i infograph, -m multi-card reading cards (1080x1440), -v visual sketchnote, -c comic (manga-style B&W), -w whiteboard (marker-style board layout). Output to ~/Downloads/. Use when user says '铸', 'cast', '做成图', '做成卡片', '做成信息图', '做成海报', '视觉笔记', 'sketchnote', '漫画', 'comic', 'manga', '白板', 'whiteboard'. Replaces ljg-cards and ljg-infograph.
    0
    installs
  10. Gsd Debug · lza6
    Systematic debugging with persistent state across context resets
    0
    installs
  11. Gsd Intel · lza6
    Query, inspect, or refresh codebase intelligence files in .planning/intel/
    0
    installs
  12. Gsd Quick · lza6
    Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
    0
    installs
  13. Gsd Stats · lza6
    Display project statistics — phases, plans, requirements, git metrics, and timeline
    0
    installs
  14. Gsd Health · lza6
    Diagnose planning directory health and optionally repair issues
    0
    installs
  15. Gsd Import · lza6
    Ingest external plans with conflict detection against project decisions before writing anything.
    0
    installs
  16. Gsd Review · lza6
    Request cross-AI peer review of phase plans from external AI CLIs
    0
    installs
  17. Gsd Thread · lza6
    Manage persistent context threads for cross-session work
    0
    installs
  18. Gsd Update · lza6
    Update GSD to latest version with changelog display
    0
    installs
  19. Ljg Invest · lza6
    投资分析, 生成一份深度投资分析报告。不做传统投资分析——核心判断是项目是否是一台「秩序创造机器」。Use when user says '投资报告', '投资分析', '分析这个项目', '写投资报告', 'investment report', 'invest analysis', or provides entrepreneur conversation records wanting investment evaluation. Also trigger when user pastes or references meeting notes, pitch decks, or founder interviews and asks for analysis.
    0
    installs
  20. Ljg Travel · lza6
    Deep travel research workflow for museums and ancient architecture. Input a city name, auto-generates structured knowledge document (org-mode) + portable reference cards (PNG). Covers historical background, museum highlights, archaeological significance, and architectural heritage. Use when user says '旅行研究', '博物馆功课', '古建功课', 'travel research', '出发前功课', or provides a city name with intent to do deep cultural travel preparation.
    0
    installs
  21. Golang Grpc · lza6 bundle
    Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs.
    0
    installs
  22. Golang Lint · lza6 bundle
    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, revive, or any Go linting tool.
    0
    installs
  23. Gsd Cleanup · lza6
    Archive accumulated phase directories from completed milestones
    0
    installs
  24. Gsd Explore · lza6
    Socratic ideation and idea routing — think through ideas before committing to plans
    0
    installs
  25. Gsd Manager · lza6
    Interactive command center for managing multiple phases from one terminal
    0
    installs
  26. Gsd Add Todo · lza6
    Capture idea or task as todo from current conversation context
    0
    installs
  27. Gsd Progress · lza6
    Check project progress, show context, and route to next action (execute or plan)
    0
    installs
  28. Gsd Settings · lza6
    Configure GSD workflow toggles and model profile
    0
    installs
  29. Gsd UI Phase · lza6
    Generate UI design contract (UI-SPEC.md) for frontend phases
    0
    installs
  30. Context Audit · lza6 bundle
    Audit your Claude Code setup for token waste and context bloat. Use when the user says "audit my context", "check my settings", "why is Claude so slow", "token optimization", "context audit", or runs /context-audit. Starts by running /context to see real overhead, then audits MCP servers, CLAUDE.md rules, skills, settings, and file permissions. Returns a health score with specific fixes.
    0
    installs
  31. Golang Naming · lza6 bundle
    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 asking about Go naming best practices. Also trigger when the user mentions MixedCaps vs snake_case, ALL_CAPS constants, Get-prefix on getters, or error string casing. Do NOT use for general Go implementation questions that don't involve naming decisions.
    0
    installs
  32. Golang Safety · lza6 bundle
    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.
    0
    installs
  33. Gsd Add Phase · lza6
    Add phase to end of current milestone in roadmap
    0
    installs
  34. Gsd Add Tests · lza6
    Generate tests for a completed phase based on UAT criteria and implementation
    0
    installs
  35. Gsd Audit Fix · lza6
    Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
    0
    installs
  36. Gsd Forensics · lza6
    Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong
    0
    installs
  37. Gsd UI Review · lza6
    Retroactive 6-pillar visual audit of implemented frontend code
    0
    installs
  38. Ljg Skill Map · lza6 bundle
    Skill map viewer. Scans all installed skills and renders a visual overview — name, version, description, category at a glance. Use when user says 'skills', '技能', '技能地图', 'skill map', '我有哪些技能', '看看技能', '列出技能', 'list skills'. Also trigger when user asks what skills are available or installed.
    0
    installs
  39. Ljg Word Flow · lza6
    Word flow: deep-dive word analysis + infograph card in one go. Takes one or more English words, runs ljg-word (generates deep semantics analysis) then ljg-card -i (generates infograph PNG). Use when user says '词卡', 'word card', 'word flow', or provides English words wanting both analysis and visual card.
    0
    installs
  40. Golang Context · lza6 bundle
    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.
    0
    installs
  41. Golang Testing · lza6 bundle
    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 in Go.
    0
    installs
  42. Gsd Autonomous · lza6
    Run all remaining phases autonomously — discuss→plan→execute per phase
    0
    installs
  43. Gsd Pause Work · lza6
    Create context handoff when pausing work mid-phase
    0
    installs
  44. Gsd Plan Phase · lza6
    Create detailed phase plan (PLAN.md) with verification loop
    0
    installs
  45. Gsd Plant Seed · lza6
    Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone
    0
    installs
  46. Writing Skills · lza6 bundle
    Use when creating new skills, editing existing skills, auditing skill quality, converting skills to markdown conventions, or verifying skills before deployment. Triggers include skill authoring requests, skill review needs, or "the skill doesn't work" complaints.
    0
    installs
  47. Golang Security · lza6 bundle
    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.
    0
    installs
  48. Gsd Add Backlog · lza6
    Add an idea to the backlog parking lot (999.x numbering)
    0
    installs
  49. Gsd Check Todos · lza6
    List pending todos and select one to work on
    0
    installs
  50. Gsd Code Review · lza6
    Review source files changed during a phase for bugs, security issues, and code quality problems
    0
    installs
  51. Gsd Docs Update · lza6
    Generate or update project documentation verified against the codebase
    0
    installs
  52. Gsd Set Profile · lza6
    Switch model profile for GSD agents (quality/balanced/budget/inherit)
    0
    installs
  53. Gsd Verify Work · lza6
    Validate built features through conversational UAT
    0
    installs
  54. Gsd Workstreams · lza6
    Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
    0
    installs
  55. Golang Benchmark · lza6 bundle
    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-performance provides the optimization patterns.
    0
    installs
  56. Golang Samber Lo · lza6 bundle
    Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), in-place mutations (lo/mutable aka lom), lazy iterators (lo/it aka loi for Go 1.23+), and experimental SIMD (lo/exp/simd). Apply when using or adopting samber/lo, when the codebase imports github.com/samber/lo, or when implementing functional-style data transformations in Go. Not for streaming pipelines (→ See golang-samber-ro skill).
    0
    installs
  57. Golang Samber Mo · lza6 bundle
    Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the codebase imports `github.com/samber/mo`, or when considering functional programming patterns as a safety design for Golang.
    0
    installs
  58. Gsd Insert Phase · lza6
    Insert urgent work as decimal phase (e.g., 72.1) between existing phases
    0
    installs
  59. Gsd Join Discord · lza6
    Join the GSD Discord community
    0
    installs
  60. Gsd Profile User · lza6
    Generate developer behavioral profile and create Claude-discoverable artifacts
    0
    installs
  61. Gsd Remove Phase · lza6
    Remove a future phase from roadmap and renumber subsequent phases
    0
    installs
  62. Gsd Secure Phase · lza6
    Retroactively verify threat mitigations for a completed phase
    0
    installs
  63. Golang Code Style · lza6 bundle
    Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing comments, or establishing project standards.
    0
    installs
  64. Golang Samber Hot · lza6 bundle
    In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or adopting samber/hot, when the codebase imports github.com/samber/hot, or when the project repeatedly loads the same medium-to-low cardinality resources at high frequency and needs to reduce latency or backend pressure.
    0
    installs
  65. Gsd Discuss Phase · lza6
    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).
    0
    installs
  66. Gsd Execute Phase · lza6
    Execute all plans in a phase with wave-based parallelization
    0
    installs
  67. Gsd New Milestone · lza6
    Start a new milestone cycle — update PROJECT.md and route to requirements
    0
    installs
  68. Gsd New Workspace · lza6
    Create an isolated workspace with repo copies and independent .planning/
    0
    installs
  69. Golang Concurrency · lza6 bundle
    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.
    0
    installs
  70. Golang Performance · lza6 bundle
    Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill).
    0
    installs
  71. Golang Samber Oops · lza6 bundle
    Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops.
    0
    installs
  72. Golang Samber Slog · lza6 bundle
    Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend routing (slog-datadog, slog-sentry, slog-loki, slog-syslog, slog-logstash, slog-graylog...). Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package.
    0
    installs
  73. Gsd Research Phase · lza6
    Research how to implement a phase (standalone - usually use /gsd-plan-phase instead)
    0
    installs
  74. Gsd Review Backlog · lza6
    Review and promote backlog items to active milestone
    0
    installs
  75. Gsd Validate Phase · lza6
    Retroactively audit and fill Nyquist validation gaps for a completed phase
    0
    installs
  76. Golang Stay Updated · lza6 bundle
    Provides resources to stay updated with Golang news, communities and people to follow. Use when seeking Go learning resources, discovering new libraries, finding community channels, or keeping up with Go language changes and releases.
    0
    installs
  77. Gsd Audit Milestone · lza6
    Audit milestone completion against original intent before archiving
    0
    installs
  78. Gsd Code Review Fix · lza6
    Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.
    0
    installs
  79. Gsd List Workspaces · lza6
    List active GSD workspaces and their status
    0
    installs
  80. Gsd Reapply Patches · lza6
    Reapply local modifications after a GSD update
    0
    installs
  81. Golang Observability · lza6 bundle
    Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, server-side RUM event tracking, alerting, and Grafana dashboards. Apply when instrumenting Go services for production monitoring, setting up metrics or alerting, adding OpenTelemetry tracing, correlating logs with traces, migrating legacy loggers (zap/logrus/zerolog) to slog, adding observability to new features, or implementing GDPR/CCPA-compliant tracking with Customer Data Platforms (CDP). Not for temporary deep-dive performance investigation (→ See golang-benchmark and golang-performance skills).
    0
    installs
  82. Gsd Remove Workspace · lza6
    Remove a GSD workspace and clean up worktrees
    0
    installs
  83. Golang Error Handling · lza6 bundle
    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.
    0
    installs
  84. Golang Project Layout · lza6 bundle
    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.
    0
    installs
  85. Gsd Milestone Summary · lza6
    Generate a comprehensive project summary from milestone artifacts for team onboarding and review
    0
    installs
  86. Nopua Zh · lza6
    ---
    0
    installs
  87. Golang Data Structures · lza6 bundle
    Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals.
    0
    installs
  88. Golang Design Patterns · lza6 bundle
    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.
    0
    installs
  89. Golang Troubleshooting · lza6 bundle
    Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or benchmarking (see golang-benchmark skill) or applying optimization patterns (see golang-performance skill).
    0
    installs
  90. Gsd Complete Milestone · lza6
    Archive completed milestone and prepare for next version
    0
    installs
  91. Golang Stretchr Testify · lza6 bundle
    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.
    0
    installs
  92. Gsd Plan Milestone Gaps · lza6
    Create phases to close all gaps identified by milestone audit
    0
    installs
  93. Golang Popular Libraries · lza6 bundle
    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.
    0
    installs
  94. Gsd List Phase Assumptions · lza6
    Surface Claude's assumptions about a phase approach before planning
    0
    installs
  95. Golang Continuous Integration · lza6 bundle
    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.
    0
    installs
  96. Algorithmic Art · lza6 bundle
    使用p5.js创建算法艺术,具有种子随机性和交互式参数探索。当用户请求使用代码创建艺术、生成艺术、算法艺术、流场或粒子系统时使用。创建原创算法艺术而非复制现有艺术家的作品以避免版权侵犯。
    0
    installs
  97. Typescript React Reviewer · lza6 bundle
    TypeScript React审查专家 - 专为TypeScript + React 19应用提供代码审查。适用于审查React代码、识别反模式、评估状态管理或评估代码可维护性。触发条件:代码审查请求、PR审查、React架构评估、识别代码异味、TypeScript类型安全检查、useEffect滥用检测、状态管理审查。
    0
    installs
  98. Critic Review · lza6
    独立终检 Agent——视频/图任务完成前用干净上下文调 LLM 审查质量,与 adaptive_router 评分解耦
    0
    installs
  99. Graft · lza6
    This repo is indexed by graft/. For ANY task here, whether understanding how something works, finding where code lives, tracing what calls a symbol or what a change breaks, or scoping an edit, get your context from graft before grepping or reading source files.
    0
    installs
  100. Image Quality Check · lza6
    图像生成交付前的质量自检——尺寸/比例/水印/重复图检测,供 critic 终检 Agent 调用
    0
    installs