Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
k8s-installer
自動化安裝 Kubernetes 叢集的 AI Agent Skill
majiayu000/claude-skill-registry 163
-
wcdb
Use when working with wcdb
majiayu000/claude-skill-registry 163
-
cross-disciplinary-ideation
Field connection mapping and systematic ideation for method transfer
majiayu000/claude-skill-registry 163
-
cicd-pipeline-architecture
Use when setting up CI/CD pipelines, experiencing deployment failures, slow feedback loops, or production incidents after deployment - provides deployment strategies, test gates, rollback mechanisms, and environment promotion patterns to prevent downtime and enable safe continuous delivery
majiayu000/claude-skill-registry 163
-
trigger-deploy
**GitHub Actions 기반** 프로젝트 배포 (Milestone Close → CI/CD 트리거).
Use when:
(1) 프로젝트 별칭 + 환경 (예: "랜드 stg 배포", "오피스 prd 배포"),
(2) Milestone 기반 릴리즈 관리,
(3) GitHub Actions CI/CD 배포,
(4) "stg에 뭐 올라가있어?", "prd 최신 버전".
⚠️ Docker/SSH 직접 배포는 deploy-service 사용.
majiayu000/claude-skill-registry 163
-
issue-validator
Validate generated GitHub issues for completeness and implementability. Reviews each issue for clear scope, actionable acceptance criteria, and sufficient context for implementation.
majiayu000/claude-skill-registry 163
-
terraform-module-scaffolder
Scaffolds new Terraform modules with standardized structure including main.tf, variables.tf, outputs.tf, versions.tf, and README.md. This skill should be used when users want to create a new Terraform module, set up module structure, or need templates for common infrastructure patterns like VPC, ECS, S3, or RDS modules.
majiayu000/claude-skill-registry 163
-
Cite-Assist Research
Semantic search across Zotero library using cite-assist v3 API for academic research
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
-
optimizing-prompts
Execute this skill optimizes prompts for large language models (llms) to reduce token usage, lower costs, and improve performance. it analyzes the prompt, identifies areas for simplification and redundancy removal, and rewrites the prompt to be more conci... Use when optimizing performance. Trigger with phrases like 'optimize', 'performance', or 'speed up'.
majiayu000/claude-skill-registry 163
-
shadow-directory + git
Full .ciallo directory ownership with git capabilities. Clone repos, edit files, commit changes directly.
majiayu000/claude-skill-registry 163
-
dbt-materializations
Choosing and implementing dbt materializations (ephemeral, view, table, incremental, snapshots, Python models). Use this skill when deciding on materialization strategy, implementing incremental models, setting up snapshots for SCD Type 2 tracking, or creating Python models for machine learning workloads.
majiayu000/claude-skill-registry 163
-
pricing-guidance
Claude API pricing, tier recommendations, token cost optimization, and ROI calculations for CDP features.
majiayu000/claude-skill-registry 163
-
career-strategy
Internal vs external career growth paths, goal setting, career maintenance, and long-term planning for software engineers. Use when deciding between internal promotion vs external job search, setting career goals, or planning long-term career trajectory.
majiayu000/claude-skill-registry 163
-
deploy-app
Step-by-step plan for deploying a Next.js app to Vercel
majiayu000/claude-skill-registry 163
-
tutorial-5
Manage D&D 5e character progression with XP tracking, automatic leveling, HP increases, proficiency bonus progression, and spell slot advancement. This skill should be used when conducting combat encounters with character advancement, awarding experience points after victories, or managing character level-ups in the training arena.
majiayu000/claude-skill-registry 163
-
github-pages-deploy
Deploy Docusaurus static site to GitHub Pages for automated CI/CD pipeline.
Bundled resources: GitHub Actions workflow, docusaurus.config.js deployment block, homepage redirect, i18n scaffolding.
Use when setting up new Docusaurus project, adding CI/CD, or migrating to automated deployment.
majiayu000/claude-skill-registry 163
-
news-summary
Concise, structured summaries of news articles (~30 sec read time). Captures key points, context, bias/gaps, and open questions. Use when user shares article URL or asks to summarize news content.
majiayu000/claude-skill-registry 163
-
bigquery-ml-model-creator
Bigquery Ml Model Creator - Auto-activating skill for GCP Skills.
Triggers on: bigquery ml model creator, bigquery ml model creator
Part of the GCP Skills skill category.
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
-
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