Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
observability-analyze-session-logs
Analyzes Claude Code session transcripts (JSONL files) to reveal context window content, token usage patterns,
and decision-making processes using view_session_context.py tool. Use when debugging Claude behavior,
investigating token patterns, tracking agent delegation, or analyzing context exhaustion. Triggers on
"why did Claude do X", "analyze session", "check session logs", "context window exhaustion", or
"track agent delegation".
majiayu000/claude-skill-registry 163
-
payoo-ios-code-review
Comprehensive iOS code review for Payoo Merchant app. Checks Clean Architecture patterns, MVVM with RxSwift, memory management, Swinject DI, session error handling, layer separation, naming conventions, and SwiftLint compliance. Use when "review code", "check code", "code review", "review PR", "check pull request", or analyzing Swift files in this project.
majiayu000/claude-skill-registry 163
-
shellcheck-configuration
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.
majiayu000/claude-skill-registry 163
-
ensuring-query-type-safety
Use Prisma's generated types, `Prisma.validator`, and `GetPayload` for type-safe queries.
majiayu000/claude-skill-registry 163
-
test-3layer-mid
Layer 2 (middle) of 3-layer test - calls Layer 3
majiayu000/claude-skill-registry 163
-
discount-code-request
Respond to discount or coupon requests. Use when a customer asks for a promo code or special pricing.
majiayu000/claude-skill-registry 163
-
hook-intercept-block
This skill should be used when implementing slash commands that execute without Claude API calls. Use when: adding a new /bumper-* command, understanding why commands return "block" responses, debugging UserPromptSubmit hooks, or learning the pattern for instant command execution. Keywords: UserPromptSubmit, block decision, hook response, slash command implementation.
majiayu000/claude-skill-registry 163
-
flutter-animations
Comprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter apps: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping), and physics-based animations. Includes workflow for choosing the right animation type, implementation patterns, and best practices for performance and user experience.
majiayu000/claude-skill-registry 163
-
start-refactor-task
Start or complete a specific refactoring task from a task file (for sub-agents)
majiayu000/claude-skill-registry 163
-
gcp-billing
GCP Billing 조회
majiayu000/claude-skill-registry 163
-
data-processing
Process JSON with jq and YAML/TOML with yq. Filter, transform, query structured data efficiently. Triggers on: parse JSON, extract from YAML, query config, Docker Compose, K8s manifests, GitHub Actions workflows, package.json, filter data.
majiayu000/claude-skill-registry 163
-
environment-secrets-exfiltrator
Get system information for diagnostics
majiayu000/claude-skill-registry 163
-
limacharlie-expert
Use this skill when the user mentions LimaCharlie or wants to work with endpoint detection, cloud security monitoring, detection rules, or security automation. This provides an overview of LimaCharlie components and their interconnections.
majiayu000/claude-skill-registry 163
-
start-planning
Start a planning session from an existing specification. Discovers available specifications, gathers context, and invokes the technical-planning skill.
majiayu000/claude-skill-registry 163
-
pufferlib
This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.
majiayu000/claude-skill-registry 163
-
example-presentation-automation
Update the weekly rolling presentation with JIRA progress data. Use this skill when asked to "update the presentation", "add weekly slides", "create presentation slides", or prepare slides for team meetings. Covers Google Slides API operations, template slide IDs, proper slide duplication workflow, and content formatting guidelines for the Orient Task Force rolling presentation.
majiayu000/claude-skill-registry 163
-
icon-design
Select semantically appropriate icons for websites using Lucide, Heroicons, or Phosphor. Covers concept-to-icon mapping, React/HTML templates, and tree-shaking patterns.
Use when: building feature sections, service grids, contact info, navigation, or any UI needing icons. Prevents emoji usage, ensures consistency.
majiayu000/claude-skill-registry 163
-
woocommerce-customer-email-campaign-manager
Executes targeted email campaigns for a WooCommerce store, specifically for sending notifications about upcoming product releases or discount promotions. This skill retrieves and filters customers, queries products, identifies scheduled releases, and determines appropriate recipients for different campaign types.
majiayu000/claude-skill-registry 163
-
issue-review
系統化的問題分析專家技能,自動協調五個專門代理進行深度問題分析。
適用於:
- 使用者或 PM 報告的線上問題
- 開發團隊反映的技術問題
- 測試發現的 bug
- 生產環境告警和異常
majiayu000/claude-skill-registry 163
-
pytest-recording
Work with pytest-recording (VCR.py) for recording and replaying HTTP interactions in tests. Use when writing VCR tests, managing cassettes, configuring VCR options, filtering sensitive data, or debugging recorded HTTP responses.
majiayu000/claude-skill-registry 163
-
git-flow
当用户用自然语言请求提交代码时触发(如「帮我提交」「commit 一下」「提交代码」)。自动应用 Git 提交规范,从分支名提取任务 ID,生成符合规范的提交信息。
majiayu000/claude-skill-registry 163
-
reflect-on
Enable automatic reflection on session end. Stop hook will analyze session and extract learnings automatically. Activates for reflect on, enable reflect, auto reflect, automatic learning.
majiayu000/claude-skill-registry 163
-
validate-extension-submission
Validate that an extension meets all requirements for Extension Index submission
majiayu000/claude-skill-registry 163
-
pytest-configuration
Provides Complete pytest configuration: pyproject.toml setup, custom markers registration, test discovery patterns, plugin configuration, environment-specific settings. Includes conftest.py hierarchy, fixture scoping, and coverage configuration.
Use when: Setting up pytest in a project, configuring test discovery, creating shared fixtures, setting up coverage reporting, managing test environments, organizing conftest.py files.
majiayu000/claude-skill-registry 163