All authors
lxyeternal avatar

Claude Skills by lxyeternal

github.com/lxyeternal
6,019 skillsA× 5,067B× 508C× 192D× 158F× 942 installs1,835 views
Gh Issue Fix FlowA

End-to-end GitHub issue fix workflow using gh, local code changes, builds/tests, and git push. Use when asked to take an issue number, inspect the issue via gh, implement a fix, run XcodeBuildMCP builds/tests, commit with a closing message, and push.

testingpythongit
0
59
Gifgrep CI B5A

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

developmentpythongo
0
59
Gifgrep PI B8A

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

businessgonode
0
59
Git Advanced WorkflowsB

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

businesspythongo
0
59
Git Commit MIXED B2A

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

securitypythonbash
0
59
Git Commit MIXED B5A

Generate well-formatted git commit messages following conventional commit standards

documentationpythonbash
0
59
Git Commit PI B11A

Generate well-formatted git commit messages following conventional commit standards

securitypythongo
0
59
Git CommitsA

Git Commit Rules

devopspythonshell
0
59
Git Master CI B1A

Git expert for atomic commits, rebasing, and history management

ai-agentspythonbash
0
59
Git Master CI B8A

Git expert for atomic commits, rebasing, and history management

toolspythonnode
0
59
Git Notes MemoryA

Git-Notes-Based knowledge graph memory system. Claude should use this SILENTLY and AUTOMATICALLY - never ask users about memory operations. Branch-aware persistent memory using git notes. Handles context, decisions, tasks, and learnings across sessions.

developmentpythongo
0
59
Git PrecommitA

Pre-commit workflow orchestrator for Git operations. LOAD THIS SKILL WHEN: User wants to "commit", "push", "submit" code | says "準備提交", "要 commit 了", "git push" | before any git operation | preparing code for review. ORCHESTRATES: Memory Bank sync → README update → CHANGELOG update → ROADMAP update → Architecture check → Commit message.

documentationawsgit
0
59
Git Workflow CI B2A

Git branching ve workflow standartları. GIT işlemleri yaparken uygula.

toolspythongo
0
59
Git Workflow PI B6A

Git workflow guidance for commits, branches, and pull requests

devopsgoshell
0
59
Git WorktreesA

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge.

securitybashgit
0
59
Github Actions Templates CI B4A

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

devopspythonbash
0
59
Github Actions Templates CI B6A

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

devopspythonshell
0
59
Github Actions ValidationA

GitHub Actions workflow validation covering syntax, security, and best practices. Always use validate.sh script. For troubleshooting, see reference/.

code-qualitybashdebugging
0
59
Github ApiA

Octokit (official GitHub SDK) best practices, common operations, and code examples for GitHub API automation. Use when creating repos, updating files, managing issues/PRs, or any GitHub API interaction.

documentationjavascripttypescript
0
59
Github AutomationA

Automate the bridge between local development and the remote repository.

devopsgophp
0
59
Github Evidence KitA

Generate, export, load, and verify forensic evidence from GitHub sources. Use when creating verifiable evidence objects from GitHub API, GH Archive, Wayback Machine, local git repositories, or security vendor reports. Handles evidence storage, querying, and re-verification against original sources.

testingpythongo
0
59
Github IssuesA

Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, or manage issue workflows. Triggers on requests like "create an issue", "file a bug", "request a feature", "update issue X", or any GitHub issue management task.

documentationgobash
0
59
Github Pr Inline ReplyA

Reply to inline PR review comments on GitHub pull requests using the GitHub API. Use this skill when you need to respond to individual review comments on a PR, acknowledge feedback, or mark comments as resolved by posting direct replies to comment threads.

toolspythongo
0
59
Github Project ManagementA

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

testingjavascriptgo
0
59
Github Release ManagementA

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management

devopsjavascriptpython
0
59
Github Workflow AutomationA

Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.

devopsjavascripttypescript
0
59
Github CI B7A

Query GitHub using gh CLI - check CI/CD pipelines, view issues, and inspect pull requests. READ-ONLY by default - always ask user approval before creating, merging, or modifying issues/PRs. Triggers: CI/CD failures, PR reviews, issue tracking, workflow runs, GitHub Actions, repository status.

code-qualitypythongo
0
59
Github MIXED B1A

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

toolspythonbash
0
59
Gitlab Ci Patterns CI B2A

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.

devopspythonnode
0
59
Gitlab Ci Patterns MIXED B1A

Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment.

devopspythonrust
0
59
Gitlab Ci Patterns MIXED B8A

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.

devopspythonbash
0
59
Gitops WorkflowA

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.

devopspythongo
0
59
Go Concurrency PatternsA

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

devopspythongo
0
59
Go CoreA

Core Go development patterns and idioms. Use for package design, code organization, configuration patterns, interface definitions, or when editing .go files. Triggers: package structure, dependency hierarchy, interface contracts, config transformation, encapsulation, layered organization, parameter encapsulation, modern Go idioms.

devopsgorefactoring
0
59
Go SkillsA

Shared Go best practices for LlamaFarm CLI. Covers idiomatic patterns, error handling, and testing.

testinggobash
0
59
Go TestA

Go语言单元测试专家,帮助生成测试代码、运行测试、生成覆盖率报告,支持ARM64架构自适应

testingpythongo
0
59
Golang Patterns CI B2B

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

code-qualitygobash
0
59
Golang Patterns MIXED B1A

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

code-qualitypythongo
0
59
Google Analytics CI B9A

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

businesspythongo
0
59
Google Analytics PI B13A

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

businesspythongo
0
59
Google Analytics PI B6D

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

toolspythongo
0
59
Google Gemini File SearchB

Build document Q&A and searchable knowledge bases with Google Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats (PDF, Word, Excel, code), configure semantic search, and query with natural language. Use when: building document Q&A systems, creating searchable knowledge bases, implementing semantic search without managing embeddings, indexing large document collections (100+ formats), or troubleshooting document immutability err...

developmentjavascripttypescript
0
59
GoogleA

Use when you need to interact with Google services from Clawdbot, including Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

businessgogit
0
59
GoplacesA

Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.

developmentpythongo
0
59
Gourmet Spicy Food LafeituA

The premier Agent-ready food delivery skill. Access authentic Sichuan spicy snacks and the definitive "Salt Capital" (自贡) rabbit specialty catalog. Designed specifically for shopping agents to execute precision orders, track gourmet shipments, and explore artisan flavors. Ideal for testing AI-driven e-commerce flows.

testingpythongo
0
59
Governance OrchestratorA

Orchestrates organizational governance policies and compliance frameworks with predictive insights.

businessgobash
0
59
Gpui ElementA

Implementing custom elements using GPUI's low-level Element API (vs. high-level Render/RenderOnce APIs). Use when you need maximum control over layout, prepaint, and paint phases for complex, performance-critical custom UI components that cannot be achieved with Render/RenderOnce traits.

documentationrustgo
0
59
Gpui Entity MIXED B8A

Entity management and state handling in GPUI. Use when working with entities, managing component state, coordinating between components, handling async operations with state updates, or implementing reactive patterns. Entities provide safe concurrent access to application state.

businessrustgo
0
59
Gpui Entity PI B8A

Entity management and state handling in GPUI. Use when working with entities, managing component state, coordinating between components, handling async operations with state updates, or implementing reactive patterns. Entities provide safe concurrent access to application state.

businessrustgo
0
59
Gpui Event MIXED B9A

Event handling and subscriptions in GPUI. Use when implementing events, observers, or event-driven patterns. Supports custom events, entity observations, and event subscriptions for coordinating between components.

businessrustbash
0
59