Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
tib-report
Create TIB (Tjänsteperson i Beredskap) incident reports. Auto-triggers on phrases like "skapa TIB-rapport", "ny händelserapport", "TIB report", "dokumentera händelse".
majiayu000/claude-skill-registry 163
-
debugging-kubernetes-incidents
Use when investigating Kubernetes pod failures, crashes, resource issues, or service degradation. Provides systematic investigation methodology for incident triage, root cause analysis, and remediation planning in any Kubernetes environment.
majiayu000/claude-skill-registry 163
-
gh-workflow
Trigger and monitor GitHub Actions workflows, CI/CD pipelines, and automated builds. Use when running workflows, triggering CI, deploying via GitHub Actions, downloading artifacts, or checking workflow status on github.com
majiayu000/claude-skill-registry 163
-
.claude/skills/clean-architecture-principles/SKILL.md
ロバート・C・マーティン(Uncle Bob)の『Clean Architecture』に基づく
📚 リソース参照:
このスキルには以下のリソースが含まれています。
必要に応じて該当するリソースを参照してください:
- `.claude/skills/clean-architecture-principles/resources/dependency-rule.md`: 内側→外側依存の禁止ルール、インポート文・型参照・継承での違反検出と対処法
- `.claude/skills/clean-architecture-principles/resources/hybrid-architecture-mapping.md`: ハイブリッドアーキテクチャへのマッピング
- `.claude/skills/clean-architecture-principles/resources/layer-structure.md`: Entities・Use Cases・Interface Adapters・Frameworksの4層構造と各層の責務・依存制約・チェックリスト
- `.claude/skills/clean-architecture-principles/templates/architecture-review-checklist.md`: アーキテクチャレビューチェックリスト
- `.claude/skills/clean-architecture-principles/scripts/check-layer-violation.mjs`: Clean Architecture レイヤー違反検出スクリプト
専門分野:
- 依存関係ルール: 依存の方向は常に「外側から内側へ」のみ
- レイヤー分離: Entities → Use Cases → Interface Adapters → Frameworks
- 境界の明確化: インターフェースによる疎結合設計
- 技術的詳細の隔離: DB、UI、フレームワークからの独立
使用タイミング:
- アーキテクチャの依存関係違反を検出する時
- レイヤー構造を設計・検証する時
- インターフェースによる境界設計が必要な時
- 技術的詳細の漏出をチェックする時
Use proactively when checking architecture compliance, detecting layer violations,
or designing interface boundaries for Clean Architecture adherence.
majiayu000/claude-skill-registry 163
-
nx-mcp
Use the Nx MCP server to eliminate hallucinated project/target names.
majiayu000/claude-skill-registry 163
-
effect-patterns-hub
Complete catalog of 130+ Effect-TS patterns from EffectPatterns repository. Use when looking for specific implementation patterns, best practices, or real-world examples. Complements other skills with concrete, curated patterns.
majiayu000/claude-skill-registry 163
-
family-recipe-lore-emberwildgamebible-the-emberwild-archiv
majiayu000/claude-skill-registry 163
-
Meeting Transcription
Transcribe audio recordings from meetings (MP3, WAV, M4A) into text using AWS Transcribe service
majiayu000/claude-skill-registry 163
-
docker-node
Containerization for TypeScript/Node.js applications. Use when deploying Node.js backends, need consistent dev environments, or setting up CI/CD pipelines. Covers multi-stage builds, docker-compose for development, and production optimization. Choose this skill for containerizing tRPC/Express APIs with Prisma.
majiayu000/claude-skill-registry 163
-
impossible-combiner
Iteration 9 of Multiplicity Cascade - Combines impossible concepts productively
majiayu000/claude-skill-registry 163
-
docs-mypurecloud-platform-client-sd-mypurecloud-platform-client-sdk-
majiayu000/claude-skill-registry 163
-
valyu-search
Complete Valyu API toolkit with Search, Answer, Contents extraction, and DeepResearch. Use for web/academic/financial search, AI-powered answers, content extraction from URLs, and async deep research reports. Supports syntax like "Valyu(command, args)" for search, answer, contents, and deepresearch operations.
majiayu000/claude-skill-registry 163
-
kubernetes-debugger
Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.
Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,
(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,
(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),
(6) Any "why isn't my Kubernetes workload working?" questions.
Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,
exec_in_pod, and other MCP kubernetes tools.
majiayu000/claude-skill-registry 163
-
vn-payroll
Calculates Net Income, Personal Income Tax (PIT), and Social Insurance (BHXH) based on Vietnam's progressive tax brackets.
majiayu000/claude-skill-registry 163
-
gcs-lifecycle-policy
Gcs Lifecycle Policy - Auto-activating skill for GCP Skills.
Triggers on: gcs lifecycle policy, gcs lifecycle policy
Part of the GCP Skills skill category.
majiayu000/claude-skill-registry 163
-
ops-capacity-planning
Structured workflow for infrastructure capacity planning including growth
forecasting, scaling strategy, and resource provisioning decisions.
majiayu000/claude-skill-registry 163
-
gke-cluster-config
Gke Cluster Config - Auto-activating skill for GCP Skills.
Triggers on: gke cluster config, gke cluster config
Part of the GCP Skills skill category.
majiayu000/claude-skill-registry 163
-
headless
How to run Claude Code in headless mode for automation, scripting, and CI/CD integration. Use when user asks about non-interactive mode, automation, scripting, or programmatic usage.
majiayu000/claude-skill-registry 163
-
rackspace-spot-access
Provides step-by-step instructions for accessing the Rackspace Spot Kubernetes cluster to debug ARC runners using spotctl. Covers installation, authentication via GCP Secret Manager, kubeconfig retrieval, and common debugging commands. Activates on "spotctl", "cluster access", "rackspace debug", "kubeconfig", or "spot cluster".
majiayu000/claude-skill-registry 163
-
health-check-endpoints
Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service availability.
majiayu000/claude-skill-registry 163
-
tib-report
Create TIB (Tjänsteperson i Beredskap) incident reports. Auto-triggers on phrases like "skapa TIB-rapport", "ny händelserapport", "TIB report", "dokumentera händelse".
majiayu000/claude-skill-registry 163
-
aws-ops
AWS環境特有の運用・開発ルール
majiayu000/claude-skill-registry 163
-
llm-call-tracing
Instrument LLM API calls with proper spans, tokens, and latency
majiayu000/claude-skill-registry 163
-
infra-adoption
Discover and adopt existing infrastructure - analyze Terraform structure, AWS profiles, and custom agents
to generate faber-cloud configuration and migration plan
majiayu000/claude-skill-registry 163