Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
cloud-infrastructure
Cloud platforms (AWS, Cloudflare, GCP, Azure), containerization (Docker), Kubernetes, Infrastructure as Code (Terraform), CI/CD, and observability.
majiayu000/claude-skill-registry 163
-
draft-section
Incremental content drafting skill that writes specific sections within existing scaffolds. Supports drafting 1 section at a time or batch-drafting multiple sections with user control. Each operation stays under 10k tokens to avoid context compacting.
majiayu000/claude-skill-registry 163
-
pm2-ecosystem-config
PM2エコシステム設定の専門スキル。
Node.jsプロセス管理のためのecosystem.config.js設計、実行モード選択、環境変数管理、パフォーマンス最適化を提供します。
Anchors:
• PM2 Documentation (Keymetrics) / 適用: プロセス管理設定 / 目的: 運用自動化
• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: DRY原則・保守性 / 目的: 品質向上
• Node.js Design Patterns (Mario Casciaro, Luciano Mammino) / 適用: スケーリング戦略 / 目的: パフォーマンス最適化
Trigger:
Use when configuring PM2 ecosystem.config.js, deploying Node.js applications with PM2, optimizing PM2 cluster mode, managing PM2 environment variables, or troubleshooting PM2 process issues
majiayu000/claude-skill-registry 163
-
cloudflare-dns
Comprehensive guide for managing Cloudflare DNS with Azure integration. Use when configuring Cloudflare as authoritative DNS provider for Azure-hosted applications, managing DNS records via API, setting up API tokens, configuring proxy settings, troubleshooting DNS issues, implementing DNS security best practices, or integrating External-DNS with Cloudflare for Kubernetes workloads.
majiayu000/claude-skill-registry 163
-
cloudinary-cdn
Video CDN yonetimi. Use when uploading videos for Instagram Reels.
majiayu000/claude-skill-registry 163
-
k8s-manifests
Create, validate, and manage Kubernetes and OpenShift YAML manifests. Use this skill when:
(1) Creating any K8s/OCP resources: Deployments, StatefulSets, DaemonSets, Jobs, CronJobs, Pods
(2) Creating networking resources: Services, Ingress, NetworkPolicies, OCP Routes
(3) Creating config/storage: ConfigMaps, Secrets, PVCs, PVs, StorageClasses
(4) Creating RBAC: ServiceAccounts, Roles, RoleBindings, ClusterRoles, ClusterRoleBindings
(5) Creating OCP-specific: DeploymentConfigs, BuildConfigs, ImageStreams, SCCs, Templates
(6) Validating or reviewing existing manifests for best practices
(7) Converting between K8s and OCP resource types
(8) Generating Helm charts or Kustomize overlays
majiayu000/claude-skill-registry 163
-
AILANG Release Manager
Create new AILANG releases with version bumps, changelog updates, git tags, and CI/CD verification. Use when user says "ready to release", "create release", mentions version numbers, or wants to publish a new version.
majiayu000/claude-skill-registry 163
-
ai-llm-engineering
Operational skill hub for LLM system architecture, evaluation, deployment, and optimization (modern production standards). Links to specialized skills for prompts, RAG, agents, and safety. Integrates recent advances: PEFT/LoRA fine-tuning, hybrid RAG handoff (see dedicated skill), vLLM 24x throughput, multi-layered security (90%+ bypass for single-layer), automated drift detection (18-second response), and CI/CD-aligned evaluation.
majiayu000/claude-skill-registry 163
-
production-deploy
Production deployment checklist and procedures for Medellin Spark. Use when deploying to production, performing releases, or setting up production infrastructure.
majiayu000/claude-skill-registry 163
-
dependency-graph-generator
生成GOAL/SubPlan依赖DAG和关键路径分析,并执行SubPlan划分。当需要分析技术依赖、业务依赖、识别关键路径、发现并行执行机会、执行SubPlan分配时使用。基于GOAL的dependencies字段和业务逻辑分析生成Mermaid依赖图和SubPlan划分方案。
majiayu000/claude-skill-registry 163
-
cicd-expert
Elite CI/CD pipeline engineer specializing in GitHub Actions, GitLab CI, Jenkins automation, secure deployment strategies, and supply chain security. Expert in building efficient, secure pipelines with proper testing gates, artifact management, and ArgoCD/GitOps patterns. Use when designing pipelines, implementing security gates, or troubleshooting CI/CD issues.
majiayu000/claude-skill-registry 163
-
log-aggregation
Implement centralized logging with ELK Stack, Loki, or Splunk for log collection, parsing, storage, and analysis across infrastructure.
majiayu000/claude-skill-registry 163
-
external-dns
Comprehensive guide for configuring, troubleshooting, and implementing External-DNS across Azure DNS, AWS Route53, Cloudflare, and Google Cloud DNS. Use when implementing automatic DNS management in Kubernetes, configuring provider-specific authentication (managed identities, IRSA, API tokens), troubleshooting DNS synchronization issues, setting up secure production-grade external-dns deployments, optimizing performance, avoiding rate limits, or implementing GitOps patterns with ArgoCD.
majiayu000/claude-skill-registry 163
-
canary-orchestration
Plan and run canary or blue-green rollouts with health gates and rollback criteria; use when asked to deploy safely with progressive traffic shifting.
majiayu000/claude-skill-registry 163
-
coordinating-as-kusanagi
Operates as Kusanagi Agent (Task Coordinator). Receives instructions from Aramaki and manages Tachikoma team. Analyzes task dependencies, creates execution schedules, and coordinates parallel/sequential work distribution. Never performs implementation.
majiayu000/claude-skill-registry 163
-
senior-devops
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
majiayu000/claude-skill-registry 163
-
mozilla-query-writing
Write efficient BigQuery queries for Mozilla telemetry. Use when user asks about: Firefox DAU/MAU, telemetry queries, BigQuery Mozilla, baseline_clients, events_stream, search metrics, user counts, or Firefox data analysis.
majiayu000/claude-skill-registry 163
-
validate-idea
Evaluate a single idea and decide to accept or reject it. Used internally by /validate-ideas or when the user mentions a specific idea number.
majiayu000/claude-skill-registry 163
-
customerio-advanced-troubleshooting
Apply Customer.io advanced debugging techniques.
Use when diagnosing complex issues, investigating
delivery problems, or debugging integration failures.
Trigger with phrases like "debug customer.io", "customer.io investigation",
"customer.io troubleshoot", "customer.io incident".
majiayu000/claude-skill-registry 163
-
.claude/skills/deployment-environments-gha/SKILL.md
GitHub Actions の environments を設計し、承認フローと保護ルールを安全に運用するスキル。
📖 参照書籍:
- 『The Pragmatic Programmer』(Andrew Hunt, David Thomas): 実践的改善
📚 リソース参照:
- `resources/Level1_basics.md`: レベル1の基礎ガイド
- `resources/Level2_intermediate.md`: レベル2の実務ガイド
- `resources/Level3_advanced.md`: レベル3の応用ガイド
- `resources/Level4_expert.md`: レベル4の専門ガイド
- `resources/approval-workflows.md`: 承認者設定、待機タイマー、デプロイゲートの実装パターン
- `resources/environment-config.md`: 環境設定、保護ルール、シークレット管理の詳細ガイド
- `resources/legacy-skill.md`: 旧SKILL.mdの全文
- `scripts/check-environment.mjs`: 環境ステータスと設定を確認する診断スクリプト
- `scripts/log_usage.mjs`: 使用記録・自動評価スクリプト
- `scripts/validate-skill.mjs`: スキル構造検証スクリプト
- `templates/deployment-workflow.yaml`: 複数環境への段階的デプロイの実装サンプル
- `resources/requirements-index.md`: 要求仕様の索引(docs/00-requirements と同期)
Use proactively when implementing .claude/skills/deployment-environments-gha/SKILL.md patterns or solving related problems.
majiayu000/claude-skill-registry 163
-
Network+ Learning Assistant
Interactive CompTIA Network+ N10-009 certification study assistant with OSI model training, subnetting practice, protocol analysis, and exam preparation. Use when studying networking concepts, practicing subnetting, reviewing OSI layers, or preparing for Network+ certification exam.
majiayu000/claude-skill-registry 163
-
iac-diagram-generator
Analyzes Infrastructure as Code files (Terraform, CloudFormation, Kubernetes, Docker Compose) and generates visual architecture diagrams. Use when analyzing infrastructure code, designing cloud architectures, or when the user requests architecture diagrams from IaC.
majiayu000/claude-skill-registry 163
-
ship-ios-app
Ships new versions of iOS/macOS apps. Use when asked to ship, release, or deploy an app, or when checking if a version is ready to ship.
majiayu000/claude-skill-registry 163
-
k8s-generator
Generate production-ready Kubernetes manifests with Deployments, Services, ConfigMaps, and Ingress
majiayu000/claude-skill-registry 163