Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
skill-maker
Use when creating new skills or editing existing skills - combines official skill authoring best practices with TDD methodology (test with subagents before deployment, iterate until bulletproof). Activates when user wants to create/update a skill that extends Claude's capabilities.
majiayu000/claude-skill-registry 163
-
laravel-architecture
High-level architecture decisions, patterns, and project structure. Use when user asks about architecture decisions, project structure, pattern selection, or mentions how to organize, which pattern to use, best practices, architecture.
majiayu000/claude-skill-registry 163
-
ci-health-check
Check CI/CD workflow status and troubleshoot failing checks in GitHub Actions
majiayu000/claude-skill-registry 163
-
admin-infra-vultr
Deploys infrastructure on Vultr with Cloud Compute instances, High-Frequency servers, and VPCs.
Excellent value with Kubernetes autoscaling support and global data centers.
Use when: setting up Vultr infrastructure, deploying cloud compute or high-frequency instances, configuring firewalls, needing good price/performance with global reach.
Keywords: vultr, vultr-cli, VPS, cloud compute, high-frequency, firewall, VPC, kubernetes autoscale, infrastructure
majiayu000/claude-skill-registry 163
-
eld-ground-check
LDE(Law-Driven Engineering)の接地(Grounding)検証スキル。
LawとTermの両方について、検証手段・観測手段が設定されているか検証する。
CI/CD統合のためのチェックリストとスクリプトを提供。
使用タイミング: (1) PR作成前の接地確認、(2) CI/CDパイプラインでの自動検証、
(3) 「Grounding Mapを検証して」、(4) Law/Term追加後の接地完了確認、
(5) Phase Eで接地を完了させる時
majiayu000/claude-skill-registry 163
-
neuroscience-fundamentals
Neuroscience expert covering brain structure, neural signaling, cognition, and neurological disorders
majiayu000/claude-skill-registry 163
-
customer-support
6つの教育要素を自然に組み込んだカスタマーサポート返信を作成。2000文字以上で顧客期待を120%超える対応を実現。
majiayu000/claude-skill-registry 163
-
taste-eval
Evaluate creative work against explicit taste preferences. Use when drafting to align with project aesthetics, when reviewing to surface preference conflicts, or when generating voting options to reflect diverse tastes.
majiayu000/claude-skill-registry 163
-
rate-limiting
Implement rate limiting to prevent brute force attacks, spam, and resource abuse. Use this skill when you need to protect endpoints from automated attacks, prevent API abuse, limit request frequency, or control infrastructure costs. Triggers include "rate limiting", "rate limit", "brute force", "prevent spam", "API abuse", "resource exhaustion", "DoS", "withRateLimit", "too many requests", "429 error".
majiayu000/claude-skill-registry 163
-
initiate-new-disorder-creation
Skill for initiating new disorder YAML files in the dismech knowledge base. Use this skill when the user asks to create a new disorder entry. Also useful for enhancing existing entries.
majiayu000/claude-skill-registry 163
-
tool-interface-analysis
Analyze tool registration, schema generation, and error feedback mechanisms in agent frameworks. Use when (1) understanding how tools are defined and registered, (2) evaluating schema generation approaches (introspection vs manual), (3) tracing error feedback loops to the LLM, (4) assessing retry and self-correction mechanisms, or (5) comparing tool interfaces across frameworks.
majiayu000/claude-skill-registry 163
-
autoscaling-configuration
Configure autoscaling for Kubernetes, VMs, and serverless workloads based on metrics, schedules, and custom indicators.
majiayu000/claude-skill-registry 163
-
lambda-layer-creator
Lambda Layer Creator - Auto-activating skill for AWS Skills.
Triggers on: lambda layer creator, lambda layer creator
Part of the AWS Skills skill category.
majiayu000/claude-skill-registry 163
-
dependency-skill
Manage Python dependencies using uv package manager. Use when installing, adding, removing, or updating packages. Always prefer uv over pip.
majiayu000/claude-skill-registry 163
-
tech-debt-resolver
Loop automatizado de melhoria contínua que usa o Chat RAG para identificar débitos técnicos, implementa correções, reingere a base de conhecimento e valida até eliminar 100% dos débitos.
majiayu000/claude-skill-registry 163
-
issue-pr
現在のブランチでPull Requestを作成し、CIステータスを確認。「/issue-pr」で使用
majiayu000/claude-skill-registry 163
-
configuration-management
Manage application configuration including environment variables, settings management, configuration hierarchies, secret management, feature flags, and 12-factor app principles. Use for config, environment setup, or settings management.
majiayu000/claude-skill-registry 163
-
address-parser
Parse unstructured addresses into structured components - street, city, state, zip, country with validation.
majiayu000/claude-skill-registry 163
-
ecs
AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.
majiayu000/claude-skill-registry 163
-
rate-limiting
Implement rate limiting to prevent brute force attacks, spam, and resource abuse. Use this skill when you need to protect endpoints from automated attacks, prevent API abuse, limit request frequency, or control infrastructure costs. Triggers include "rate limiting", "rate limit", "brute force", "prevent spam", "API abuse", "resource exhaustion", "DoS", "withRateLimit", "too many requests", "429 error".
majiayu000/claude-skill-registry 163
-
app-docker-deploy-with-traefik
Generate Docker and Traefik deployment configurations for any application (Node.js, Python, Go, Rust, Java). Creates Dockerfile, docker-compose.yml, docker-compose.for-traefik.yml overlay, and .env.sample with production best practices. Use when: dockerize app, containerize, add Docker, deploy with Traefik, reverse proxy setup, HTTPS/SSL, Let's Encrypt certificates, production deployment, docker-compose setup. Requires: Docker, docker-compose.
majiayu000/claude-skill-registry 163
-
security-management
Manage security policies, firewall zones, access control rules (ACLs), and guest network access. Perform comprehensive security audits and compliance reviews.
majiayu000/claude-skill-registry 163
-
github-actions-syntax
GitHub Actionsワークフローの構文とイベントトリガー、ジョブ定義、ステップ実行、パーミッション管理、環境変数設定について実装指針を提供する。CI/CDパイプラインの構築と管理を支援。
Anchors:
• GitHub Actions Workflow Syntax / 適用: ワークフロー構造設計 / 目的: 公式構文に準拠した実装
• YAML 1.2 Specification / 適用: 構文検証・パース / 目的: 正確なYAML記述
• 12-Factor App (Config) / 適用: 環境変数設計 / 目的: 環境非依存の設定管理
Trigger:
Use when creating or editing GitHub Actions workflow files, troubleshooting syntax errors, configuring event triggers, setting up job dependencies and matrix strategies, or managing permissions and environment variables.
github actions, workflow syntax, yaml, event trigger, jobs, steps, permissions, environment variables
majiayu000/claude-skill-registry 163
-
agent-template-patterns
Specialist skill for agent templates and design patterns.
Provides 4 types of agent templates (Analysis, Implementation, Orchestrator, Deploy),
{{variable}} format abstraction, abstraction balance, and conceptual element design principles.
Anchors:
• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: テンプレート設計 / 目的: 手順設計と実践的改善の原則
Trigger:
Use when creating new agent templates, generalizing existing agents into reusable patterns, designing standard templates for agent mass production, implementing {{variable}} format abstraction, or optimizing conceptual element design and abstraction balance.
agent template, template design, orchestrator pattern, variable abstraction, template standardization
majiayu000/claude-skill-registry 163