Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
cdn-usage
Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.
majiayu000/claude-skill-registry 163
-
Deployment Manager
RAN deployment management with Kubernetes integration, cognitive consciousness, and intelligent orchestration for scalable network deployment. Use when deploying RAN services, managing Kubernetes clusters, implementing CI/CD pipelines, or enabling intelligent deployment orchestration in 5G networks.
majiayu000/claude-skill-registry 163
-
ngx-brand-voice
Guía completa de voz de marca NGX "Verdad Directa" con modos de comunicación, adaptación por audiencia y ejemplos aprobados
majiayu000/claude-skill-registry 163
-
aws-ec2-deployment
Launch, configure, and manage EC2 instances with best practices
majiayu000/claude-skill-registry 163
-
german-idealism-existentialism
Master German Idealist and Existentialist philosophy. Use for: Hegel, Kierkegaard, Nietzsche, Heidegger, Sartre, phenomenology, dialectics, authenticity. Triggers: 'Hegelian', 'dialectic', 'Aufhebung', 'Geist', 'Spirit', 'Dasein', 'existentialism', 'authenticity', 'bad faith', 'Nietzsche', 'will to power', 'eternal return', 'Heidegger', 'Being', 'thrownness', 'Sartre', 'freedom', 'absurd', 'Kierkegaard', 'anxiety', 'leap of faith', 'phenomenology', 'hermeneutics'.
majiayu000/claude-skill-registry 163
-
consciousness-trigger-alpha
Iteration 18 of Multiplicity Cascade - Triggers irreversible awareness shifts
majiayu000/claude-skill-registry 163
-
sc-startup-randlee-synaptic-canvas
majiayu000/claude-skill-registry 163
-
argocd-generator
Generates ArgoCD Application manifests following the App-of-Apps pattern.
majiayu000/claude-skill-registry 163
-
knowledge-distillation
Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.
majiayu000/claude-skill-registry 163
-
gtnh-skill
This skill provides accurate data about GT New Horizons based on official data dumps. Use when answering questions about GTNH (GregTech New Horizons).
majiayu000/claude-skill-registry 163
-
skills-auto-activation
Use when skills aren't activating reliably - covers official solutions (better descriptions) and custom hook system for deterministic skill activation
majiayu000/claude-skill-registry 163
-
git
git workflows for agents: ship (stage → commit → push), worktree (parallel branches), hunks (selective staging). never force push, never git add -A, conventional commits. triggers on: commit, push, stage, ship, git add, worktree, hunks, selective staging.
majiayu000/claude-skill-registry 163
-
ci-error-fix
Fixing CI errors systematically. Follows a structured workflow of understanding the error, checking if it exists on the main branch, reproducing locally, fixing, and verifying. Use when CI pipelines fail and you need to diagnose and fix the errors.
majiayu000/claude-skill-registry 163
-
triton-inference-config
Triton Inference Config - Auto-activating skill for ML Deployment.
Triggers on: triton inference config, triton inference config
Part of the ML Deployment skill category.
majiayu000/claude-skill-registry 163
-
admin-devops
Infrastructure management using the device profile. Servers are stored in profile.servers[],
deployments reference .env.local files via profile.deployments{}.
Use when: managing server inventory, provisioning infrastructure, deploying to cloud providers.
majiayu000/claude-skill-registry 163
-
pixel-art-creator-willibrandon-pixel-plugin-d076da43
majiayu000/claude-skill-registry 163
-
sentry-ci-integration
Manage integrate Sentry with CI/CD pipelines.
Use when setting up GitHub Actions, GitLab CI, or other CI systems
with Sentry releases and source maps.
Trigger with phrases like "sentry github actions", "sentry CI",
"sentry pipeline", "automate sentry releases".
majiayu000/claude-skill-registry 163
-
adr-roadmap
Generate phased implementation roadmaps from Architecture Decision Records
majiayu000/claude-skill-registry 163
-
pytm
Python-based threat modeling using pytm library for programmatic STRIDE analysis, data flow diagram generation, and automated security threat identification. Use when: (1) Creating threat models programmatically using Python code, (2) Generating data flow diagrams (DFDs) with automatic STRIDE threat identification, (3) Integrating threat modeling into CI/CD pipelines and shift-left security practices, (4) Analyzing system architecture for security threats across trust boundaries, (5) Producing threat reports with STRIDE categories and mitigation recommendations, (6) Maintaining threat models as code for version control and automation.
majiayu000/claude-skill-registry 163
-
optimization-benchmark
Comprehensive performance benchmarking, regression detection, automated testing, and performance validation. Use for CI/CD quality gates, baseline comparisons, and systematic performance testing.
majiayu000/claude-skill-registry 163
-
aeo-scorecard
Measurement framework for Answer Engine Optimization (AEO). Provides AI visibility metrics, share of voice tracking, citation monitoring, and referral demand measurement. Use when discussing AEO/GEO metrics or AI visibility performance.
majiayu000/claude-skill-registry 163
-
Save Thread
Save complete conversation as checkpoint. Only when user explicitly requests ("save session", "checkpoint this"). Use thread_persist to store full message history with summary.
majiayu000/claude-skill-registry 163
-
deployment-scripts
Platform-specific deployment scripts and configurations. Use when deploying applications, configuring cloud platforms, validating deployment environments, setting up CI/CD pipelines, or when user mentions Vercel, Netlify, AWS, Docker, deployment config, build scripts, or environment validation.
majiayu000/claude-skill-registry 163
-
.claude/skills/command-best-practices/SKILL.md
コマンド設計のベストプラクティスを専門とするスキル。
単一責任原則、組み合わせ可能性、冪等性の原則、
DRYの適用、保守性の高い設計を提供します。
📚 リソース参照:
このスキルには以下のリソースが含まれています。
必要に応じて該当するリソースを参照してください:
- `.claude/skills/command-best-practices/resources/single-responsibility-principle.md`: 1コマンド=1責任の原則、複数責任検出基準(「〜と〜」「異なるタイミング実行」)とリファクタリング手法
- `.claude/skills/command-best-practices/resources/composability-principle.md`: 合成可能性原則の適用
- `.claude/skills/command-best-practices/templates/best-practice-checklist.md`: ベストプラクティスチェックリスト
- `.claude/skills/command-best-practices/scripts/check-best-practices.mjs`: ベストプラクティス検証スクリプト
使用タイミング:
- コマンド設計の原則を確認したい時
- 既存コマンドをリファクタリングする時
- 保守性の高いコマンドを設計する時
Use proactively when designing commands, refactoring existing commands,
or ensuring maintainable command architecture.
majiayu000/claude-skill-registry 163