DevOps
Page 8 of 8
Browse skills in this category.
building-rag-systems
DevOpsby aiskillstore
Build production RAG systems with semantic chunking, incremental indexing, and filtered retrieval.Use when implementing document ingestion pipelines, vector search with Qdrant, or context-awareretrieval. Covers chunking strategies, change detection, payload indexing, and context expansion.NOT when doing simple similarity search without production requirements.
clean-code
DevOpsby aiskillstore
Clean code principles adapted for TypeScript-first, functional development.
codebase-explorer
DevOpsby aiskillstore
Explore and understand the Empathy Ledger codebase architecture, data flows, database schema, services, and how components connect. Use when you need to understand where things are, how data flows, or how different parts of the system relate to each other.
combat-system-creator
DevOpsby aiskillstore
Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.
create-git-worktree
DevOpsby aiskillstore
git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。
cursor-mem
DevOpsby aiskillstore
Cursorでclaude-memのMCPサーバーにアクセスし、過去のセッション記録を検索・新しい観測を記録。トリガー: 'メモリ検索', 'claude-mem', '過去の判断', '記録して', 'memory search', 'past decisions'. Do NOT load for: 通常のコーディング、一時的なメモ、実装作業。
decision-action
DevOpsby aiskillstore
Use when the user needs to choose, prioritize, or make a go/no-go decision among options.
deploy
DevOpsby aiskillstore
Enforces local testing before any deployment. MUST be used before running vercel, git push, or any deployment command. Prevents deploying untested code.
docusaurus-deployer
DevOpsby aiskillstore
This skill should be used when deploying a Docusaurus site to GitHub Pages. It automates the configuration, building, and deployment process, handling GitHub Pages setup, environment configuration, and CI/CD automation. Includes local validation before GitHub Actions triggering.
error-logger
DevOpsby aiskillstore
Structured JSON logging with correlation IDs for multi-service systems. Use when implementing logging, debugging failures, or tracing errors across services. Triggers on: add logging, error handling, debug failures, trace errors.
genesis
DevOpsby aiskillstore
太初有道,道生代码。从零搭建 React19+TailwindV4+Vite 前端、FastAPI Python 后端、Go Gin 后端、Taro 4.x 小程序。用户说"新建项目"、"初始化"、"从零开始"、"搭建项目"、"创建项目"、"生成落地页"、"生成官网"、"生成 Landing Page"、"动画提升"、"动效升级"、"新建小程序"、"创建小程序"、"Taro 项目"时触发。
gitea
DevOpsby aiskillstore
Gitea operations via tea CLI. Use when user mentions: gitea, tea, or when git remote shows a Gitea instance.
gitlab
DevOpsby aiskillstore
GitLab operations via glab CLI. Use when user mentions: MR, merge request, gitlab issue, pipeline, CI status, glab, or when git remote shows gitlab.com or self-hosted GitLab.
by aiskillstore
Enterprise-level Go architecture patterns including clean architecture,
installing-skill-tracker
DevOpsby aiskillstore
Installs Claude Code hooks for automatic skill usage measurement.Use when setting up skill tracking infrastructure in a new project.NOT when hooks are already installed (run verify.py to check).
internal-comms
DevOpsby aiskillstore
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
linear-issues-read
DevOpsby aiskillstore
List and get Linear issues via CLI (read-only operations)
lint-dotnet
DevOpsby aiskillstore
Run .NET architecture linter to check for MSBuild/CPM violations
monitoring-analytics
DevOpsby aiskillstore
Monitor Proxmox infrastructure health and performance. Track node statistics, analyze resource utilization, and identify optimization opportunities across your cluster.
proxychains
DevOpsby aiskillstore
Auto-detect network issues and force proxy usage with proxychains4. Use this skill when encountering connection timeouts, DNS failures, or blocked network access. Default proxy is http://127.0.0.1:9910
remove-git-worktree
DevOpsby aiskillstore
git worktreeを削除します。間違えて作成した場合や、作業完了後のクリーンアップに使用します。
seo-fundamentals
DevOpsby aiskillstore
Auto-invoke when reviewing HTML head, meta tags, or Next.js page components. Enforces semantic HTML and search optimization.
by aiskillstore
This skill should be used after productive sessions to extract learnings and route them to appropriate Reusable Intelligence Infrastructure (RII) components. Use when corrections were made, format drift was fixed, new patterns emerged, or the user explicitly asks to "harvest learnings" or "capture session intelligence". Transforms one-time fixes into permanent organizational knowledge by implementing updates across multiple files.
vercel-deploy
DevOpsby aiskillstore
Use when deploying Next.js applications to Vercel.Triggers for: vercel.json configuration, build optimization, environment variable setup,custom domain configuration, API proxy setup, or deployment troubleshooting.NOT for: backend-only deployments, non-Vercel hosting, or local development setup.
wrangler
DevOpsby aiskillstore
Deploy and manage Cloudflare Workers, Pages, KV, R2, D1, and other Cloudflare services using the `wrangler` CLI.
ci-cd-practices
DevOpsby eser
CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.
matrix-repomix
DevOpsby ojowwalker77
This skill should be used when the user asks to "pack repository", "repomix", "fetch external code", "pack github repo", "get code from repository", or needs to pack external repositories for context analysis.
argocd-debug
DevOpsby genlayerlabs
Debug GenLayer Studio deployments via ArgoCD CLI
pull-request
DevOpsby vm0-ai
Complete PR lifecycle management - create PRs with proper commits, monitor CI pipeline status, and merge with validation
by sammcj
Use when working with AWS Strands Agents SDK or Amazon Bedrock AgentCore platform for building AI agents. Provides architecture guidance, implementation patterns, deployment strategies, observability, quality evaluations, multi-agent orchestration, and MCP server integration.
vega
DevOpsby xicilion
Create data-driven charts with Vega-Lite (simple) and Vega (advanced). Best for bar, line, scatter, heatmap, area charts, and multi-series analytics. Use when you have numeric data arrays needing statistical visualization. Vega for radar charts and word clouds. NOT for process diagrams (use mermaid) or quick KPI cards (use infographic).