Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
standalone-script
Generate standalone Python scripts (not packaged projects) with PEP 723 inline metadata, a uv run shebang, and Typer CLI scaffolding. Use when the user wants a one-off executable script, automation tool, or runnable file that should declare dependencies inline and not live inside a package or project.
majiayu000/claude-skill-registry 163
-
cloudflare-mcp-server
Build Model Context Protocol (MCP) servers on Cloudflare Workers - the only platform with official remote MCP support. TypeScript-based with OAuth, Durable Objects, and WebSocket hibernation.
Use when: deploying remote MCP servers, implementing OAuth (GitHub/Google), using dual transports (SSE/HTTP), or troubleshooting URL path mismatches, McpAgent exports, OAuth redirects, CORS issues.
majiayu000/claude-skill-registry 163
-
fondamenti
majiayu000/claude-skill-registry 163
-
docs-rarebreed-pc-sdk-rust-a144f478
majiayu000/claude-skill-registry 163
-
state-lifting
Reactにおける状態リフティングと状態配置判断を支援するスキル。
兄弟コンポーネント間の状態共有、Prop Drilling削減、Context導入判断、
Compound Componentパターンまで、React状態管理の全体像を扱う。
Anchors:
• React Documentation (Lifting State Up) / 適用: 共有状態の配置判断 / 目的: 最小責務での共有設計
• Thinking in React / 適用: 状態配置の判断フロー / 目的: 最適な状態配置の特定
• Kent C. Dodds (Colocation) / 適用: 状態と利用箇所の距離 / 目的: 保守性とパフォーマンスの両立
Trigger:
Use when lifting state between components, sharing state across siblings, reducing prop drilling, deciding on Context usage, or implementing compound components.
state lifting, prop drilling, context api, state placement, compound component, react state, colocation
majiayu000/claude-skill-registry 163
-
data-residency
Data residency and geo-fencing patterns for SaaS compliance. Covers regional deployment, data sovereignty, and cross-border data transfer.
majiayu000/claude-skill-registry 163
-
python-env
Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.
majiayu000/claude-skill-registry 163
-
compliance
Evidence-led regulatory compliance playbook for GDPR, HIPAA, SOC 2, PCI-DSS, and ISO 27001 with auditable outputs.
majiayu000/claude-skill-registry 163
-
working-with-colima
Use when Docker commands fail with "Cannot connect to Docker daemon", when starting/stopping container environments, or when managing multiple Docker contexts on macOS - provides Colima lifecycle management, profile handling, and troubleshooting
majiayu000/claude-skill-registry 163
-
reference-indexer
Indexa documentos de referencia para uso no RAG.
Extrai texto de PDFs, processa e adiciona ao corpus.
Use quando: adicionar documento, buscar referencia, listar docs.
majiayu000/claude-skill-registry 163
-
Focus Techniques
Science-backed techniques for maintaining deep focus, managing distractions, and maximizing productive coding sessions
majiayu000/claude-skill-registry 163
-
bundle-analyzer
Analyzes JavaScript bundle sizes, identifies large dependencies, and suggests optimizations for webpack, vite, rollup. Use when user asks to "analyze bundle", "optimize bundle size", "reduce bundle", "webpack analysis", or "tree shaking".
majiayu000/claude-skill-registry 163
-
wolf-adr
Architecture Decision Records index with searchable topics and phase-based organization (120+ ADRs from 50+ phases)
majiayu000/claude-skill-registry 163
-
k8s-security
Kubernetes and OpenShift security assessment, hardening, and compliance. Use this skill when:
(1) Auditing cluster or workload security posture
(2) Implementing Pod Security Standards/Admission
(3) Configuring RBAC roles and permissions
(4) Setting up NetworkPolicies for zero-trust
(5) Managing Secrets securely (encryption, external secrets)
(6) Scanning images for vulnerabilities
(7) Implementing OCP SecurityContextConstraints
(8) Compliance checking (CIS benchmarks, SOC2, PCI-DSS)
(9) Security incident investigation
(10) Hardening cluster components
majiayu000/claude-skill-registry 163
-
gitlab-cicd-pipeline
Design and implement GitLab CI/CD pipelines with stages, jobs, artifacts, and caching. Configure runners, Docker integration, and deployment strategies.
majiayu000/claude-skill-registry 163
-
k8s-clusters-julianobarbosa-claude-code-skills-c4ec3a34
majiayu000/claude-skill-registry 163
-
collision-zone-thinking
Force unrelated concepts together to discover emergent properties - "What if we treated X like Y?" Use when conventional approaches feel inadequate and you need breakthrough innovation by forcing unrelated concepts together.
majiayu000/claude-skill-registry 163
-
alert-management
Implement comprehensive alert management with PagerDuty, escalation policies, and incident coordination. Use when setting up alerting systems, managing on-call schedules, or coordinating incident response.
majiayu000/claude-skill-registry 163
-
call-brief-framework
Use to structure concise call briefs with objectives, agendas, and role assignments.
majiayu000/claude-skill-registry 163
-
when-developing-ml-models-use-ml-expert
Specialized ML model development, training, and deployment workflow
majiayu000/claude-skill-registry 163
-
upgrading-dotnet
Upgrade .NET projects to newer versions. Use when upgrading TargetFramework in csproj/vbproj/fsproj files, migrating between .NET versions, configuring global.json, pinning SDK versions, updating CI/CD pipelines for .NET, or troubleshooting .NET upgrade issues.
majiayu000/claude-skill-registry 163
-
agent-platform-engineer
Expert platform engineer specializing in internal developer platforms, self-service infrastructure, and developer experience. Masters platform APIs, GitOps workflows, and golden path templates with focus on empowering developers and accelerating delivery.
majiayu000/claude-skill-registry 163
-
cache-strategies
Caching patterns, TTL management, eviction policies for Redis implementations. Use when implementing cache-aside, write-through, write-back patterns, TTL management, or cache invalidation strategies.
majiayu000/claude-skill-registry 163
-
pr-merge
Safely merge GitHub pull requests using comprehensive pre-merge validation. Use this skill when the user asks to merge a PR, complete a PR workflow, or check if a PR is ready to merge. Validates CI/CD status, reviews, and conflicts before merging with the appropriate strategy.
majiayu000/claude-skill-registry 163