Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
x-cmd-git
This skill provides comprehensive Git and code hosting platform management tools through x-cmd CLI, including GitHub, GitLab, Codeberg, Forgejo integration, and Git hooks management. This skill should be used when users need to manage Git repositories, work with code hosting platforms, automate Git workflows, or configure Git hooks from command line interfaces.
majiayu000/claude-skill-registry 163
-
background-job-orchestrator
Expert in background job processing with Bull/BullMQ (Redis), Celery, and cloud queues. Implements retries, scheduling, priority queues, and worker management. Use for async task processing, email campaigns, report generation, batch operations. Activate on "background job", "async task", "queue", "worker", "BullMQ", "Celery". NOT for real-time WebSocket communication, synchronous API calls, or simple setTimeout operations.
majiayu000/claude-skill-registry 163
-
moai-alfred-ask-user-questions
Guide Alfred sub-agents to actively invoke AskUserQuestion for ambiguous decisions.
majiayu000/claude-skill-registry 163
-
spring-boot-resilience4j
This skill should be used when implementing fault tolerance and resilience patterns in Spring Boot applications using the Resilience4j library. Apply this skill to add circuit breaker, retry, rate limiter, bulkhead, time limiter, and fallback mechanisms to prevent cascading failures, handle transient errors, and manage external service dependencies gracefully in microservices architectures.
majiayu000/claude-skill-registry 163
-
tech_educator
将复杂的技术概念简单化,编写教程、指南和学习路线图
majiayu000/claude-skill-registry 163
-
moai-alfred-proactive-suggestions
Enterprise Alfred Proactive Suggestions with AI-powered intelligent assistance, Context7 integration, and intelligent recommendation orchestration for enhanced productivity
majiayu000/claude-skill-registry 163
-
generating-ceo-briefing
Generate weekly CEO briefing reports from activity logs.
Use when creating executive summaries, analyzing system performance,
reviewing weekly metrics, or troubleshooting report generation.
NOT when processing individual tasks (use orchestrator skill).
majiayu000/claude-skill-registry 163
-
review-post
Reviews a blog post for writing quality, spelling errors, and clarity. Use when asked to review, check, or give feedback on a blog post. Defaults to the most recent post in Public/_posts if no specific post is specified.
majiayu000/claude-skill-registry 163
-
websocket-management
Production-grade WebSocket connection management with connection limits, user-to-connection mapping, ping/pong health verification, and automatic stale connection cleanup.
majiayu000/claude-skill-registry 163
-
wechat-integration
基于若依-vue-plus框架的微信生态全面集成规范,覆盖小程序、公众号、企业微信等场景。
定义微信登录授权、AccessToken管理、JS-SDK配置、消息推送、支付对接及安全防护的完整标准。
触发场景:
- 开发微信小程序登录、公众号网页授权、企业微信身份验证
- 实现微信分享、扫一扫、地理位置等JS-SDK功能
- 配置微信支付(小程序支付、JSAPI支付、H5支付)
- 接收并处理微信消息推送、事件回调
- 搭建微信生态与业务系统的用户体系打通方案
触发词:微信登录、微信授权、JS-SDK、Access Token、消息推送、微信支付、OpenID、UnionID、网页授权、小程序码
majiayu000/claude-skill-registry 163
-
godot-gdscript-patterns
Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices.
majiayu000/claude-skill-registry 163
-
article-recommender
Generate three-version article recommendations (standard, concise, and personal commentary) in both Chinese and English for BestBlogs.dev weekly newsletter. Use when users request article recommendations,推荐语,推荐理由,or ask to write recommendations for newsletter content. Triggered by phrases like "帮我编写推荐理由", "生成推荐语", "write a recommendation", or when presenting curated content.
majiayu000/claude-skill-registry 163
-
pyopenms
Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzML, mzXML, mzTab, FASTA, pepXML, protXML, mzIdentML), signal processing, feature detection, peptide identification, and quantitative analysis. Apply when working with mass spectrometry data, analyzing proteomics experiments, or processing metabolomics datasets.
majiayu000/claude-skill-registry 163
-
shadcn
shadcn/ui component library patterns
majiayu000/claude-skill-registry 163
-
aws-security-best-practices
Implement comprehensive AWS security controls and compliance
majiayu000/claude-skill-registry 163
-
clean-project
Perform a "hard reset" of the development environment. Use when dependencies are corrupted, lockfiles are out of sync, or environment tools (Trunk/pnpm) are in an inconsistent state.
majiayu000/claude-skill-registry 163
-
agentuity-cli-auth-whoami
Display information about the currently authenticated user. Requires authentication. Use for managing authentication credentials
majiayu000/claude-skill-registry 163
-
kanban-tui
Comprehensive kanban board and task management via ktui CLI. Use for project tracking, todo lists, task dependencies, workflow automation, and board management. Activates when user mentions boards, tasks, kanban, or project management. If the `ktui` command is not available, but `uv` is available utilize `uvx kanban-tui` instead.
majiayu000/claude-skill-registry 163
-
dbt-migration-teradata
Convert Teradata DDL to dbt models compatible with Snowflake. This skill should be used when converting views, tables, or stored procedures from Teradata to dbt code, generating schema.yml files with tests and documentation, or migrating Teradata SQL to follow dbt best practices.
majiayu000/claude-skill-registry 163
-
flutter-ui-design-guide
Apply Flutter design principles with Material Design and Cupertino (iOS-style) support when building cross-platform UI. Only execute this when the current project is a Flutter project and involves UI-related work. Use this skill for Flutter widgets, Dart layouts, or cross-platform app development. Ensures Material Design compliance (Android) and Cupertino guidelines (iOS), 8dp grid spacing, Material TextTheme, Theme-based colors with dark mode, and adaptive widgets. Prevents common anti-patterns like hardcoded colors, fixed text sizes, and excessive widget nesting.
majiayu000/claude-skill-registry 163
-
qemu-alpine-ssh
This skill provides guidance for setting up Alpine Linux virtual machines in QEMU with SSH access via port forwarding. It should be used when tasks involve running Alpine Linux in QEMU, configuring SSH access to VMs, setting up port forwarding for VM network access, or troubleshooting QEMU networking issues.
majiayu000/claude-skill-registry 163
-
manage-plan-todos
docs/plan.md内のTODOリストを管理します。TODO項目の追加、完了マーク、整理を行います。
ユーザーがplan.mdの更新、TODO管理、計画の進捗確認を依頼したときに使用してください。
プロジェクト固有のTODO形式ルール(フラット構造、エピック化など)を遵守します。
majiayu000/claude-skill-registry 163
-
code-context-finder
Automatically find relevant context from knowledge graph and code relationships while coding. Detects when context would be helpful (new files, unfamiliar code, architectural decisions) and surfaces related entities, prior decisions, and code dependencies.
majiayu000/claude-skill-registry 163
-
kramme:connect-modernize-legacy-angular-component
Use this Skill when working in the Connect monorepo and needing to modernize legacy Angular components.
majiayu000/claude-skill-registry 163